Forum Replies Created
-
AuthorPosts
-
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
Great, I’m glad that Yigit could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardSeptember 6, 2022 at 7:33 pm in reply to: Remove Left & Right Cell Padding For Grid Row ONLY on Mobile #1364105Hey Kacey,
You have the option to set different padding for different types of screen sizes in the element options. Did you try that out?
Best regards,
RikardHey szimmerdesign76,
Please refer to this: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5
Best regards,
RikardHi,
About the projects page: please try to enable debug mode, so that we can move the shortcodes to a new page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you, if you give us permission to do so.
Space bar problem: please try to temporarily deactivate all plugins, to see if that changes anything.
Best regards,
RikardHi,
Thanks for the clarification. Does it make any difference if you temporarily deactivate all plugins?
Best regards,
RikardHey itcreativehk,
Thanks for the login details. On which page can we see the element in question?
Best regards,
RikardSeptember 6, 2022 at 11:54 am in reply to: display problems with symbol boxes on mobile devices #1364033Hi,
Thanks for the update. Please try this CSS as well:
@media only screen and (max-width: 479px) { .iconbox_content li { word-break: break-all; text-align: initial; } }I can’t see the problem with the icon on my end though, which you point out in your screenshots. In which browser are you seeing that?
Best regards,
RikardHi,
Please try this CSS instead:
@media only screen and (max-width: 767px) { .av_header_transparency span.logo { display: none !important; } }I can’t see a background behind the cart icon, could you post a link to where we can see it having a background?
Best regards,
RikardHi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
Thanks for that. I had a look at the posts in question, but I can’t see any problems on my end. Could you let us know how to reproduce the problem you are seeing on your end, or post a screenshot highlighting it? Also let us know which browser you are using.
Best regards,
RikardHi,
Great, I’m glad that Yigit could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Great, I’m glad that we could help. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
This will change the background of the active tab to red, and the text will be white:
#top .main_color .tabcontainer .tab.active_tab { color: #fff; background: red; }Best regards,
RikardHi,
Thanks for the clarification. That’s possible using the Grid Row element. Please try using a Color Section element for the background, then 1/3 elements for the content.
Best regards,
RikardHi,
Thanks for that. On which page can we see the preview problem?
The page in private has the works slug.
Best regards,
RikardSeptember 5, 2022 at 7:14 pm in reply to: Background image top content section not responsive #1363969Hey marc_vandaele,
It’s displaying on my end when I check in Chrome on Android. Did you try checking in an incognito or private browser window?
Best regards,
RikardHi,
Thanks for the screenshots. You can control the responsive behaviour using this CSS:
@media only screen and (min-width: 480px) and (max-width: 767px) { .responsive #top .slideshow_caption { left: 0; width: 40%; padding: 0; } }Best regards,
RikardHi,
Please try this CSS instead:
#top .main_color .tabcontainer .active_tab { color: #fff; } #top .main_color .tabcontainer .tab:hover { color: #f7f2ee; }Best regards,
RikardHey mulder4301,
Are you asking about the Grid Row element? If so, then background images can be set if you edit each cell, then set the background image in the Styling->Background tab.
Best regards,
RikardHi,
Thanks for that. First of all, could you try updating the theme to the latest version (5.1.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardHi,
Thanks for the update, I still can’t see any login details though. Please send them again, and make sure that you write something in the public box as well.
Best regards,
RikardHi,
I can only see Open Sans being loaded on your site. Please try to follow this on how to load the font locally: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
RikardSeptember 5, 2022 at 12:35 pm in reply to: News / blog page breaks when upgrading from PHP 7.4 to 8.0 #1363904Hi,
Thanks for the update. I guess that you found the cause of the problem then, please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardSeptember 4, 2022 at 11:40 am in reply to: News / blog page breaks when upgrading from PHP 7.4 to 8.0 #1363786Hi,
Thanks for the update. Does the same messages appear if you activate a default WordPress theme? Maybe there are alternative plugins you could try using instead? I’m not sure exactly what you are using the plugin in question for, but there is spam protection built into the theme, should you need it.
Best regards,
RikardHi,
Thanks for the screenshot. So the problem is that you want to load the Open Sans font locally, instead of from Google? Or is it that Roboto is loading on some pages? Please try to clarify the problem a bit further, and post a link directly to where we can actually see it. If we should need access to the backend of your site, then please include admin WordPress login details in private.
Best regards,
RikardHi,
No problem, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
Great, I’m glad that we could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi la_tripping,
Please try this filter in your functions.php file:
add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'temp_thumbnail_size_fix', 10, 1 ); function temp_thumbnail_size_fix( $thumbnail_size ) { return 'woocommerce_thumbnail'; }Best regards,
Rikard -
AuthorPosts
