terrisi
Forum Replies Created
-
The preview image for my gallery was showing on my home page but there was an overlay of the text from nextgen. Per another thread, I added the following to my child theme functions file and it worked.
/** Clear Preview Image watermark */ add_filter( 'ngg_igw_placeholder_line_1_settings', '__return_null' ); add_filter( 'ngg_igw_placeholder_line_2_settings', '__return_null' );
I have two sites running the free version and ran into the failed update problem several times but, per another thread on this forum, I just waited about 10 minutes and tried again. Success! Both updated without any issues.
I just updated to today’s version of the plugin, version 3.6.12. I downloaded another export and there’s is no change. Same problem remains.
I’ll try and move this as suggested to your private forum.
Hopefully, you’ll have a solution to this.Currently, I have wp 4.4 and BD 3.6.11. PHP is 5.3.24.
This happened also on BD version 3.6.10.1 and I updated to 3.6.11. I did another export with that version and it was the same result. I see there is a new version of BD and I can try again if you think it will help.
Forum: Plugins
In reply to: [Yoast SEO] "Search engines can no longer index…"Me too and yet google webmaster tools show no problems indexing the site. I’m beginning to think it’s another ploy by developer to get hits and promote the onpage website.
Forum: Fixing WordPress
In reply to: Googlebot cannot access CSS and JS filesSo, no comment from WP or am I missing something? Yoast is widely cited but no comment. Can anyone provide links to responses to Google’s messages?
Forum: Plugins
In reply to: [Meteor Slides] Meteor slides disappearedHi Josh, I am sorry I didn’t see your response or the other one until today. I followed Vladimir’s instructions and once I found where to access the admin capabilities, all was returned to normal. I had been turning the URE plugin off and on to manage the slides. Thank you so much for responding.
Let me take a moment to say I’ve been using Meteor Slides for a few years now after a recommendation by Emil U. It’s a great plug in.Forum: Plugins
In reply to: [User Role Editor] Conflict: Administrator Role Can't Access Plugin's MenuVladimir, I apologize I did not see your reply until today. That worked great. I just started using Gravity Forms and your instructions cleared up the Meteor Slides question and another issue I was having too. Thank you so very much.
Forum: Plugins
In reply to: [Meteor Slides] Meteor slides disappearedHey Josh, I just started using User Role Editor (different from WPRront User Role Editor) and am having same problem. Meteor Slides disappears from the admin panel menus even though I am logged in as the administrator, a role that is supposed to be unrestricted. My slides are working on the front end; just can’t access on backend to configure. http://tampaarts.com
Have been having/ watching this issue and see no resolution in sight. Spent a lot of time on this a few months ago on one of sites and resorted to manually inputting the code to get it to work. Now, since the problem is back again, I think it’s time to find another plugin. If I have to go to GA to get my stats because I had to put the code in manually, I might as well use a much simpler plugin and be done with it.
Update: That did the trick. Both sites’ scans are functioning properly now! Thank you.
Finally killed the scan and am attempting fresh scan. Noticed same scan engine error on another of our sites and will kill that scan and rescan on it too.
Forum: Plugins
In reply to: [Visual Form Builder] File upload.. what actually happens?THANK YOU for following up. Saved me a bunch of time!
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO Plugin "?" are non clickableSame here. Plus my snippet preview no longer shows the title. I think this changed after the last update. Previously worked great.
Forum: Plugins
In reply to: [Ultimate Posts Widget] Line SpacingAfter a lot of searching and experimenting, this seems to be working for me:
.widget_ultimate_posts ul { font-size: 90%;} .widget_ultimate_posts ul li { list-style-type: disc;} .widget_ultimate_posts ul li { line-height: 1.5; margin: -15px -5px; padding: 0;}