Forum Replies Created

Viewing 30 posts - 5,341 through 5,370 (of 67,469 total)
  • Author
    Posts
  • in reply to: Indexing of website showing strange ulrs #1440568

    Hi,

    You’re welcome! 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: LCP issue with Lazy Load images #1440567

    Hi,

    Thank you for the info.

    There’s nothing else we can do on our side since you’ve opted in to use the cache plugin’s lazy loading option. If the option is not enabled, the theme allows toggling lazy loading for each Image element.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    What happens when you remove this condition?

    if(isset($orderby["menu_order"]))
    {
    .. more code here
    }
    

    Please post the WP and S/FTP login details in the private field so that we can check the issue properly. .

    Best regards,
    Ismael

    in reply to: Hamburger Menu is gone after update #1440565

    Hi,

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

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Indexing of website showing strange ulrs #1440556

    Hi,

    Thank you for the update.

    This issue is not directly linked to the theme. It simply indicates that the server files are exposed to search engines. As mentioned earlier, it requires additional configuration in the robots.txt file.

    Did you leave the Settings > Reading > Search engine visibility > Discourage search engines from indexing this site option disabled while editing the site? If this remains disabled, search engines can crawl the wp-content files and include them in the index. It’s recommended to enable this option while building the site.

    For additional assistance with SEO-related tasks, you can contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    In the meantime, please review this documentation for more info about robot.txt file:

    // https://wordpress.org/documentation/article/search-engine-optimization/#robots-txt-optimization

    Best regards,
    Ismael

    Hey Micheal,

    Thank you for the inquiry.

    Based on the error message provided, looks like the class-object-properties.php file within the enfold/framework/php/base-classes/ directory cannot be found or loaded. Please try to download the latest version of the theme from your Themeforest account, access your server via S/FTP, remove the existing enfold theme or folder, and then manually upload the updated version.

    Fatal error: Uncaught Error: Failed opening required ‘/home/reducted/public_html/cp24.reducted.com/wp-content/themes/enfold/framework/php/base-classes/class-object-properties.php
    

    Best regards,
    Ismael

    in reply to: Footer as a dropdown on mobile #1440554

    Hey mirr,

    Thank you for the inquiry.

    This not available in the default footer options but you can create a custom page using the Advance Layout Builder and set this page as footer in the Enfold > Footer > Default Footer & Socket Settings. Select an item in the Page based Footer options. To create the toggle, you can use the Accordion element.

    Best regards,
    Ismael

    in reply to: Saving didnt work! Please reload the page and try again #1440553

    Hi,

    You may need to set your installation to debug mode and enable the error logs in order to properly track the error. Please check the link below:

    // https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/

    Add this code in the wp-config.php file:

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    @ini_set( 'display_errors', 1 );
    

    After switching to debug mode, please provide the S/FTP login info in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: submenu #1440552

    Hi,

    Thank you for the screenshot.

    Please try adding this filter to the functions.php file to adjust the scroll position when clicking on anchor links:

    function avf_header_setting_filter_mod($header) {
    	$header['header_scroll_offset'] = $header['header_scroll_offset'] + 100;
    	return $header;
    }
    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);

    Best regards,
    Ismael

    in reply to: erledigt – Tablet Menü im Querformat nicht sichtbar #1440551

    Hi,

    Thank you for the screenshots.

    What is the actual model of the device you’re using, or what is the screen resolution? Please try setting the Enfold > Main Menu > General > Menu Items For Mobile settings to the first option to prevent the main menu from switching to the mobile menu on tablet view.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    These lines are not valid because $orderby is an array, not a string.

    $orderby = str_replace("Default", "Recommended", $orderby);
    $orderby = str_replace("Popularity (sales)", "Topseller", $orderby);
    

    If you need to replace the labels of the sort items, please replace these lines with:

    $orderby["default"] = __( 'Recommended', 'avia_framework' );
     $orderby['popularity']	= __( 'Topseller', 'avia_framework' );
    

    Best regards,
    Ismael

    in reply to: Change google maps styling #1440549

    Hi,

    Thanks for the info. The modification will be included in the next patch.

    Best regards,
    Ismael

    Hey kblankinship,

    Thank you for the inquiry.

    The image in the cell seems to be visible when we checked. If the issue persists on your end, please try adding this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .flex_column.av-l3szqp26-6284db6a47ccbd96c8a886659567d974 {
        height: 400px;
        min-height: 400px;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Icon list headling style #1440493

    Hi,

    Great! Glad to know that you’ve found an alternative solution. Please feel free to open another thread if have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Header Social Icons for mobile #1440492

    Hi,

    Include this code inside the css media query to adjust the size of the icons:

      #top .social_bookmarks li {
        width: 40px;
        margin-right: 4px;
      }
    
      #top .social_bookmarks li a {
        width: 40px;
        line-height: 40px;
        min-height: 40px;
        font-size: 24px;
      }

    Best regards,
    Ismael

    in reply to: Change google maps styling #1440490

    Hey!


    @Guenni007
    : Thanks for the info. I’ve tested the modified filter, but it still doesn’t work without the adjustments in the enfold/framework/js/conditional_load/avia_google_maps_api.js file.

    @Resonanz Digital: We’ve forwarded this thread to our channel.

    Cheers!
    Ismael

    in reply to: Sidebar not responding #1440487

    Hi,

    Thank you for the info.

    In our own installation, the sidebar position on the product category pages changes correctly when we adjust the Sidebar On Archive Pages settings. Have you tried temporarily disabling the plugins? You should also test this without the modifications in the child theme’s functions.php file.

    Best regards,
    Ismael

    in reply to: Cookie message google recaptcha #1440486

    Hey dreamreader,

    Thank you for the inquiry.

    Have you tried setting the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behaviour settings to the first or second option? Concerning the issue with Firefox and Chrome, try to remove the local cookies or purge the browser history.

    Google recaptcha still reports an error message with the contact form.

    What is the error being reported? Would you mind providing a screenshot? 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: Header Social Icons for mobile #1440485

    Hey xfacta,

    Thank you for the inquiry.

    The icons are hidden on mobile devices by default, but you can display them back with this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header .social_bookmarks,
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
      }
    }

    Best regards,
    Ismael

    in reply to: No support license. #1440484

    Hey john sheridan,

    Thank you for the inquiry.

    Please make sure to update the theme to version 5.7, then toggle or temporarily disable the Enfold > Performance > File Compression settings. Purge the cache afterwards. Let us know if the issue persists.

    Best regards,
    Ismael

    in reply to: Icon list headling style #1440482

    Hi,

    Edit the Icon List element and open one of the items in the list, then follow the instructions above. Let us know if you’re still unable to locate the settings.

    Best regards,
    Ismael

    in reply to: Saving didnt work! Please reload the page and try again #1440480

    Hi,

    Thank you for the update.

    Have you tried disabling the plugins temporarily? You might need to temporarily deactivate the Enfold > Performance > File Compression settings as well, then try to update the page again.

    Best regards,
    Ismael

    in reply to: Indexing of website showing strange ulrs #1440479

    Hey Anne,

    Thank you for the inquiry.

    You may need to create a robots.txt file to establish specific rules for search engines and determine whether certain files are allowed to be indexed or not.

    User-agent: *
    Disallow: /wp-admin/
    Allow: /wp-admin/admin-ajax.php
    Noindex: /wp-content/
    Noindex: /wp-includes/
    

    Please check the links below for more info and examples:

    // https://kriesi.at/support/topic/google-reporting-s-pages-in-gsc/#post-1170963
    // https://kriesi.at/support/topic/broken-css-link-warning-in-ahrefs-crawl/#post-1418689

    More info about robots.txt:

    // https://moz.com/learn/seo/robotstxt

    Best regards,
    Ismael

    in reply to: Icon list headling style #1440477

    Hey xfacta,

    Thank you for the inquiry.

    Edit each item in the list, go to the Advanced tab, and look for the Heading Tag settings. Select the p tag.

    Best regards,
    Ismael

    in reply to: Icon list styling #1440475

    Hi,

    Glad to know that the solution worked! See you on the next thread. We’ll close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Stretched layout not working. #1440474

    Hey jensmart,

    Thank you for the inquiry.

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. Make sure top purge the cache too before checking the page.

    Best regards,
    Ismael

    in reply to: Change google maps styling #1440336

    Hi,

    Thank you for the update.

    The filter should work with slight modifications to the enfold/framework/js/conditional_load/avia_google_maps_api.js file. Please look for this code around line 177:

    styles: this.$data.styles
    

    Replace it with:

    styles: typeof this.$data.styles === 'string' ? JSON.parse(this.$data.styles) : this.$data.styles
    

    Then look for this code in the avf_gmap_vars filter:

    $maps['av_google_map']['av_gmap_0']['styles'] = $snazzy;
    

    Replace it with:

    $maps['av_google_map']['av_gmap_0']['styles'] = json_encode($snazzy);
    

    You may need to temporarily disable the Enfold > Performance > File Compression settings after modifying the js file.

    Best regards,
    Ismael

    in reply to: Sidebar not responding #1440335

    Hi,

    The functions.php file still had the older version of avia_layout_filter without the is_product_category conditional function. We’ve updated the code. Please review it again.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Did you remove the previous modification that adjusts the top position? Please provide a screenshot of the issue using 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: Enfold / Woocommerce / Category view does not work #1440333

    Hi,

    Yes, it’s quite strange. Let us know if you encounter more issues with this.

    Best regards,
    Ismael

Viewing 30 posts - 5,341 through 5,370 (of 67,469 total)