RoyalXpress
Forum Replies Created
-
Thaks for your great plugin.
My W3TC version is 0.9.3. I install V 1.7.20, but still I am getting “Warning: W3 Total Cache’s object cache is active. This is known to have a bug that messes with all scheduled tasks (including backup jobs). You should go to the W3 Total Cache settings page and turn it off.”. May be i doing something wrong.Forum: Themes and Templates
In reply to: [Customizr] Change order of Homepage items?Need help!!!
Forum: Themes and Templates
In reply to: [Customizr] Change order of Homepage items?How can I do this on 3.0.10? Sorry for asking the basic help.
This below method is for 3.0.9
<?php
/*
Template Name: Custom Page Example
*/get_header();
do_action( ‘__breadcrumb’ );
?>
<div class=”container” role=”main”>
<div class=”row”>
<?php
do_action( ‘__sidebar’ , ‘left’ );
do_action( ‘__loop’ );
do_action( ‘__sidebar’ , ‘right’ );
?>
</div><!–#row –>
</div><!– #container –>
<?php
do_action( ‘__fp_block’ );
get_footer();
?>Forum: Themes and Templates
In reply to: [Customizr] Change order of Homepage items?I want to reorder Home Page items. How can i do it on version 3.0.10. I can NOT find get_header()!!!
Forum: Themes and Templates
In reply to: [Customizr] Change order of Homepage items?I want to reorder Home Page items. How can i do it on version 3.0.10. I can find get_header()!!!
Forum: Themes and Templates
In reply to: [Customizr] Change order of Homepage items?I think ordering of Home Page items (page content or post, slider and featured pages section) could provide more theme flexibility, if it is in customization option under Front Page Section. Nikeo, please consider this in the next version !!!
There are Themes where it is not necessary to add any ‘Custom Menu’ on “Appearance/ Menus”. In “Appearance/ Menus /Main Menu” takes simply the pages and their child pages as menu item and updated automatically as you add the pages or child pages. One of such theme is “Responsive” for your reference.
In this Customizr theme we need to attach a custom menu (may be I do not how to do this). As I said some of great plug-in like “Exclude Page” does not work with ‘Custom Menu’. I think my question is now clear to you and looking for your usual great support.Forum: Themes and Templates
In reply to: [Customizr] How to change Footer Widget Area Title Font?It works for me. I have modified font size-
footer#footer h3,footer#footer h4,footer#footer h5,footer#footer h6 {
font-size: 18px;
}
Thanks ElectricFeet for your support…