Forum Replies Created

Viewing 30 posts - 1,411 through 1,440 (of 66,075 total)
  • Author
    Posts
  • in reply to: Featured Image Slider #1476597

    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,
    Ismael

    in reply to: Distance smaller #1476596

    Hi,

    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,
    Ismael

    in reply to: text blocks pc same height #1476595

    Hi!

    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,
    Ismael

    Hey 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,
    Ismael

    Hi,

    Great! Thank you for the info @kblankinship. Have a nice day.

    Best regards,
    Ismael

    in reply to: Images don’t load when using Avia layout builder #1476591

    Hi,

    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,
    Ismael

    in reply to: Disable scroll to top when opening a popup #1476589

    Hi,

    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,
    Ismael

    in reply to: text blocks pc same height #1476587

    Hi,

    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,
    Ismael

    in reply to: Hover color social media icons in demo content #1476586

    Hey 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,
    Ismael

    in reply to: Logo Not Showing Up on Mobile View #1476585

    Hi,

    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,
    Ismael

    in reply to: Distance smaller #1476584

    Hi,

    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,
    Ismael

    in reply to: Align items to center of page – Masonry #1476583

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Sidebar menu – some elements are not shown #1476581

    Hey 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,
    Ismael

    in reply to: Anchor Link doesn’t work on smartphone but on PC #1476580

    Hi,

    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,
    Ismael

    in reply to: Tab section mobile view #1476579

    Hey 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,
    Ismael

    in reply to: Demo pages are not generated #1476502

    Hi,

    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,
    Ismael

    in reply to: Background Images #1476499

    Hi,

    Great! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Disable scrolling on tab element #1476497

    Hi,

    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,
    Ismael

    in reply to: mobile menu right #1476496

    Hey!

    Sorry about that. We moved the location of the css rule. It should be displaying correctly now.

    Cheers!
    Ismael

    in reply to: Transparency Header Issues #1476495

    Hi,

    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,
    Ismael

    in reply to: Disable scroll to top when opening a popup #1476494

    Hi,

    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,
    Ismael

    in reply to: Issue to import Agency demo file (One pager) #1476493

    Hi,

    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,
    Ismael

    in reply to: Images don’t load when using Avia layout builder #1476492

    Hi,

    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,
    Ismael

    in reply to: color change social icons and button in full width slider #1476491

    Hi,

    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,
    Ismael

    in reply to: Umlaute bei Table of Contents #1476490

    Hi,

    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,
    Ismael

    in reply to: Align items to center of page – Masonry #1476488

    Hey 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,
    Ismael

    in reply to: How to personalize sidebar menu appearance ? #1476486

    Hi,

    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,
    Ismael

    in reply to: Logo Not Showing Up on Mobile View #1476485

    Hi,

    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,
    Ismael

    in reply to: slideshow element: video doesn’t show on mobile #1476483

    Hi,

    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

Viewing 30 posts - 1,411 through 1,440 (of 66,075 total)