eic2010
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Make ‘County’ a required field at checkoutThanks Rodica for your quick response.
I only ship to the UK so only have that set as an option, with ‘county’ optional by default. However on my last order the customer didn’t submit a county but the order confirmation showed ‘Please select a region, state or province.‘ on his billing and delivery address which I’ve not seen before. I dont know why this would suddenly show, implying that a choice should have been made, and why it suggests some form of drop down?Thanks, that worked! Appreciate your help!
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Verified badge for guest checkoutThanks for getting back to me. Does it show the verified status even if they checked out as a guest? It’s just I’ve imported my reviews but I’m not seeing the verified badge even though they purchased via my site (albeit as a guest)?
Forum: Plugins
In reply to: [WooCommerce] Create a custom order – not all products showingApologies for the delay in replying. I managed to resolve it by following some advice I found on another thread.
I went to Woocommerce – Status – Tools – Regenerate the product attributes lookup table
This seems to have worked but thank you for taking the time to respond.
It does seem to struggle slightly to still find the products, despite them all being set to visible. Sometimes I have to try numerous words (and more than 3 characters) found in the product title but I think the majority are now there.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Create a custom order – not all products showingHi
Thanks for getting back to me but the opposite is happening with me, the published and visible in catalog products do not show but the drafts and private ones do!?
Forum: Themes and Templates
In reply to: [Neve] Starter Sites & Templates by NeveI have imported a starter site and set it all up. Can I now delete the plugin?
Thank you for your prompt reply. No I have not specified any products in the ‘Custom related product settings’ section, I have just the ‘categories’ option selected.
I’ll forward the report via the link to see if that sheds any light on the matter.
Appreciate your help!
Forum: Themes and Templates
In reply to: [ColorMag] Update a complete disaster!My site is still on a staging site and is not live at the moment. I have four columns in the footer but at the moment they are not of individual widths. The first column is much wider than the other three. In the last version I managed to make them all equal widths by using the code above but this doesn’t work on the new version. Do you have new code for this?
Forum: Themes and Templates
In reply to: [ColorMag] Update a complete disaster!Thank you, I have updated to the new version now but have had to use the normal theme not the child one as I could not get it to look anything like my old site. I am updating the css now with the new classes etc but am stuck on one which I ma hoping you could help me with? On my existing site I resized the 4 footer columns so that they were all the same size with the following code:
@media screen and (min-width: 600px) {
.tg-footer-main-widget {
width: 25%;
}
.tg-footer-other-widgets {
width: 72.368421%;
}
However I can’t seem to get the new code to work on the updated one. Can you help?
Forum: Themes and Templates
In reply to: [ColorMag] Remove header image from other pagesThanks for getting back to me. I’ve worked around the issue by using a large image block on the home page then hiding the title using css
.page-id-107 .entry-title{
display:none !important;
}
.page-id-107 .main-content-section {
padding-top: 0px;
}
.page-id-107 #main {
padding-top: 0px;
padding-bottom: 0px;
background-color: #ffffff;
}`This seems to have worked 🙂
Thanks anyway for getting back to me
p/s if anyone uses this code please remember to change the page id number to match your page 🙂
Forum: Themes and Templates
In reply to: [ColorMag] Default font changed on updateHi, thanks for getting back to me. I’m based in the UK and am using the free version so cannot change the font. I was happy with what was on there previously. What do you mean by ‘displayed locally rather than the Google fonts’?
Forum: Themes and Templates
In reply to: [Neve] Logo not retinaHi
Thanks for getting back to me. Unfortunately my site is still in a test stage so I can’t share the URL. I have uploaded a png logo and put the width to 120px but it looks a little blurry on retina screens. Is there a recommended size/format to use? My logo is longer than it is high. I tried loading a larger logo at 400 by 50 pixels but WordPress crops it to 200 x 25px, I then reduce the width in the customiser to 120px but it still looks a bit unclear.
Any help you can provide is much appreciated.
Thanks!Forum: Themes and Templates
In reply to: [Spacious] Show Featured Image on PostsHi
Sorry I found it! It was under Additional in the Customizer. Soory for the inconvenience and my ignorance!
Thank you anywayForum: Themes and Templates
In reply to: [eStore] Featured Image Link?I installed the code snippets plugin and used the following
function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) {
$html = ‘‘ . $html . ‘‘;
return $html;
}
add_filter( ‘post_thumbnail_html’, ‘wpb_autolink_featured_images’, 10, 3 );This seems to have worked.
Forum: Themes and Templates
In reply to: [eStore] BreadcrumbsHi
I changed the category to the child category and yes it did change the breadcrumbs. However I need it to show in the main category too. On https://bit.ly/3aG72U0 I have both the main and the child categories selected and the breadcrumbs is correct however on https://bit.ly/36hkzy4 I again have the main and the child categories selected but the breadcrumbs is not the full one. I dont understand why on one it works but not on the other when the settings are the same?