reflectiondigital
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Mobile WidthI’ve switched to another plugin.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom designWhat I did was copy the entire shortcode function into my functions.php file and rename it to create a new, custom shortcode so that I could use my design5 file without having to hack the actual plugin each time it updated. The main change to the shortcode function was in the location of $design_file_path so that it looks in my theme directory. Then I put the design-5.php file into my theme as well.
So I’m calling my own shortcode which calls my design file. It could break in a future update if they drastically alter the shortcode function, but hopefully that’s rare.
Forum: Plugins
In reply to: [Flexible Posts Widget] Random display not working with cacheThanks!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Share by Email not workingI had this issue also. I noticed that 2 files were giving errors in the Javascript console ‘gprofiles.js’ and a Javascript file from my theme. After disabling the theme js file, I went to Settings > Discussion and unchecked “View people’s profiles when you mouse over their Gravatars”. Now it’s working.
Forum: Plugins
In reply to: [NextGen Gallery] Conflicts with Contact Form 7 plugin?Thanks! That seems to have worked.
Forum: Plugins
In reply to: [NextGen Gallery] Conflicts with Contact Form 7 plugin?I’m seeing the exact same issue!
I had the same error on upgrading using a custom theme. Try commenting out those lines – depending on what that function does for your theme you may have to code it in a different way…
We’re seeing the same thing. The upgrade doesn’t work.