Forum Replies Created
-
AuthorPosts
-
Hey lara666,
Thank you for the inquiry.
You can use this css code to adjust the style of the featured image slider title:
#top .avia-featureimage-slideshow.av-m6tyn82g-131d78d88d19991cbc6ff96d197c2974 .avia-caption-title * { font-weight: 400; text-decoration: none; font-size: 20px; }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code.
Best regards,
IsmaelHi,
You have to include the code inside this block (css media query):
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }
Best regards,
IsmaelHi!
We’ve added the css rule that we posted above: https://kriesi.at/support/topic/text-blocks-pc-same-height/#post-1476285
If you don’t need to apply this on mobile view, you can remove this css code:
@media only screen and (max-width: 1300px) { #top .av-6xdhph-d676d236253fe9da7b5542127b7590e9 .flex_column .av_textblock_section > div > div { min-height: 600px !important; } }
Regards,
IsmaelFebruary 7, 2025 at 7:01 am in reply to: Add full-width easy slider above calendar on Events Calendar page #1476594Hey waveseven,
Thank you for the inquiry.
You have to wrap the slider shortcode inside the do_shortcode function. Example:
You may also need to add a conditional function to make sure it only renders on the events page.
if (function_exists('tribe_is_event_query') && tribe_is_event_query() && !is_singular('tribe_events')) { // do_shortcode(slider); }
Best regards,
IsmaelFebruary 7, 2025 at 6:56 am in reply to: YouTube video throwing error when played in color selection #1476592Hi,
Thank you for the update.
The images display back when we disable the WP Hide & Security Enhancer plugin. You may need to adjust its settings or disable certain features. Please contact the plugin developer for more info.
Best regards,
IsmaelHi,
Good to know that you managed to find a workaround — adding the script won’t be necessary in this case. Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
We placed the code in the Enfold > General Styling > Quick CSS field. Please make sure to purge the cache or remove the browser history before checking the page.
Best regards,
IsmaelHey cygrafix1,
Thank you for the inquiry.
Looks like you’ve already found a solution for this.
#top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-linkedin a:focus { color: #fff; background-color: #419cca; }
Let us know if you need more assistance.
Best regards,
IsmaelHi,
There is a snippet called “Mobile Logo” that adjusts the logo in the mobile view, and it is still using the old .org domain. We have updated the snippet. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can adjust the padding between the menu items. Please include this inside the css media query that we created for mobile view:
#top #menu-dialektwoerter > li { padding: 2px 0; display: inline-block; } #top #menu-dialektwoerter { padding: 10px 0; } #top .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7 { width: 40px; }
Best regards,
IsmaelHi,
Thank you for the update.
It seems to be working correctly on our end. If you want this applied to every page, you can use this css code instead:
#top .container .av-masonry .av-masonry-container { padding-left: 12.5%; }
Another option is to apply a custom css class to the Masonry elements where you need these adjustments and edit the css rule accordingly.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelFebruary 7, 2025 at 6:04 am in reply to: Post-Masonry-Element with square images like in the shop grid #1476582Hi,
Thank you for the update.
Unfortunately, that is the only option that displays images in a square orientation. If the caption and title are covering the image, you can set the Content > Captions > Element Title and Excerpt Display setting to “Display on mouse hover”. You can also use the Perfect Automatic Masonry, but you have to make sure that all product images have the same size and aspect ratio.
Best regards,
IsmaelHey michaelf245,
Thank you for the inquiry.
You can add this css code to move the mega menu container upwards and prevent the bottom items from being cut off.
.html_header_left #header .avia_mega_div { margin-top: -200px; }
Let us know the result.
Best regards,
IsmaelHi,
And added something regarded lightbox and google conversion but cannot find anymore.
It’s possible that one of the scripts is causing the issue. Did you use a plugin to add the scripts? Can we deactivate the plugins temporarily?
Best regards,
IsmaelHey Diana,
Thank you for the inquiry.
The issue occurs because of this css rule:
.js_active .av-layout-tab { display: table-cell; border: none; }
Please remove the css, then temporarily disable the Enfold > Performance > File Compression settings. If the issue persists or if you can’t find the css rule, try to override it with this code in the Quick CSS field.
.js_active .av-layout-tab { display: block !important; }
Let us know how it goes.
Best regards,
IsmaelHi,
Thank you for the update.
Unfortunately, the account provided still doesn’t have admin rights. Please change the user role or provide an admin account so we can manually import the demo.
Best regards,
IsmaelHi,
Great! Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
We can’t access the server using the credentials provided. Are you sure they are correct? Please create a staging site and provide the WP and FTP details in the private field.
Best regards,
IsmaelHey!
Sorry about that. We moved the location of the css rule. It should be displaying correctly now.
Cheers!
IsmaelHi,
Thank you for the info.
We adjusted the css code a bit and it seems to be working now. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHi,
Great! Glad to know this worked. You can also apply a Custom CSS Class name to the button element and create a script that adds the “no-scroll” class to the child link () tag. Let us know if you have any other questions.
Have a nice day!
Best regards,
IsmaelHi,
Thank you for the update.
We manually imported the theme options and the demo using the Import/Export tool in Theme Options. We also managed to import the posts, but not the images. You can edit the page and upload your own.
Best regards,
IsmaelHi,
Thank you for the update.
We couldn’t access the site because there’s a critical error. Are you currently working on the site? Did you change the login URL?
Best regards,
IsmaelFebruary 6, 2025 at 9:25 am in reply to: color change social icons and button in full width slider #1476491Hi,
Thank you for the update.
You can add this css code (Enfold > General Styling > Quick CSS field) to adjust the color of the heading row in the pricing table.
.main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background-color: var(--enfold-main-color-primary); color: #faf3e0; border-color: var(--enfold-main-color-stripe); }
Best regards,
IsmaelHi,
Thank you for the update.
It’s been a while and the screenshot that we provided is no longer available. You may need to avoid using special characters such as umlauts as anchors or as ID attribute to prevent the issue with the links.
Best regards,
IsmaelHey whdsolutions,
Thank you for the inquiry.
You can add this code in the Quick CSS field:
#top .av-m6p4vfy0-690d7ab656912433849d5b6fa16c29ad .av-masonry-container { padding-left: 12.5%; }
Best regards,
IsmaelHi,
Thank you for the update.
The menu widget menu seems to be resizing as expected. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHi,
Thank you for the update.
The logo still points to the .org site. Did you add any modifications to the functions.php file?
// https://site.org/wp-content/uploads/2024/01/logo_black.png
Best regards,
IsmaelHi,
Thank you for the update.
As mentioned above, background videos will not display on mobile views by default and are replaced with their fallback images. Did you apply fallback images to the video sliders? If not, edit the video slides, go to the Content > Fallback Images tab, and upload the image you would like to display on mobile view.
let us know if you need more info.
Best regards,
Ismael -
AuthorPosts