Thank you for pointing this out. I have removed all but the color setting as I could improve a page which needed the padding and display attributes.
Even when I remove the below code unfortunately it doesn’t change anything. What am I doing still wrong that the spacing is too high?
[class*=icon-], [class*=fa-], [class*=ti-], [class*=pe-7s-] { color: #A9BF16; }
I expected honestly this to be fixed. As programmer I say, it takes 15 minutes to fix it as it is just converting ” to the HTML code.
Please, what is going on with your IT? Check https:/cbdfactum.com and scroll down to the newsletter section.
What happened now? A new update and another broken layout.
Hi, I would say, unfortunately it hasn’t been fixed completely.
See the attached screenshot. There is a gap between the lines. In my first post is the screenshot as it was before. You see the lines are more closer to each other. I removed the suggested CSS so you can see it live here:
https://cbdfactum.com/my-cbd-factum-account/
Yes, I confirm, now it is fine. May be a caching issue. Thx
I applied it but the images are still too big as they were before.
No offence, but what happened in the last updates? I have here four tickets regarding bugs which your developer implemented in your theme.
I need the images smaller. Honestly, how it is now, it is horrible.
OK, thx, this fixed it. Can your developer fix it also in one of the next updates?
Solution for this topic
I confirm it has nothing to do with your theme. I present here the solution so it is available for others. The code has to be placed in functions.php:
function populate_specific_checkout_field($input, $key ) { global $current_user; switch( $key ) { case 'billing_first_name': case 'shipping_first_name': // return the first name return $current_user->first_name; case 'billing_last_name': case 'shipping_last_name': // return the last name return $current_user->last_name; } } add_filter('woocommerce_checkout_get_value', 'populate_specific_checkout_field', 15, 2 );
Strange, as I use WP caching and my site is running under Cloudflare and the changes have been immediately applied.
Can you please post the URL of your site?
Thx!
You are almost done. Try it with !important:
.item-home { display: none !important; }
For the separator use this additional CSS which is a bit tricky as the none attribute should be applied only to the first occurrences of the separator.
So here you hide all separators in the breadcrumbs section
#breadcrumbs > .separator { display: none !important; }
And here you make all but the first separator visible
#breadcrumbs > .separator ~ .separator { display: inline !important; }
For me it works. See here https://cbdfactum.com/product/5-percent-cbd-factum-in-hemp-seed-oil/
Please, until the bug is fixed, provide me the correction CSS for the index page of https://cbdfactum.com
Just scroll down till you see the payment information.
Thx
Thank you! I am very happy/satisfied with your support.
I confirm this fixed the issue. However, it wasn’t there until the last update.
How is the situation now? Do you fix it in one of the next updates? I think, your JE List element should work without it – what is your opinion?
Thx
I am still a WP newbie. How do I apply the Twenty Seventeen theme and can I easily re-apply the Jevelin theme once I tested it?
Thx
Perfect. Thx. Looking forward for the new version as for the moment the theme is producing the most errors in the validator.
I have updated the site to 4.5.5 so you can check it now.
Please use this email address for testing:
The password is in the private field.
When I set the logo height to 75px in the Header section then this is the generated HTML code:
<b>class="sh-light-logo" src="//cbdfactum.com/wp-content/uploads/2019/06/cbd_factum_vertical-small-e1573563808890.png" alt="CBD Factum" height="75"</b>
Do you see the " around 75? Shouldn’t it be a “.
What am I doing wrong?
Just check my site https://cbdfactum.com by the W3C validator:
https://validator.w3.org/nu/?showsource=yes&doc=https%3A%2F%2Fcbdfactum.com%2F
6 errors of this kind. I updated your theme to the latest version – I hope so…
Well, for this you have to do some steps:
In the first post I write which option is set.
Kind regards,