JJovian
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Meta descriptions only on 1st page of paginated contenthowever, I modified the plugin to have descriptions on very page, even nextgen pages ..
And the next update will erase your mod’s… It’s not a good solution.
Forum: Plugins
In reply to: [Yoast SEO] Meta descriptions only on 1st page of paginated contentThe same issue. And impessing silence in the support topics… It is really strange.
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Menu not auto-expanding, how so?So, i’ve managed to solve the problem by myself. ??
If someone will need to, here is the solution:In the JS file jquery.dcjqaccordion.2.9.js, located in the folder of Accordion Plugin, search for this:
if(defaults.autoExpand == true) {
$(‘li.’+defaults.classExpand+’ > a’).addClass(classActive); }And add another string so it will be:
if(defaults.autoExpand == true) {
$(‘li.’+defaults.classExpand+’ > a’).addClass(classActive);
$(‘li.active > ul’).slideToggle(defaults.speed);
}It will make the active submenu slide out on the realative page.
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Menu not auto-expanding, how so?Hi there!
I’m having the same issue with auto-expand.
As i can see, my theme (RootsTheme) is adding “active” to the
<li>
, instead of<a>
inside this<li>
. I think it is the problem.So, the question is: what i have to change in JS source of Accordion Menu to make all things work properly?
Any help is very appreciated! Thx.
Forum: Plugins
In reply to: [WP Catalogue] All Products Link Incorrect with permalinksTrying to use WP-Catalogue on a fresh setup of:
WP 3.5.1
Roots theme. It is not an ordinary WP theme (uses relative url structure).
Yoast SEOAdded links to a category and a product – both are not working (404). Links are so:
https://localhost/mysite/wpcproduct/mytestproduct/
https://localhost/mysite/wpcproduct/mytestcategory/Any thoughts? ??
ps.: the siplicity and features of this plugin are very good – just what i wanted. One thing is “to do” – make it work properly. ??