Forum Replies Created

Viewing 30 posts - 781 through 810 (of 66,262 total)
  • Author
    Posts
  • in reply to: SVG icons missing #1482101

    Hi,

    This is the complete filter.

    $no_inline = apply_filters( 'avf_no_inline_svg', false, attachment_id, $url );
    

    You can check the value of $url or $attachment_id. If it matches the logo, return true; otherwise, return false.

    Example:

    function no_inline_svg($inline, $attachment_id, $url) {
        $logo_id = 123; // logo id here
        $logo_url = wp_get_attachment_url($logo_id);
    
        if (($attachment_id && $attachment_id == $logo_id) || ($url && $url == $logo_url)) {
            return true;
        }
    
        return $inline;
    }
    add_filter('avf_no_inline_svg', 'no_inline_svg', 10, 3);
    
    

    Best regards,
    Ismael

    in reply to: Emoji’s turned into Question Marks? #1482100

    Hi,

    Have you tried editing them again? What happens when you disable html minification or completely turn off the cache/performance plugin?

    Best regards,
    Ismael

    in reply to: Issue with Events Calendar Pro and categories #1482098

    Hi,

    It may take some time for the changes to propagate — try disabling the plugin, then wait a few minutes before checking the page as a non-admin user.

    View post on imgur.com

    We also kept the Admin Menu Editor Pro and User Switching plugins disabled.

    Best regards,
    Ismael

    Hi,

    We’ll keep the thread open — don’t forget to create a site backup before proceeding.

    Best regards,
    Ismael

    in reply to: Website not updating – using Enfold theme #1482095

    Hi,

    The invalid html are still there when we checked.

    < strong >great opportunities!
    

    Please review the page again.

    Best regards,
    Ismael

    Hey Scanmark,

    Thank you for the inquiry.

    You can use this css code to manually adjust the style of the menu items on mobile view:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
        line-height: 1.3em;
        height: auto;
        padding: 15px 50px;
        display: block;
        text-align: left;
        text-decoration: none;
        font-size: 16px;
      }
    }

    Best regards,
    Ismael

    in reply to: Breadcrumb – Home Link #1482093

    Hi,

    We may need to access the dashboard and file server so we can properly check the modification. Please provide the WP and FTP details in the private field.

    Best regards,
    Ismael

    in reply to: Theme page editor not displaying #1482092

    Hi,

    You may need to readjust the colors in the Enfold > General Styling panel or within the Styling tab of individual elements. For the logo, try to adjust the settings under Enfold > Theme Options > Transparency Options. We also recommend temporarily disabling the cache plugin and turn off the compression settings under Enfold > Performance > File Compression.

    Best regards,
    Ismael

    in reply to: how to copyright notice do not moves on hover? #1482091

    Hey solf,

    Thank you for the inquiry.

    Try to add this css to disable the copyright transition:

    .avia_desktop .av-masonry-entry:hover .av-image-copyright.av-copyright-left {
        transform: none;
    }

    Best regards,
    Ismael

    Hey siger001,

    Thank you for the inquiry.

    The latest version of the theme is 7.1. Please download the package from your Themeforest account, then upload it to your server via FTP. For more info, please check the documentation below:

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Make Image Disappear on Color Section on Mobile #1482089

    Hey tsays,

    Thank you for the inquiry.

    You can use this css code to disable the background image of the color sections on mobile view:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .avia-section {
        background-image: none !important;
      }
    }

    Best regards,
    Ismael

    in reply to: page speed super slow on mobile #1482082

    Hi,

    Did you implement the suggestions from the articles? If you’re looking for a guide specific to Enfold, please check the links below:

    https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Why am I getting excessive DOM on every page?

    This means that the page contains a lot of elements and might need to be trimmed down a bit. You could consider moving some elements to subpages and removing any unnecessary ones. Again, following the suggestions on the articles that we suggested above should improve the site loading speed.

    If you need more help implementing the necessary changes, you can try Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Custom Layout dynamic fields not updating #1482077

    Hey mcbusta,

    Thank you for the inquiry.

    Glad to know that you managed to find a workaround. Which cache plugin are you using? Have you tried excluding the post css file containing the background style from cache? You can also try excluding the whole dynamic_avia folder in the wp-content/uploads folder.

    Best regards,
    Ismael

    in reply to: White bar at the top #1482076

    Hi,

    Try to add this css code to remove the menu border:

    #top .avia-menu.av_menu_icon_beside {
        border: 0;
    }

    Best regards,
    Ismael

    in reply to: Layer Slider wrong/not scaling in Google Chrome #1482071

    Hi,

    Thank you for the info.

    The account above doesn’t have administrator rights. Please promote the user to admin so we can check the layer slider settings.

    Best regards,
    Ismael

    in reply to: easy slider caption background fullwidth #1482068

    Hi,

    Would it be also possible to adjust just the white background to 100%. (And keep the headings narrower)

    Yes, you can apply padding on both sides of the slideshow caption container:

    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
        padding: 20px 20vw;
    }

    View post on imgur.com

    Best regards,
    Ismael

    Hi,

    You can do the following steps to re-assign the posts to a different author:

    1. Go to Posts > All Posts.
    2. Use the checkboxes to select the posts you want to reassign.
    3. At the top of the list, select Bulk actions > Edit, then click Apply.
    4. In the bulk edit screen, you’ll see a dropdown for Author.
    5. Choose the new author, and then click Update.

    Let us know if you need more info.

    Best regards,
    Ismael2

    Hi,

    We tried creating posts and pages (see private field) with the temp account and everything seems to be working as it should. If the issue persists with the old user accounts, create a site backup, delete them all, then recreate them again from scratch. Let us know the result.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    You may have forgotten to include the site URL. Please add it in the private field. If the older account can’t create posts, it might be an issue with the user role or capabilities. Have you installed a user role plugin before? You may need to remove the old admin accounts and replace them with new ones.

    Best regards,
    Ismael

    in reply to: Themeforest Theme Issue: Frontend Not Updating #1481922

    Hi,

    The Text Blocks we added are still there when we checked. We also removed the Special Heading element again — not sure why it was added back. You can check the screenshot of the page below without the Special Heading element and Two text blocks.

    View post on imgur.com

    Try using a different browser and disable the cache plugin while editing the site.

    Best regards,
    Ismael

    in reply to: Blog posts php code #1481921

    Hey Mikoláš,

    Thank you for the inquiry.

    Which blog style are you using? For the grid layout, you can edit the enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file. For other styles, try to edit the enfold/includes/loop-index.php file.

    Best regards,
    Ismael

    in reply to: SVG icons missing #1481919

    Hi,

    Thank you for the info.

    The SVG files are not displaying correctly because of this hook in the functions.php file:

    // SVG-Logo als IMG
    
    function no_inline_svg() {
      return true;
    }
    add_action('avf_no_inline_svg', 'no_inline_svg');

    We disabled it temporarily and created a test page. (see private field)

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Paid for Support! Provide Support! #1481918

    Hi,

    Please continue here; https://kriesi.at/support/topic/theme-page-editor-not-displaying/

    Best regards,
    Ismael

    in reply to: Theme page editor not displaying #1481917

    Hi,

    Thank you for the update.

    You can set the home/front and blog pages in Enfold > Theme Options panel. You may also need to reset the Settings > Reading options to default or deselect the home and posts pages.

    Best regards,
    Ismael

    in reply to: Website not updating – using Enfold theme #1481916

    Hi,

    Thank you for the info.

    On the “for-sale” page, there are invalid html tags or tags that were not closed properly. One example is in the following special heading:

    We have exciting < strong > embryo matings </ strong >available all year round; be sure to reach out for details on these < strong >great opportunities!
    

    The last < strong > tag was not closed properly. Please review the page and make sure there are no invalid html tags.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: advanced layout builder is not working/not visible #1481915

    Hi,


    @myadminsuper
    : Please open another thread and post the login details in the private field so we can check the issue.

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

    Best regards,
    Ismael

    in reply to: Scroll bar missing in the edit screen #1481913

    Hi,

    Great! Glad to know that it’s working properly again. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Change bullet color #1481912

    Hey es.design.ma,

    Thank you for the inquiry.

    The site requires a password. Please include it in the private field. If you have a default set of list elements, you can use the following css code to adjust the bullet color.

    li::marker {
        color: red;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Did you install the Classic Editor plugin? Please disable it temporarily, then select an editor in the Enfold > Theme Options > Select your editor settings. If the issue persists, try temporarily disabling the plugins, then post the login details in the private field. Make sure that the theme is updated to version 7.1.

    Best regards,
    Ismael

    in reply to: Social Iicons have disappeared #1481910

    Hi,

    Yes, all four social icons were visible when we checked. Let us know in a different thread if you have any other questions. Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 781 through 810 (of 66,262 total)