mrjcgoodwin
Forum Replies Created
-
Brilliant thanks, just wanted to be sure!
I also have this problem. Any fix?
Image place above aggregator short code on a page, but image displays after the content output by the plugin. Otherwise, this seems to be a brilliant plugin! ??
Ok got it ?? It’s a seperate plugin in its own right. But I’m not seeing any changes?
I’m testing subscribing further levels to an account and it’s just changing the level not adding more?
Thanks,
JHello,
I am very interested in trying the mod for your plugin out. I’ve downloaded the php file from your repository. Where do I need to put this file to implement the new functionality? Just in the root of the plugin folder?
Many thanks,
JForum: Plugins
In reply to: [eShop] [Plugin: eShop] If you are stuck in Test mode, try thisthe box in in html but via css hidden … so you can also make it visible with firebug
I can confirm that this is the only way I found to solve this. I viewed the source in Chrome Developer tools (or Firebug would be the same). I then searched for ‘eshop-admin‘ and found the line:
<div id="eshop-admin" class="postbox hide-if-js" style="">
In the style editor I then simply switched off the CSS style
display:none
for this element which allowed me to see the option to make the site live. Regardless of whether this is a jquery problem or not I find it odd that this element should ever need to be set todisplay:none
or have jquery attached that would affect its visibility. Surely a simpledisplay:block!important;
in the plugin CSS should solve this bug?Great plugin otherwise!