Forum Replies Created

Viewing 30 posts - 3,301 through 3,330 (of 67,469 total)
  • Author
    Posts
  • in reply to: Some links in the menuitems and buttons don’t work #1473351

    Hey dorisb123,

    Thank you for the inquiry.

    It seems to be working correctly on our end. Have you tried editing the page and the Button element in the Advanced Layout Builder (ALB)? To adjust the menus, go to Appearance > Menus in your dashboard. Please provide the site URL in the private field so that we can inspect the issue further.

    Best regards,
    Ismael

    in reply to: token key doesn’t work #1473350

    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: remove container wrappers around code widget #1473349

    Hi,

    Thank you for the update.

    There’s no way to prevent the theme from creating the section container for orphaned elements or elements that are not wrapped in a Color Section element. You may need to adjust the script above to account for this. Unfortunately, this would require significant modifications, which are beyond the scope of support.

    Best regards,
    Ismael

    in reply to: Add a Create PDF-Button to a single Page #1473348

    Hi,

    Thank you for the inquiry.

    Did you try the hook? We can’t find the PDF button anywhere in the page and the screenshot above is not displaying. Please try to use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    in reply to: Social Icons in Footer (using the page set as the footer) #1473347

    Hi,

    Thank you for the update.

    1. Remove the text Share This Entry
    2. Remove the Hover Tabs “link to facebook” etc
    3. Make the icons smaller – one one line?

    Please add the following css code to adjust the social icons based on your requests above:

    #top #footer-page .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul li .avia-related-tooltip.avia-tt {
        display: none !important;
    }
    
    #top #footer-page .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul {
        display: flex;
    }
    
    #top #footer-page .av-social-sharing-box.av-social-sharing-box-same-width .av-share-box ul li a {
        width: 30px;
        height: 30px;
    }
    
    #top #footer-page .av-share-box ul li a {
        display: block;
        padding: 2px 0;
        text-decoration: none;
        color: inherit;
        font-size: 11px;
        transition: all 0.2s ease-in-out;
    }

    4. Change the background color of the icons and icon color?

    Then use this css code to adjust the background and color of the social icons — note the selector “.av-social-link-facebook” when modifying other social icons.

    #top #footer-page .av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    

    Best regards,
    Ismael

    Hi,

    We’ll keep this thread open. Let us know when you’re ready to proceed.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Will it remove the title in posts too?

    To remove the title from posts, replace the filter with the following:

    function avf_title_args_mod( $args, $id ) {
        if ( !is_archive() ) {
            $args['title'] = ''; 
        } 
        return $args;
    }
    
    add_filter( 'avf_title_args', 'avf_title_args_mod', 10, 2 );
    

    This modification ensures that the title modification only applies to non-archive pages.

    Best regards,
    Ismael

    in reply to: Parallax Rules disables links #1473343

    Hey solf,

    Great! Glad to know that you managed to solve the issue. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Sidebar size #1473342

    Hey Nick_Skehan,

    Thank you for the inquiry.

    You can adjust the Content | Sidebar Ratio settings in the Enfold > General Layout > Dimensions tab to decrease the sidebar’s width. Let us know of the result.

    Best regards,
    Ismael

    in reply to: Masonry Gallery with Button in Caption #1473341

    Hi,

    Thank you for the update.

    Did you create a test page? Please provide the page URL so that we can inspect it.

    — Unfortunately, there is no option to display a second image on hover. Implementing this feature would require custom modifications, which fall outside the scope of our support.

    — To set a custom color for the button, you can add this css code:

    .view-product-button a {
       color: red;
       background: blue;
    }

    Best regards,
    Ismael

    in reply to: ajax portfolio grid equal height 2 #1473340

    Hi,

    Let us know once the site is live. We’ll keep the thread open.

    Best regards,
    Ismael

    Hi,

    We’ll keep this thread open. Let us know once the site is live.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We created a test page with the custom HTML and we also added the styles in the Quick CSS field. (see private field)

    Best regards,
    Ismael

    in reply to: Issue with ajax portfolio within tab element #1473332

    Hi,

    Thank you for the update.

    What doesn’t work yet is the resizing of a tab section if a contact form is inside

    Looks like you’re using a custom contact form from a plugin. The tab section will not respond to the form’s behavior because there are no supporting scripts, or they are not configured to work together. You may need to move the contact form outside the tab section.

    Best regards,
    Ismael

    in reply to: Change frame size for iFrame #1473331

    Hey luleloki,

    Thank you for the inquiry.

    Where can see the actual iframe? Please provide the page URL so that we can inspect the element. Are you opening the iframe in a lightbox?

    Best regards,
    Ismael

    in reply to: Problem with noindex on category archives #1473325

    Hey Vera,

    Thank you for the inquiry.

    Looks like you’re using the RankMath plugin. Please go to the Admin > Rank Math > Titles & Meta, open the Archives tab and make sure that all archive types are set to index, follow. Let us know of the result.

    Best regards,
    Ismael

    in reply to: Set container larger than content with? #1473323

    Hi,

    Great! Glad to know that you’ve found a working solution. 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: remove container wrappers around code widget #1473322

    Hi,

    Thank you for the inquiry.

    The large gap is caused by this css code:

    section.vid {
        height: 3000px!important;
    }

    Did you add it somewhere?

    Best regards,
    Ismael

    in reply to: Issue with ajax portfolio within tab element #1473213

    Hi,

    Thank you for the info.

    We adjusted the script a bit. Please try it again:

    function ava_custom_script_portfolio_ajax_resize() 
    { ?>
        <script>
            (function ($) {
                $(document).ready(function () {
                    $('.grid-entry').on('click', function () {
                        var tabId = $(this).closest('.av-layout-tab').attr('id');
    
                        if (tabId) {
                            var targetToggle = $('[aria-controls="' + tabId + '"]');
    
                            if (targetToggle.length) {
                                setTimeout(function () {
                                    targetToggle.trigger('click');
                                }, 1000);
                            }
                        }
                    });
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_custom_script_portfolio_ajax_resize', 9999);
    

    Best regards,
    Ismael

    in reply to: No page content after header and menu #1473212

    Hi,

    Your PHP code changes were not applied due to an error on line 385 of file wp-includes/html-api/class-wp-html-decoder.php. Please fix and try saving again.
    Uncaught Error: Call to undefined function ctype_alnum() in wp-includes/html-api/class-wp-html-decoder.php:385
    Stack trace:

    The site displays correctly when we deactivate the plugins. Also, the error above seems to be generated by the Jetpack plugin. You may need to toggle and experiment with the options to identify what is causing the issue.

    Best regards,
    Ismael

    in reply to: No page content after header and menu #1473210

    Hi!

    Looks like the code in the functions.php file has been removed. Have you tried disabling the plugins temporarily? Can we disable them?

    Regards,
    Ismael

    in reply to: No page content after header and menu #1473207

    Hi!

    The functions.php file was not empty when we checked and found that the single quotes in the first line are invalid, so we corrected them. Please try copying the code we suggested above.

    Cheers!
    Ismael

    in reply to: ACF Custom field conditional display in Custom Layout #1473206

    Hey Arsène,

    Thank you for the inquiry.

    Where can we check this? Unfortunately, there is no option to add conditions to the dynamic data, as it assumes that all data should be filled or contains a value.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    We tried logging in but the password for the username is incorrect:

    ERROR:The password you entered for username XXXXX is incorrect. Lost Your Password?
    

    Please check the info carefully or provide another admin account.

    Best regards,
    Ismael

    in reply to: Size of images on mobile versus desktop #1473203

    Hey Tanja,

    Thank you for the inquiry.

    Yes, by default, WordPress applies srcset and sizes attributes to images, allowing the browser to select a more suitable thumbnail for different screen sizes. You can learn more about it here: https://developer.wordpress.org/apis/responsive-images/

    Best regards,
    Ismael

    in reply to: No page content after header and menu #1473202

    Hey coredesignsupport,

    Thank you for the inquiry.

    There is an invalid code in the functions.php file:

    add_theme_support(‘avia_disable_dummy_import’);
    add_theme_support('deactivate_layerslider');
    

    Please try to remove it temporarily or replace it with this code:

    add_theme_support('avia_disable_dummy_import');
    add_theme_support('deactivate_layerslider');
    

    Let us know of the result.

    Best regards,
    Ismael

    in reply to: token key doesn’t work #1473201

    Hey dcoatney07,

    Thank you for the inquiry.

    You may need to regenerate the tokens and make sure that the required permissions are checked.

    -- View and search Envato sites (checked by default) (Required)
    -- View the user’s Envato Account username
    -- View the user’s email address
    -- View the user’s account profile details
    -- Download the user’s purchased items (Required)
    -- Verify purchases of the user’s items
    -- List purchases the user has made (Required)
    

    Please review the documentation for the token permissions: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Ismael

    in reply to: Font not loaded #1473200

    Hey slikslok,

    Thank you for the inquiry.

    Where did you get the font “Serife Pro”? Please note that the Custom Font Manager is intended for Google Fonts. You can still upload fonts from other sources, but you have to make sure that the file structure is correct. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    Best regards,
    Ismael

    in reply to: remove container wrappers around code widget #1473199

    Hey philipe,

    Thank you for the inquiry.

    Try to wrap the code block inside a color section, then set the width of the color section container to 100%. Please check the documentation below for more info:

    // https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width

    You can also apply the background video directly to the Color Section, Fullscreen Slider, or Layer Slider element.

    Best regards,
    Ismael

    in reply to: Close drop-down menus with keyboard control via ESC #1473198

    Hi,

    UPDATE: We may have found the issue with the script and edited it a bit — please try it again.

    Best regards,
    Ismael

Viewing 30 posts - 3,301 through 3,330 (of 67,469 total)