elianab
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Display product in lightboxThanks Mike. That plugin looks like it will probably work. Do you know how to customize the template to do what I want?
I wasn’t able to figure out my custom icons path, so I used the Custom Services Section, and put my own icons there. It was working fine, until I added a link to LinkedIn. And then the LinkedIn icon got replaced by the word LinkedIn.
If it’s possible to make it work the way I have it, that would be great. But now I see my custom icons path probably didn’t work because my icons had an upper case first letter, and the developers doesn’t.Forum: Plugins
In reply to: wordpress eshop paypal ssl needed?Elfin,
I have eShop set up on my site, using PayPal. After someone makes a purchase they are taken back to the Thank You page. And then they get a message saying: Security Warning. Although this page is encrypted, the information you have entered…Does this happen for everyone using PayPal? Why don’t I see more people asking about this?
If using SSL does not make it more secure, how do I prevent this message from displaying? And if I have to have SSL in order to have this not display, how do I set that up? You mentioned using a plugin. What plugin?
I put it in my style sheet. Your code might be a little different. Mine has #sidebar because my sidebar is inside a div named #sidebar.If your sidebar has a different name, use that. It might work without the #sidebar, so it would look like:
a.more-link {
display:none;
}Their “more info” link is inside a class called more-link. Since it’s a link, you refer to it in the style sheet as a.more-link. So I am saying that the contents of that class should not display.
I figured out how to remove more info from the sidebar. Add this to your css:
#sidebar a.more-link {
display:none;
}There may be a better way, but this worked for me.
I am getting the same warning notice.
Forum: Plugins
In reply to: [Plugin: WordPress Firewall] Error Whitelisting IPI was using WordPress Firewall, and got the error message. I’m now using Firewall 2, and I haven’t gotten the error message. So Firewall 2 is working for me.
Forum: Plugins
In reply to: [Plugin: WordPress Firewall] Error Whitelisting IPI’m looking for the same fix, so I’m glad you’re working on it. It seems like I got this error awhile ago, though I don’t remember for sure. I’m surprised there aren’t more posts about it.
Forum: Plugins
In reply to: TinyMCE editor removes codeI’m just modifying something from the above post. Just before the words that appear in bold in the above post, I had written the word code, with brackets around it. This editor thought I meant those words were supposed to be code, but I was actually saying I put the code tags around my code in the html editor.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Static size for the ImageBrowserYou can go into the style sheet. You need to change the image size, navigation bar size and the section where it has the title. I just figured that out yesterday.
ElianaForum: Plugins
In reply to: [Plugin: My Category Order] 2.5.1 MCG not workingI’m having the same problem. I have a brand new install of 2.5.1. I can order my categories in the plugin, but they are not in the correct order on my sidebar.