yandoos
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Secondary menu padding/marginSorry I meant I have tried:
#nav-second ul.sf-menu>li {
width: 11.05%;
}#nav-second {
padding-left:0px;margin-left:0px;
}I just need to make it so the first menu item is closer to the left edge of the page.
Forum: Themes and Templates
In reply to: [Virtue] Move Top Search barThank you that’s just what I was looking for ??
Forum: Plugins
In reply to: [WooCommerce] Stock not reducingMy bad, I was not selecting the order properly when reducing the stock level in the order. It is working ??
Forum: Themes and Templates
In reply to: [Virtue] Home page Slider is not centeredThanks
Forum: Plugins
In reply to: [Grid Gallery Ready!] multiple credit linksThis happens if there is more than one gallery on the page. For each instance of a gallery each gallery has + 1 credit link.
How can we stop this please?
It’s working! Thank you very much for your kind support. That combined with the function of your plugin is excellent!
Thank you for your reply.
I’ve added the code as above and there is no change. The image still disappears.
I’m only in testing phase. https://abeautyfullmind.com/
Its the article called Long Exposures Copy.
thank you
Thank you. This seems to have done it.
Although i seems strange because I’m using my clients facebook page as the url but created an app in my profile and added the website url and new app id. Now it seems to work fine and theres no ssl issue or errors.
Thank you ??
Thanks for your reply.
I just want to clarify..
Is this something I need to do? I have used fb like box on many other websites (but none of them have an SSL certificate) without having to register an app and simply use my fb page url.Thanks
Forum: Themes and Templates
In reply to: [Virtue] Category name on imageI managed to work it out! I found the product-category class name so I didnt have to change the h5 in general.
.product-category h5 {
background: #555f2c !important; }.product-category h5:hover{background: #81923c !important;}
Forum: Plugins
In reply to: [WooCommerce] Grey background with category name on imageI managed to work it out! I found the product-category class name so I didnt have to change the h5 in general.
.product-category h5 {
background: #555f2c !important; }.product-category h5:hover{background: #81923c !important;}
Forum: Plugins
In reply to: [WooCommerce] Grey background with category name on imageHiya sorry I’ve clearly not provided enough information.
I’m using virtue theme. Heres a link to an example: https://newforestaromatics.co.uk/shop
When I use firebug to try and find the css I can only find an <h5>. There is no div that seems to apply to the strip that goes over the image with title in.
<div class=”product-category grid_item”>
<img alt=”Bath & Shower” src=”https://newforestaromatics.co.uk/wp-content/uploads/2014/09/bath-and-shower.jpeg”>
<h5>
Bath & Shower
<mark class=”count”>(7)</mark>
</h5>
</div>Please see firebug screen print: https://newforestaromatics.co.uk/wp-content/uploads/2014/09/capture-1024×544.png
I hope this is information for some insight into how to so this.
Thank you
Forum: Themes and Templates
In reply to: [Virtue] Secondary menu items not equidistantRather than specifying width i used auto. Like this:
#nav-second ul.sf-menu>li {
width: auto;
padding: 0 10px;
}Forum: Plugins
In reply to: [WooCommerce] Grey background with category name on imageAny ideas?