Forum Replies Created
-
AuthorPosts
-
Hi Cloud Construct,
You’re welcome. :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi BenjaminSpeedtsberg,
Thanks, I have checked it and the font seems to be correct (screenshot link in private content).
I compared it as well to https://fonts.google.com/specimen/Roboto+Slab and it’s similar.Best regards,
NikkoHi Cloud Construct,
I apologize for the delayed response.
The problem was the Cookie Consent set in Enfold > Privacy and Cookies > Cookie Handling > Default Cookie Behaviour, is set to Essential cookies are accepted on first page load, user must opt in which disallows external video content like youtube from running, you should set it to All cookies and services are accepted on first page load, user can opt outBest regards,
NikkoHi BenjaminSpeedtsberg,
I apologize for the delayed response.
There’s no login page link given so I assumed it’s similar the one in private content, however, it doesn’t seem to work, please check.Best regards,
NikkoHi vantagepointmg,
For related products, it should show products with similar categories or tags from the current product on page.
Best regards,
NikkoHi Monikafrick,
As for the last picture, please add an image element inside grid and use the same image as the background image of the cell, and show it only on mobile (Advanced > Responsive > Element Visibility).
Hope it helps.Best regards,
NikkoHi Daniela,
I tried to check the CSS code if it’s added (css file url in private content) and it seems the code I gave you is added but you inserted it inside:
@media only screen and (max-width: 768px){
which basically means that you will see this code activated on mobile devices.
Also, the @media CSS code is unclosed, so it could cause unpredictable issues.
The codes you put in #1 is also not shown in the css file url, that’s why it’s not working.Best regards,
NikkoHi tiadrop,
I could not follow the issue that you mentioned, I could see the images on my end, can you provide a screenshot on how it looks on your end? maybe I just missed it.
Best regards,
NikkoHi BenjaminSpeedtsberg,
For H tags, it will show as well if you set it in Heading Font.
If that does not help, please give us temporary admin access, so we can check further.
Just post the credentials in private content.Best regards,
NikkoHi Zack,
I’m glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Beat,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Buddy,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Daniela,
1. Your code is correct but it’s not being fetched in the frontend, please go to Enfold > Performance, then disable CSS file merging and compression and Javascript file merging and compression.
2. Please try to add this CSS code:
#top #header_main #menu-item-shop .cart_dropdown_link { font-size: 25px; }
Default Size is 15px.
Hope this helps.Best regards,
NikkoHi jamesbarrell,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Zack,
The reason why it’s not showing the same font is because the Prata font was not imported to the staging site.
Please add the Prata font in Enfold > Import/Export > Custom Font Manager.
Hope it helps.Best regards,
NikkoHi Obrmarketing,
For some reason $which_files instead of being a type of array, was type of string which was causing the issue.
I simply added this code:if (is_string($which_files)) { $which_files = []; }
above this line of code:
$which_files['css'] = $css_merging;
to make sure that $which_files is an array.
Best regards,
NikkoHi DianaLoola73,
I’m using windows so I’m not too familiar with mac, here’s an article I found: https://www.tomsguide.com/how-to/how-to-clear-the-cache-on-mac
I hope it helps.Best regards,
NikkoHi Beat,
I have checked it again and it seems the code is working but the CSS forces images to use 100% width, that’s why it doesn’t look like it’s working.
Please add this CSS code in Enfold > General Styling > Quick CSS:#top .big-preview img { width: auto; }
Best regards,
NikkoHi Obrmarketing,
I apologize for the delay.
The fatal error is fixed, please check.Best regards,
NikkoHi Beat,
I apologize, you are correct, it should be entry_with_sidebar not entry_without_sidebar:
function enfold_customization_modify_thumb_size( $size ) { $size['entry_with_sidebar'] = array('width'=>845, 'height'=>321); return $size; } add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
Best regards,
NikkoHi Anna_Tewes,
Please try to add a class noLightbox and download to the anchor tag like:
<a class="noLightbox" href="https://website.com/wp-content/uploads/2023/07/my-image.jpg" download>Click here to start downloading</a>
Hope it helps.
Best regards,
NikkoHi Diana,
I tried to check your website on my end using chrome, firefox and edge but it does not look thin, here’s a screenshot in firefox:
The problem might be only showing up on your computer due to caching. Can you try to open it in other device?Best regards,
NikkoHi sjahan,
Thanks for giving us admin access.
The code does not work when Jetpack Boost is enabled, but is working properly when it is disabled.
Maybe you just need to deactivate some settings of the Jetpack Boost.Best regards,
NikkoHi tcampaner,
To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
NikkoJuly 27, 2023 at 10:40 am in reply to: Further question on my decorations for menu item topic #1414641Hi stevewroche,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi lfs360,
Yes, it’s possible, please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-slideshow { overflow: visible; } #top .avia-slideshow .avia-slideshow-arrows .prev-slide { transform: translateX(-100px); } #top .avia-slideshow .avia-slideshow-arrows .next-slide { transform: translateX(100px); }
Best regards,
NikkoHi Diana,
Please try to go to Enfold > General Styling > Typography, then enable the Heading Size (h1, h2, etc) then set the Font Weight.
Hope it helps.Best regards,
NikkoJuly 27, 2023 at 7:58 am in reply to: Further question on my decorations for menu item topic #1414618Hi stevewroche,
I tweaked Rikard’s code a bit, please try to use this one:
nav.main_menu .current-menu-item > a > .avia-menu-text, nav.main_menu .sub-menu .current-menu-item .avia-menu-text { border-bottom: 2px solid; padding-bottom: 5px; }
Best regards,
NikkoHi Rob,
Does the greater than and less than symbol changed on the backend? that maybe the cause why it’s rendering as text instead of an html tag.
If that does not help, then we would need to check the backend in order to see the issue further.Best regards,
NikkoHi zimbo,
Thanks for informing us :)
The problem has been fixed.Best regards,
Nikko -
AuthorPosts