How can I Update my Theme

If you’ve modified the theme’s built-in stylesheet, then any changes would be overwritten when you update the theme. If that’s the case, you have a choice: either don’t update the theme, or move your modifications to any type of CUSTOM CSS area that the theme may provide.

Phone numbers showing same color as header [closed]

I dont have an iPAd to hand to test this but I know that Safari likes to change phonenumbers into links which would override the current CSS which makes the text white. You will need to change the CSS to ensure links remain white. Try adding this CSS to your theme’s style.css: #main-site-caption #number { … Read more

When translating not all string are present in POedit

PO/MO files’ content depends on the theme/plugin developer. So you bought a half-ready theme… One way is translate strings in php files, but with this you loose the chance to update that, because updates will overwrite your changes. I suggest you: translate the strings with po/mo, than send the updated files to the developer too, … Read more

Can i add wordpress editor to my custom theme option? [closed]

ok if you use vafpress framework as you say so you only have small change 🙂 just use wpeditor instate of textarea 🙂 array( ‘type’ => ‘codeeditor’, ‘name’ => ‘booking’, ‘label’ => __(‘Booking Code !’, ‘machan’), ‘description’ => __(‘Add Booking Code for front-end display !’, ‘machan’), ‘mode’ => ‘html’, ),