lvmultimedia
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping ZonesIt was a plug-in for Table Rate Shipping in Woocommerce that was conflicting. I was using Shipping Zones in the Table Rate Shipping plugin, and then the update to Woocommerce added Shipping Zone functionality. Disabling the Table Rate Shipping plugin allowed the Shipping Zone functionality in the new version of Woo, to work correctly.
Forum: Fixing WordPress
In reply to: beginner! need helpYou can add css to show just the text by making the background transparent, but I see you now added an image to the header, so the text would be unreadable without a box of color behind it.
in style.css on line 105 you have:
.sf-menu > li {
background: #ddd none repeat scroll 0 0;
text-align: center;
}if you change it to:
.sf-menu > li {
background: transparent none repeat scroll 0 0;
text-align: center;
}that will make the grey boxes transparent, showing the background image of the header behind the text links in the navigation… you could also change the background to #fff and then it would look like a white bar with black text links
Forum: Plugins
In reply to: [Contact Form 7] CF7 updated, now WP admin Fatal ErrorThank YOU Takayuki!
I deleted contact form plugin, admin pages available, switched to default, deactivated plugins, reinstalled CF7, all was good…. switched to my preferred theme, activated all plugins, and all works as it should.
Must’ve been a glitch in the automatic update, the manual full install fixed it.
thanks again.Forum: Fixing WordPress
In reply to: beginner! need helpare you looking to change the grey color of the links that are not active to another color? or the white background that the grey box links are sitting on?
I too, installed, and ran a backup using the plugin. I selected email and save locally. Never received the emailed version, but the local zip file is there. Opened the zip file, and nothing is inside. EMPTY backup!
Hi MattyRob,
The response I received from my hosts:
Please make sure you have enabled SMTP authentication in the script with a valid mail ID and password.I do know HOW to do this, but not sure WHERE to do this in the Subscribe2 script.
oh, and I do receive notifications when new posts are posted.
Thanks Matty, I have a support ticket entered to my Hosting provider …. but as I was checking to make sure the email address of the domain was the one in use in the Subscribe2 settings, I decided to try registering another one of my emails. The first one I tried was the one I was already subscribed with, and subscribed2 replied that I was already subscribed, so that part works. Then I tried another email address and received the error message… then, when I went to look at the list of subscribers, of which my first email address was already confirmed as being on it… there weren’t ANY subscribers. the list is empty, even though subscribe2 told me I couldn’t use an email that was already subscribed.
any ideas why this would happen?