hahncgdev
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Donations] Read article for donation information.Hi,
New version of Custom Post Donations (3.6) now allows more than one donation form per page. More page types will be added soon to correct the issue you are experiencing.
Hi,
It appears that you have a plugin conflict going on. It looks like you have several slider-style plugins running on the site, including flexslider. ReFlex Gallery does use flexslider as part of it’s code base, which means it’s being called twice.
Try deactivating all other plugins and see if ReFlex Gallery starts working as expected. If so, start activating the other plugin until things go haywire again. Then you’ll know the culprit.
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] Page turns dark on image hoverHi,
It looks like you are experiencing a plugin conflict. I can see that flexslider is being called in by the theme possibly and ReFlex Gallery uses flexslider. This would mean that the code is being called in twice. I’m not sure if you can remove the themes version and retest.
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] Repeating IMagesTry deactivating some of the other gallery plugins to make sure you do not have a plugin conflict going on.
Forum: Plugins
In reply to: [WP Donations] Read article for donation information.Hi,
currently the short code only renders in a page or single post. The ability to show in an archive page or widget is in the works.
Hi,
were you able to find the conflict?
Thanks
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] on click event not workingHi,
Were you able to find the conflict?
Thanks
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] Repeating IMagesHi,
Can you verify that you do not have multiple instances of the images loaded into the gallery?
thanks!
iPhones will usually scale the entire screen down to fit on the phone. For a more responsive gallery, try ReFlex Gallery
Hi,
it looks like you my have a plugin or theme conflict that is preventing the scripts from fully loading. Try deactivating all other plugins to see the problem goes away. Then re-activate one by one o find the problem plugin.
It looks like your theme is adding a style of max-width: 100% to all content images (Style.css – line 1343). Adding an override style of
.reflex-gallery img {max-width: none;}should fix the issue. I was able to modify the style through Chrome dev tools and the thumbnail image showed full size.Hi,
Please post site URL (if possible) and I can help troubleshoot.
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] on click event not workingPossibly a theme and/or plugin conflict. Try deactivating all other plugins and switching to the default theme.
Here is an excellent article on troubleshooting plugins:
http://labs.hahncreativegroup.com/2012/10/how-to-troubleshoot-wordpress-plugins-part-1/
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] how to use in converted wp siteHi,
Make sure your theme includes the ‘wp_head()’ hook. If not, WP will not be able to write the required scripts to the page.
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] Delete drop-shadowHi,
You can uncheck the ‘Use/Disable Default Thumbnail Theme’ option on the settings page. This will remove the thumbnail styling, so you will have to use the ‘Custom Thumbnail Style’ option for your thumbnail styles.