Baskerville Theme – How to use the masonry grid layout on other pages
The easiest way to do this is to make a Tags or Category page. The Masonry layout is called on these by default.
The easiest way to do this is to make a Tags or Category page. The Masonry layout is called on these by default.
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.
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
Updating theme resets theme options settings and widgets
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
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’, ),
Full width background slider
You have not defined a function called display_facebook_element, at least you did not include that in the code posted. Thus, you are getting the error. display_facebook_element isn’t a valid callback. It doesn’t exist.
NOTE: as my reputation is non-existent I can’t post more than 2 links. So if I say “include http part” I mean for example domain.com should be http://domain.com Hi cybmeta. What you are saying is indeed part of the problem I was having. I found out about this before you posted but was too tired … Read more
Create a page to be your front page, then on the reading settings page select use a static front page then choose your page from the dropdown. EDIT: A quick and dirty hack based on your comment would be to convert your static HTML page to PHP and use that as a template. You can … Read more