draganam
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Duplicated Entries for Multi-language SiteHi, I have the same issue with duplicate links in my xml sitemap.
I am also using WPML to add translation to pages and posts. Did you find a solution for this error perhaps?Thanks in advance!
Best regards,
DraganaForum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap Category Priority is not changingHi, not sure if you managed to fix this by now.
I had the same issue and when I changed the Priority and Frequency of Tag pages it updated for the Categories as well.Should be looked at and fixed by the plugin author.
But hope this helps as a solution for now.Best regards,
DraganaForum: Plugins
In reply to: [Codenovo Portfolio] Displaying one categoryI would also like to now how to hide Show all. Is this possible?
I’ve managed to remove the link Show all in the Navigation, so my first portfolio category is active, but in the Portfolio holder (cnfolioHolder) on page load all of the portfolios are showed. Would be great if somebody knows where we can disable showing all portfolios on first load.Thanks.
DForum: Fixing WordPress
In reply to: Dropdown Menu not working in WordPressOk, I made it work in all browsers now… I think… ??
Just in case anybody else gets similar problem here is what I did:In file superfish-1.4.8.js I changed
line 104:
.find('>ul').hide().css('visibility','hidden');
to:
.find('>ul').hide().css({visibility: "hidden", display: "none"});
and
line 112:
.find('>ul:hidden').css('visibility','visible');
to:
.find('>ul').css({visibility: "visible", display: "block"});
Thanks for the help.
Forum: Fixing WordPress
In reply to: Dropdown Menu not working in WordPressI made it work by erasing some code from Superfish.js (and I know htis isn’t the right way) but it is broken in Chrome and Safari, it wont pull up.
Here is the link:
https://www.centar.edu.rs/Thanks again for your help!
Forum: Fixing WordPress
In reply to: Dropdown Menu not working in WordPressSnapwire. Did you download the new one? I didn’t do any new updates… so confused. Is it possible for you to send me a link or a jQuery file?
Thanks so much.
Forum: Fixing WordPress
In reply to: Dropdown Menu not working in WordPressHi,
@nicholasdarley
I’m having the same issue as you did, and I see that you fixed your menu, can you help me out an tell me how did you do it?Thanks upfront.