eggrace
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Adding a page title to a product pageForum: Plugins
In reply to: [WooCommerce] Adding a page title to a product pageI am probbaly being silly but i was moving with Css Margin and it moved the whole block
Forum: Plugins
In reply to: [WooCommerce] Adding a page title to a product pageForum: Plugins
In reply to: [WooCommerce] Adding a page title to a product pageWe actually have a small eco resort in the cambodian jungle (www.rainbowlodgecambodia.com) but we also have the franchise for this beer brand.
The plugin is great.
Problem is (and I know I am being a pain) but it is hooked to the product area.
I can’t move it to the top left under breadcrumb as a page title.
Unless I am missing something?
Forum: Plugins
In reply to: [WooCommerce] Adding a page title to a product pageHi Stef,
Thanks.
I am in a small town called Tatai in Cambodia!
I don’t have the Customisation options you show in your pic?
I am just using a free version of Storefront
ThanksForum: Plugins
In reply to: [WooCommerce] Adding a page title to a product pageTop Man!
Well if you are ever in the area there are a few beers waiting for you!I can add code (not too good at writing it!), and would prefer to add than use a plugin but don’t want to impose on your good nature.
Forum: Plugins
In reply to: [WooCommerce] Adding a page title to a product pageHi Stef,
Wow thank you, I didnt want to ask you directly so i put it to forum.
Yes that”s right. I don’t want the traditional ‘Shop’ front page, I am just linking the product pages.
I will call them something like ‘Beers’.
Your screen grab is exactly what I am after.BTW, I found the CSS code. It changes something in the main nav formatting on Appearance and doesn’t seem to do anything on the plugin. Anyway I put it there for a reason and it is obviously wrong but I am not sure why I added it.
a {
text-decoration: none !important;
}It is quite late here now in Cambodia so I will look at that properly in the morning.
But I thought I’d put the Shop question out before bed, but I didn’t expect such a quick answer.
Thank you for your on going assistance
Forum: Plugins
In reply to: [WooCommerce] Product Tabs on MobileI used that plugin because it allows you to select elements directly on a live page and change them. I am not advanced enough yet to know where to go for all the element names etc.
Anyway I have moved the CSS across and deactivated the plugin but unfortunatley the problem is still there.
So one of my CSS lines must be causing a conflict. I will take look and let you know.
If anything jumps out at you as you know what you are doing would be grateful.
Forum: Plugins
In reply to: [WooCommerce] Product Tabs on MobileBrillient thank you, i’ll try that and let you know
Forum: Plugins
In reply to: [WooCommerce] Product Tabs on MobileHI Stef,
Thank you so much for your assistance.
I used the plugin to as a live CSS editor and have done on other sites.
I don’t know what to do next because I need all that CSS for my site design.
It the plugin conflicting?
I am afraid as a newbie I don’t know what you mean about it being in an upload file.
Thank you so much for your continued assistanceForum: Plugins
In reply to: [WooCommerce] Product Tabs on MobileThank you very much for taking the time to reply.
I have turned off the delivery notice and the added cart text and the problem is still there. Not sure if i have made any further changes to the product page; besides text formatting and price change. Again i have tested with them off.
But i not sure about duplication? Do you have any ideas on that?
Thank youForum: Fixing WordPress
In reply to: Responsive Menu HelpHi,
I have used the following code:
.sub-menu-columns ul.sub-menu li {
display: inline-block;
float: left;
width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
float: right;
}But then the parent menu items get mixed in with the child items. And the the child item links don’t work.
I have set the parent item to CSS Class sub-menu-columnsI must be doing something basic wrong but I cannot work out how to fix.
Can anybody help please?
Thank you for your assistanceForum: Fixing WordPress
In reply to: Responsive Menu HelpThanks Joy, I have reposted there.
Is there a simple trick to display all menu items including submenus is CSS that you know of?
ThanksForum: Fixing WordPress
In reply to: CSS HelpHI,
I am using a free version of NextGen
Thank youForum: Plugins
In reply to: [WooCommerce] Payment Method PopupThank you for your assistance.
I have two payment methods – Paypal and Cash on delivery.
Both have instructions in their descriptions.
Do you know any I can force it to show both descriptions by default, regardless of which is selected on Check out page?
Thank you