nabjoern
Forum Replies Created
-
Forum: Plugins
In reply to: [RICG Responsive Images] Double downloading?@pj: Only the small image is loading on reload…
Forum: Plugins
In reply to: [RICG Responsive Images] Double downloading?@pj: I’m using Chrome Version 40.0.2214.111 on a Mac and I do not have the problem with the double loading on the demo page. May be it is a problem with a Chrome Extension you are using?
Forum: Plugins
In reply to: [GDMylist] Code in theme not working?Hi andygi,
no Problem. I have to thank you.
Luckily I have also solved the other bug. But the solution is a bit dirty.function gd_show_mylist_btn($styletarget = null, $item_id = null, $echo = true )
if($echo == true) {
echo $html;
} else {
return $html;
}I think that you could code a nicer solution.
Cheers,
BjörnForum: Plugins
In reply to: [GDMylist] Code in theme not working?I have noticed a problem with the mentioned workaround. Unfortunately, the “remove-button” no longer works on the Wishlist-Site?
Forum: Plugins
In reply to: [GDMylist] Code in theme not working?Ok, I found a solution:
I replaced the “return” in function “gd_show_mylist_btn” with “echo” or “print”. Now I can see the button in the page.
Whether it is a bug or it does not work only for me, I’m not sure. Anyway, it has helped me.Cheers,
Björn