Forum Replies Created

Viewing 30 posts - 5,071 through 5,100 (of 67,469 total)
  • Author
    Posts
  • in reply to: Background color Fullwidth Easy Slider #1445459

    Hi,

    Great! Glad to know that this has been resolved. Please don’t hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hey Jimmy,

    Thank you for the inquiry.

    You might be able to use the avf_the_content filter in the child theme’s functions.php file. For example:

    function avf_the_content_mod($content, $context)
    {
        if (get_post_type() === 'cision_block_post' && $context === 'loop_index') {
            $content = get_the_excerpt() . get_the_content();
        }
        return $content;
    }
    add_filter('avf_the_content', 'avf_the_content_mod', 10, 2);
    

    Best regards,
    Ismael

    in reply to: mobile logo not linking? #1445297

    Hi,

    Great! Glad to know that this has been resolved. Let us know if you got more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Change default catergory heading style #1445296

    Hi,

    No problem! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Change default catergory heading style #1445283

    Hey xfacta,

    Thank you for the inquiry.

    Please add this css code to adjust the font size of the category heading:

    #top.archive.category #wrap_all .all_colors .post-entry h2.post-title.entry-title {
        font-size: 48px;
    }

    You can also just the style of the h2 element in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    in reply to: Portfolio Grid Zoom on Hover #1445282

    Hey Dameon,

    Thank you for the inquiry.

    You can use this css code to enlarge the portfolio grid image and adjust the opacity of the background on hover.

    .grid-image:hover img {
        scale: 1.4;
        transition: all 0.4s;
    }
    
    .avia_transform a:hover .image-overlay {
        opacity: 0.1 !important;
    }
    

    If you want to adjust the background color of the overlay, include this css code:

    #top .all_colors .grid-image .image-overlay {
        background-color: red;
    }

    Best regards,
    Ismael

    in reply to: bugs in your software #1445281

    Hey Tom,

    Thank you for the inquiry.

    You can easily open a new inquiry using the form on the following page:

    // https://kriesi.at/support/forum/enfold/#new-post

    However, it looks like you haven’t registered an account in the forum yet. Please verify your purchase code and register an account in the forum using the field in the link below:

    // https://kriesi.at/support/register/

    Regarding your inquiries, please follow the steps below:

    1.) To increase the font size of the input fields, please add this code in the Enfold > General Styling > Quick CSS field:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
        font-size: 2em;
    }
    

    2.) We were able to successfully send a message using the form. Would you mind providing a short clip or a screenshot of the issue? You can use Imgur, Dropbox, or any file hosting site to share the screenshot.

    Best regards,
    Ismael

    in reply to: Menu words covering logo on desktop #1445280

    Hey divinecurio,

    Thank you for the inquiry.

    You can set the mobile menu to display earlier, when the screen width is less than 990px. Please go to the Enfold > Main Menu > General tab, then set the Menu Items for Mobile setting to the second option (browser width below 990px).

    Best regards,
    Ismael

    in reply to: Footer showing cookie consent but not social icons #1445279

    Hey divinecurio,

    Thank you for the inquiry.

    We tried to login to the site but the password for the account is incorrect. Please check the info carefully, or provide another admin account. In the meantime, please temporarily disable the Enfold > Performance > File Compression settings and make sure that the Appearance > Theme File Editor is accessible.

    Best regards,
    Ismael

    Hi,

    The site seems to be cached with the old (incompatible) fonts.

    Which Google font did you upload? Did you download it directly from the Google Fonts site? You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to reload the new stylesheets with the new fonts. Also, please make sure to purge the cache afterward.

    Best regards,
    Ismael

    in reply to: mobile logo not linking? #1445277

    Hey Munford,

    Thank you for the inquiry.

    The logo is not clickable because the burger menu is covering it. Did you add this css code?

    .responsive #top #wrap_all .main_menu {
        width: 100%;
    }

    Removing the css should fix the link issue.

    Best regards,
    Ismael

    in reply to: Menu Parallax Demo Issues #1445276

    Hey acelam714,

    Thank you for the inquiry.

    It looks like you’re using the absolute URL instead of just the anchor. Please edit the menu items and remove the base or root URL. For example, the following URL:

    http://www.site.com#about
    

    .. should be:

    #about
    

    Let us know if this helps.

    Best regards,
    Ismael

    in reply to: verical distance #1445132

    Hey schweg33,

    Thank you for the inquiry.

    You can add this css code to decrease the space between the menu items and the position of the arrow:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu>li>a {
        padding: 5px 15%;
      }
    
      .responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu>li a:before {
        top: 5px;
      }
    }

    Best regards,
    Ismael

    in reply to: Update the template and an error note appears #1445130

    Hi,

    Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Problem with removing accordion # URL toggle-id’s #1445129

    Hi,

    Sorry for the confusion. I was not aware of this option. However, when I tried to enable the avia_template_builder_custom_tab_toggle_id, it didn’t work and it seems it’s no longer available. We’ll get back to you once we have more information about this option.

    Best regards,
    Ismael

    in reply to: Content blocks disappearing after saving #1445079

    Hi,

    Thank you for the inquiry.

    The strong tag in the Special Heading element is not closed properly.

    < strong >SPECIALISED NAUTIQUE SERVICE< strong >
    

    It should be :

    < strong >SPECIALISED NAUTIQUE SERVICE</ strong >
    

    Best regards,
    Ismael

    in reply to: Content blocks disappearing after saving #1445070

    Hi,

    Thank you for the info.

    Please provide the login details in the private field so that we can check the issue further. In the meantime, please toggle or temporarily disable the Enfold > Performance > File Compression settings and make sure that the Appearance > Theme File Editor is accessible.

    Best regards,
    Ismael

    in reply to: Advanced layout editor not loading #1445067

    Hi,

    Thank you for the info.

    The builder works and updates correctly when we disable the PrivateContent plugin. We created a test page and kept the plugin disabled. The link is in the private field. Please contact the plugin developers for more information about the issue.

    Best regards,
    Ismael

    in reply to: Content blocks disappearing after saving #1445066

    Hey VerhoevenGroup,

    Thank you for the inquiry.

    Did you add any html tags or scripts to the page? Please make sure that there are no invalid tags in your html, and we recommend loading custom scripts using hooks or default functions such as wp_enqueue_script.

    // https://developer.wordpress.org/reference/functions/wp_enqueue_script/

    Please provide a screenshot of the issue using platforms like Savvyify, Imgur or Dropbox. 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: Background color Fullwidth Easy Slider #1445064

    Hey birte5,

    Thank you for the inquiry.

    Try to add this css code to adjust the background color of video container:

    div .mejs-container {
        background: #080808;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.

    Best regards,
    Ismael

    in reply to: Enfold Fullwidth Easy Slider Not Working #1445063

    Hi,

    UPDATE: We tried the login info above but the username is invalid. Please check the info carefully, or provide another admin account.

    Best regards,
    Ismael

    in reply to: Enfold Fullwidth Easy Slider Not Working #1445061

    Hi,

    Thank you for the update.

    I have those settings all turned off.

    If the compression settings are disabled, the avia-footer-scripts should not exist. This is where the error is generated. Please check the settings again and make sure to purge the cache after disabling them. Alternatively, you can post the login details in the private field so that we can check the issue properly.

    Best regards,
    Ismael

    in reply to: Customize table #1445060

    Hi,

    The html can be added in any of the table cells:

    
    <div class="av-table-coloured av-table-coloured-red">Hiit</div>
    

    The css should be added in the Enfold > General Styling > Quick CSS field:

    .av-table-coloured {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px;
    }
    
    .av-table-coloured .av-table-coloured-red {
        background: red;
    }
    
    .av-table-coloured .av-table-coloured-orange {
        background: orange;
    }
    
    .av-table-coloured .av-table-coloured-blue {
        background: blue;
    }
    

    Please check this link: https://kriesi.at/documentation/enfold/add-custom-css/#quick-css

    Best regards,
    Ismael

    in reply to: Add 3 image product gallery under main product image #1445059

    Hi,

    Thank you for the info.

    The css rules (woocommerce-mod.css) for the gallery items are missing for some reason. To fix the issue temporarily, please add this code in the Quick CSS field.

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        display: flex;
    }

    Best regards,
    Ismael

    in reply to: Builder elements to shortcodes #1445057

    Hi,

    After that I can edit the page and everything in there will be displayed as per the function.

    Yes, that’s how it should work. If you encounter issues, let us know.

    Best regards,
    Ismael

    Hi,

    A serif font changes to script on hover.

    You might be able to do this in the Enfold > Advanced Styling panel. Edit the elements under the Main Menu section and toggle the Apply only to mouse hover state option.

    Best regards,
    Ismael

    in reply to: Problem with removing accordion # URL toggle-id’s #1445052

    Hey majabhjorth,

    Thank you for the inquiry.

    The toggle IDs are required for the Accordion element to function properly. Unfortunately, you cannot remove them without significant modifications to the script and template files. If it is crucial for you to have this implemented, you have the option to hire a freelancer who can assist you with the customization. You can find freelancers who specialize in theme customization by visiting our customization page.

    If you have any other questions or need further assistance, please feel free to let us know.

    Best regards,
    Ismael

    in reply to: Vimeo Privacy Settings #1445051

    Hi,

    Great! Glad to know that this has been resolved. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Partner/Logo Element – more columns #1445050

    Hi,

    Thank you for the inquiry.

    This is not possible without significant modifications to the slider script and templates. You may need to use two sliders side by side, separated by column elements, or just add another right below the first one.

    Best regards,
    Ismael

    in reply to: Post Slider display video instead of featured image #1445049

    Hi,

    I was hoping that the videos would play with sound right there in the “preview image”,

    There is no option for this by default, unfortunately. You’ll have to use the lightbox or use the default redirect to the single portfolio pages.

    Best regards,
    Ismael

Viewing 30 posts - 5,071 through 5,100 (of 67,469 total)