Yeah now I have found it. How did I miss that? Thanks!
Any developments with speed booster and revolution slider? The plugin
As I can see http://demo.tagdiv.com/newspaper/ slider works and it has speed booster plugin activated. Am I missing something?
The plugin gives the following error when I activate speed booster plugin:
You have some jquery.js library include that comes after the revolution files js include.
This includes make eliminates the revolution slider libraries, and make it not work.
To fix it you can:
1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
2. Find the double jquery.js include and remove it.
Maybe adding revolution slider js declaration after newspaper js declerations before </body> would fix it?
Yeah it worked when I added &subset=latin,latin-ext to the end of declaration.
Thanks Radu
I’m having the same problem with SEO Ultimate.
I have created a text/html widget block on widgets page and entered the shortcode into it:
[vc_tabs]...[/vc_tabs]
I havent done any styling, it wasn’t needed.
-
This reply was modified 12 years by
offminded.
at page-homepage-loop.php:
resetting query right before getting sidebar fixed it. Like the following:
<div class="span4 column_container" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
<?php
wp_reset_query();
get_sidebar(); ?>
</div>
While you are at it can you correct the “Filter by tag slug” hyphen bug? If a category name has a hyphen and you use filter by tag slug option, the post loop query returns empty.
hmm removing vc_column creates complications.. [vc_column width="4/4"] might be a better solution.
It also messed up the layout for me so I have removed [vc_column width="1/1"] and [/vc_column] from the code, since it had overridden the parent widgets column settings.
And also added .widget_text ul{list-style:none} to remove the arrows from style..
Anyway, thanks for the tip Marius, it works great.
-
This reply was modified 12 years by
offminded.
I second this
Please add a function to disable sub-categories.