Forum Replies Created

Viewing 30 posts - 4,561 through 4,590 (of 25,536 total)
  • Author
    Posts
  • in reply to: Social Media Icons in Navigation #1303102

    Hi BrendaSarg,

    I apologize for the delayed response.
    I have checked it and the code seems to work properly, screenshot in private content.
    Screenshot 1 is with the code and Screenshot 2 is without the code.

    Best regards,
    Nikko

    in reply to: Favicon for Mobiles #1303068

    Hi Luisgasser,

    Thanks for providing us FTP access and we apologize for the delayed response.
    I have checked the functions.php file and it’s empty, I have added the code again and it’s working properly.
    I have posted a screenshot in private content showing that code is being added properly.

    Best regards,
    Nikko

    in reply to: Enfold Problem #1303061

    Hi Yurasik1,

    Thanks for providing the credentials, I have checked on it and it seems the reason for the two issues showing up is because of the “Page partially loaded” issue in which all CSS files (also other files in the CDN) are not even loading with the googlebot/crawler. Since no styles are loaded (only in the googlebot since checking the site with a mobile device clearly loads the CSS files) the main menu links would look small and too close with each other which also explains the reason why on the demo https://kriesi.at/themes/enfold-construction/ the result is mobile friendly.
    I think disabling the CDN the might help fix the issue, can you try to disable Godaddy’s CDN on your site?

    Also, I found this similar article which has some insights though unfortunately, no sure solution is offered: https://support.google.com/webmasters/thread/4425254/google-searchbot-page-resources-couldn-t-be-loaded-other-error?hl=en

    Best regards,
    Nikko

    in reply to: Warning message PHP 8.0 #1302923

    Hi Krystian,

    For the Layerslider, did you try to set the Layout in the Slider Settings to Full Size?

    Best regards,
    Nikko

    Hi DanCoetzee,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Enfold Problem #1302916

    Hi Yurasik1,

    I tried to log in with the credentials but it does not work, please check.
    Also please give us FTP access since I’m trying to add it to my google’s search console and try to see where it the issue really however google requires to put an HTML file to the root of your site for authentication.

    Best regards,
    Nikko

    in reply to: Portfolio Demo #1302757

    Hi infonove,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi DigitalEssence,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Catalog element shows no content. #1302754

    Hi Bernd Eisel,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Why the spacing increase and change in menu footer? #1302752

    Hi reinsicht,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Display private posts #1302632

    Hi Bernd,

    Our developer has updated me regarding the issue and it’s actually an intended behavior since you don’t normally select terms/categories that are not used.
    If I checked on the selected category: Filmtage-Team it has 0 posts (link in private content)
    As for the issue regarding private posts, I was actually thinking of the page with the masonry and not the posts, if it’s set to private then it will not show to the masonry since WordPress would prevent it, I believe the only solution for showing private posts is to use a membership plugin.

    Best regards,
    Nikko

    in reply to: Menu link target in submenu #1302551

    Hi Andreas,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi DigitalEssence,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .sidebar .widget_shopping_cart .button {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 16px;
    }

    Best regards,
    Nikko

    Hi DanCoetzee,

    No worries, can you try to use a child theme? you can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
    Then please add this code inside functions.php file of the child theme (at the bottom):

    function avf_post_nav_settings_mod($settings) {
      $settings['same_category'] = true;
      return $settings;
    }
    add_filter('avf_post_nav_settings','avf_post_nav_settings_mod', 999, 1);

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: mobile menu for iPad in landscape mode also #1302493

    Hi Greg,

    Yes, please setup a dev site for it.
    Are you perhaps using iPad Pro?

    Best regards,
    Nikko

    in reply to: Enfold Problem #1302492

    Hi Yurasik1,

    It’s still greyed out when I checked on it.
    Also, can you give us temporary admin access to your site? so we can try to fix the issue (the one you gave is not working anymore).

    Best regards,
    Nikko

    in reply to: Why the spacing increase and change in menu footer? #1302491

    Hi reinsicht,

    Please add this CSS code in Quick CSS:

    #footer .current_page_item > a {
        padding: 1px 1px 2px 2px;
    }

    Best regards,
    Nikko

    in reply to: Menu link target in submenu #1302490

    Hi GrandmasterA,

    I apologize for the delayed response.
    I could not find the correct menu for that page in Appearance > Menus (the only option I see is Footer Deutsch, Footer English, Hauptmenu Deutsch, Hauptmenu English).
    If I checked Appearance > Widgets > Sidebar Pages there’s no Navigation Widget in there and that’s why I believe this function is triggered avia_sidebar_menu (in functions-enfold.php line 1725-1775 of Enfold 4.8.2) and it only displays its sibling pages.
    To add Annual Reports to the sidebar in the link you gave, you’ll need to set Annual Report’s parent page to CiS eV.

    Best regards,
    Nikko

    in reply to: Error in Post #1302483

    Hi kikosanchezestudio,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Display private posts #1302482

    Hi Bernd,

    We apologize for the delayed response.
    It seems this bug triggers on masonry when there are no items in the category selected but it does not seem to have anything to do with private posts since even when set to public the result is the same.
    We will be reporting this bug, for the meantime please use Blog Posts on Grid Layout.

    Best regards,
    Nikko

    Hi Simon,

    Sure, thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Portfolio Demo #1302164

    Hi infonove,

    Please edit the Fullscreen Slider then click on one of it’s elements/content it should open up another window, then go to Advanced (tab) > Link Settings and you should see the Options to change the label/title there.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Why the spacing increase and change in menu footer? #1302163

    Hi reinsicht,

    Thanks for the screenshot.
    I can’t seem to see this issue on your homepage (link in private content).
    Is this only happening on some pages?

    Best regards,
    Nikko

    in reply to: Remove data from blog post entries #1302161

    Hi Lyse,

    I’ll be closing this thread since it’s a duplicate to your other thread.

    Best regards,
    Nikko

    in reply to: Remove blog metadata elements #1302160

    Hi Lyse,

    Thanks for giving us the reference link.
    Since the code given in the link removes the word “in”, in the french version it should be removed it as well.
    If you want to replace the word “dans” with other word then you can just replace the text in English and Enfold will check on the language translation files for its translation.

    PS. For French translation it will look into wp-content > themes > enfold > lang > fr_FR.po and you can search for “in” (line 13772) and you’ll see it’s translation

    Best regards,
    Nikko

    in reply to: Social Media Icons in Navigation #1302157

    Hi BrendaSarg,

    Can you try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width: 767px) {
      .responsive #top .logo {
        height: 140px !important;
      }
    
      .responsive .logo img {
        max-height: 140px;
      }
    }

    The default size is 80px, just adjust the value (140px).

    Best regards,
    Nikko

    in reply to: Hide Cookies in Page Conversational Form WPForms #1302154

    Hi Eduardo,

    We are happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Move Extra Elements below header #1302152

    Hi navindesigns,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top #header {
        display: flex;
        flex-direction: column-reverse;
    }
    
    @media only screen and (min-width: 990px) {
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 139px !important;
      }
    }

    Best regards,
    Nikko

    in reply to: mobile menu for iPad in landscape mode also #1302150

    Hi Greg,

    You can load the burger menu for ipads in landscape with this code (add it in Enfold > General Styling > Quick CSS):

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .responsive #top #header .av-main-nav .menu-item {
        display: block;
      }
    
      .responsive #top #header .av-main-nav .av-burger-menu-main {
        display: none;
      }
    }

    Best regards,
    Nikko

    in reply to: hide the emails in footer for iPads only #1302149

    Hi Greg,

    Thanks for giving us the link to your site.
    It seems you have already added a class to the emails, you can add this code in Enfold > General Styling > Quick CSS to hide it in iPad only:

    @media only screen and (min-width:768px) and (max-width:1024px) {
      .hideipad {
        display: none;
      }
    }

    Hope this helps.

    PS. I would suggest making the 4 columns to 2 for ipads instead of hiding the emails.

    Best regards,
    Nikko

Viewing 30 posts - 4,561 through 4,590 (of 25,536 total)