Bardin Ellis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove shopping cart icon to my wordpress themeHi mikeettnie,
You can remove the cart by adding this to your stylesheet:
.shopping_cart_outer {
display: none;
}
See if your theme has a “Custom” css section and add it there.
Thanks Rob.
I managed to “fix” it my side. All I did was align the translator bar to the right (in the plugin options), then saved the settings.
Did the trick! Appreciate your quick response and help with this.
Thanks!!
Hi,
I am having the same problem. Just doesn’t want to show in the template.
This might have happened after upgrading to WP3.6.1
Here is the link: http://seoninja.co.za/dev/thebackpack/
It’s also embedded using a shortcode (php) in the template file.
Forum: Fixing WordPress
In reply to: wp list pages / wp list categoriesSorry, here is the URL
Forum: Fixing WordPress
In reply to: Trouble adding HTML code to sidebar text widgetI think it’s a good idea to code it into the sidebar.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Trouble adding HTML code to sidebar text widgetthe code i want to insert would be something like this:
====================
a href=”http://za.offerforge.com/z/14307/ZA4819/”><img src=”http://za.offerforge.com/42/4819/14307/” alt=”Uzzi” border=”0″></a
===================
(with the < & > brackets at the start and end)I am able to insert this code into any post, but not in a sidebar text widget. It’s just plain html with an image as the link
Any ideas?