Forum Replies Created

Viewing 30 posts - 7,081 through 7,110 (of 67,463 total)
  • Author
    Posts
  • in reply to: How can I fit my #1422740

    Hey NastaranMazloumi,

    Thank you for the inquiry.

    Did you adjust the aspect ratio of the background video? The aspect ratio has to be set to default 16:9 in order to cover the whole section and remove the gaps.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    You can set the Content > Frontend > Submit Action settings to the second option (Redirect the user to another page), select an entry from the list or manually specify the URL of the page where the user has to be redirected.

    If you’re using the av_contact shortcode, make sure to specify the link attribute.

    [av_contact title='Send us mail' link='manually,http://redirecthere.com' ...more atts][/av_contact]
    

    – OR –

    [av_contact title='Send us mail' link='page,523' ...more atts][/av_contact]
    

    The number “523” should be the ID of the page.

    Best regards,
    Ismael

    in reply to: Layout Blog Posts #1422738

    Hey Loveronika,

    Thank you for the inquiry.

    Did you switch to the Advanced Layout Builder (ALB) when creating the posts? Please note that switching to ALB or the layout editor will have you start with a blank canvas. All default elements, such as the post title, comments, metadata, etc., will be removed.

    Best regards,
    Ismael

    in reply to: Videos don’t start playing #1422736

    Hey Loveronika,

    Thank you for the inquiry.

    The background video starts automatically when the page loads, and the videos below play correctly when clicked. Which specific video is not working properly?

    Best regards,
    Ismael

    in reply to: Prevent SPAM on Email Buttons #1422733

    Hi,

    Thank you for the update.

    Yes, all email links will be wrapped with the antispambot function. Unfortunately, you cannot override the file in the child theme. We will forward this thread to the team for further consideration.

    Best regards,
    Ismael

    in reply to: Video block is having problems #1422618

    Hi!

    Thank you for the inquiry.

    We can reproduce the issue on the site, but we’re not yet sure of the cause. When we used one of the videos on our own installation, it worked as expected. We attempted to log in to the site, but the provided account doesn’t exist. Please double-check the information or provide another admin account.

    Best regards,
    Ismael

    in reply to: Vimeo Video in Headersection is not running #1422617

    Hi,

    It doesn’t seem to be the case on our end. Once we accept the privacy message, it doesn’t display again, and the essential cookies are correctly stored in the browser storage. Are you testing the site in incognito mode?

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    We aren’t noticing any problems on the frontend, but when we try to access the error logs in the WP Engine panel, we encounter this error. Is it possibly restricted in some way?”

    [Mon Oct 16 01:10:42.087656 2023] [autoindex:error] [pid 16742] [client .....:0] AH01276: Cannot serve directory /nas/..../live/..../wp-includes/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
    [Mon Oct 16 02:42:23.368566 2023] [autoindex:error] [pid 19213] [client ....] AH01276: Cannot serve directory /.../content/live/..../wp-includes/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
    

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Accordion in grid row mobil doesn’t close properly #1422614

    Hi,

    Thanks for following up.

    We added the following css code and temporarily deactivated the cache plugin to fix the issue.

    .toggle_wrap {
        display: none;
    }
    

    To improve the loading speed of the site, you can start by compressing the images and configuring a cache plugin. Please check the following articles for more info about site optimization.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael3

    Hey waqas_vitalsols,

    Thank you for the inquiry.

    You can use the avf_custom_sidebar filter to assign a custom sidebar for the portfolio category or archive pages.

    add_filter("avf_custom_sidebar", function($custom_sidebar) {
        if ( is_tax('portfolio_entries') ) { 
            $custom_sidebar = "Sidebar Portfolio"; 
        }
        return $custom_sidebar;
    }, 10, 1);
    

    The filter above assigns the “Sidebar Portfolio” widget area, which must be manually created in the Appearance > Widgets panel.

    Best regards,
    Ismael

    in reply to: Picture Animation not working #1422612

    Hey Klaus-Peter,

    Thank you for the inquiry.

    Did you install a lazy load or image compression plugin? Please try deactivating the plugin and temporarily disable Enfold > Performance > File Compression settings to see if it helps.

    Best regards,
    Ismael

    in reply to: Prevent SPAM on Email Buttons #1422611

    Hey Michael,

    Thank you for the inquiry.

    You could modify the enfold/config-templatebuilder/avia-template-builder/php/class-generic-helper.php and around line 442, look for this code.

    //	check for e-mail
    				if( strpos( $link[1], '@' ) !== false && strpos( $link[1], '://' ) === false )
    				{
    					return 'mailto:' . $link[1];
    				}
    

    Wrap the email address with the antispambot function.

    //	check for e-mail
    				if( strpos( $link[1], '@' ) !== false && strpos( $link[1], '://' ) === false )
    				{
    					return 'mailto:' . antispambot($link[1]);
    				}
    

    Best regards,
    Ismael

    in reply to: Burger menu colour #1422364

    Hi,

    Great! Glad to know that the modification is working. Let us know when you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Accordion in grid row mobil doesn’t close properly #1422363

    Hi,

    Thank you for the update.

    You may need to ask your hosting provider to reconfigure the .htaccess file. Additionally, we noticed that the theme is a bit outdated (version 5.6.2). Please try to upgrade the theme to version 5.6.6, as this might help resolve the issue with the toggles.

    Best regards,
    Ismael

    in reply to: Header transparency – Mobile #1422359

    Hi,

    Alright! 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: Vimeo Popup Round 2: inline text anchor link does not work #1422358

    Hi,

    Sorry about that. It is not workin because we are appending the parameters twice, making the URL invalid. We adjusted the code a bit, and it should work properly now

    // https://pastebin.com/1Z2Fk04v

    Best regards,
    Ismael

    in reply to: Getting an error message #1422338

    Hi,

    Duplicator Pro support just told me that I need to redo my backup using Duplicator Pro only,

    We are not really sure what it means, but we do recommend keeping in touch with your hosting provider and the plugin developer. Also, please make sure to create a site backup or restore point before going any further.

    Best regards,
    Ismael

    in reply to: Tab Section is not working on Mobile #1422337

    Hi,

    Thank you for the screenshots.

    Looks like the correct styles aren’t being applied because of the stylesheet or file compression. Which compression plugin are you using? Please try deactivating it temporarily to see if it helps.

    https://site.com/_static/??-eJyNkE1OAzEMhS9EMJl2frpAbCpxAA5QOXE6hOZPk6TD3J6kLQsKBTaRHX1+79lzYNK7pFyCYPKoXYQxl1aoaQSRtSEQxssDM1pMOC0Q02LUvYzxbv4+anDxObFx0vQzaDP7ZOcgvY2vcFSO/ASYk7eYkpaQ1HtiVpFGNmsaVWInrQhFDC4/lbmV4nqB4hO8K0T8Pb30p1UjaCdNpmK4VaGkU07q0jz7LRIt8HIOc9Y2mFS8meRNpYDyANZTrjPn8CWGlxoN04X/2lwL5WA8UgRaHFotd3jUCPUp95lGRZfLMDHQWg1r5A0XJLu9ENRju1k1SEO72XPGWNc2Q4+94Krdi3/77IKPKe7q5WtVVB7+Wrayl7qiT/aRd5ue9w3vVh/tP+jy

    Best regards,
    Ismael

    in reply to: Vimeo Popup Round 2: inline text anchor link does not work #1422336

    Hi,

    Thank you for the update.

    We still cannot use the videos on our end because of the privacy settings but we adjusted the script a bit. Please override the lightbox file using the changes below. Let us know if this is working for both videos.

    // https://pastebin.com/dbNpH3JA

    Best regards,
    Ismael

    in reply to: Images #1422334

    Hi,

    Thank you for the update.

    Would you mind providing a link to one of the posts or provide a screenshot? When we open any post, we only see a static background image applied in a color section and masonry entries below. If you want to re-enable the masonry links in a single post or portfolio, try to add this css code.

    .single-portfolio .av-masonry-entry {
        pointer-events: all;
    }
    

    Best regards,
    Ismael

    in reply to: Warum sehe ich in meinem theme den Datei Edior nicht? #1422332

    Hi,

    Thank you for the update.

    You could try to override the rule by adding this code in your wp-config.php file.

    define( 'DISALLOW_FILE_EDIT', false );
    define( 'DISALLOW_FILE_MODS', false );
    

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We cannot find the error log in any folders and we don’t see any issues with the site when we switched to debug mode. Did you change the location of the error log?

    Best regards,
    Ismael

    in reply to: New Icon Twitter to X #1422330

    Hey slikslok,

    Thank you for the inquiry.

    The new twitter icon is not yet available on fontello.com but it will be included in the next patch, 5.6.7. In the meantime, you can upload the following zip file to the Enfold > Import/Export > Iconfont Manager.

    Twitter icon zip file: https://1drv.ms/u/s!AjjTfXSRbKTvgrYyRsyZmmpebkKtVg?e=GTgWGW

    Then add the this filter in the functions.php file to replace the default twitter icon with the new icon.

    function avf_default_icons_mod($icons) {
    	$icons['twitter'] = array( 'font' =>'twitter', 'icon' => 'ue801');
    	return $icons;
    }
    add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
    

    Best regards,
    Ismael

    in reply to: Blog entry: date an author not shown with ALB #1422329

    Hey Ralf_S,

    Thank you for the inquiry.

    This is normal because you start with a blank canvas when you switch to the Advanced Layout Builder. The title and other info have to be added manually using the available builder elements.

    Best regards,
    Ismael

    in reply to: Header transparency – Mobile #1422328

    Hey Alan,

    Thank you for the inquiry.

    Transparent headers are disabled on mobile devices or smaller screens by default, and we don’t recommend re-enabling them. However, if you wish to test it, please add this css code.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    
      #top #wrap_all .av_header_transparency {
        background-color: transparent;
        color: #333333;
        border-color: #e1e1e1;
      }
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    in reply to: Background image in Color Section not always working #1422327

    Hey jerryindzine,

    Thank you for the inquiry.

    We can’t really reproduce the issue on our end but we can confirm that the background color is set to #000. This is the custom css rule for the color section, which applies the background color and image.

    .avia-section.av-5sez08y-09947c4aa159beb62da84f912f542dcf .av-parallax .av-parallax-inner {
        background-color: #000;
        background-image: url(https://www.site.co.uk/..../Corps-Monitoring-People-1.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-attachment: scroll;
    }

    Best regards,
    Ismael

    in reply to: Accordion in grid row mobil doesn’t close properly #1422326

    Hey Markus,

    Thank you for the inquiry.

    The page above doesn’t load properly on our end, and it appears that it no longer exists. Did you remove the page?

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that the script is working. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Adding Submenu to Product Page #1422324

    Hi,

    Thank you for the update.

    You have to copy the whole av_submenu shortcode including av_submenu_item and use it as the value of the do_shortcode function. The snippet should go to the functions.php file, preferably in the child theme.

    Best regards,
    Ismael

    in reply to: Move main menu downwards #1422323

    Hey Alex,

    Thank you for the inquiry.

    You can use this css code to adjust the position of the menu items.

    #header .av-main-nav > li > a > .avia-menu-text {
        top: 40px;
        position: relative;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

Viewing 30 posts - 7,081 through 7,110 (of 67,463 total)