Forum Replies Created

Viewing 30 posts - 1,231 through 1,260 (of 25,536 total)
  • Author
    Posts
  • in reply to: No Google Data since a supporter changed the code #1407493

    Hi acardell887,

    No, I did not put it in Enfold Menu, I have added it in Enfold > Google Services > Google Analytics Tracking Code.
    I checked the frontend and Google Analytics Tracking Code wasn’t showing, probably because of caching, that’s why it’s not getting data as you mentioned.
    How did you place the code directly to header? is it via header.php? if yes, I would suggest using a child theme because once you update the theme, anything changed in theme files (parent) would be replaced.

    Best regards,
    Nikko

    in reply to: numbered icon list: like to change Font #1407399

    Hi Nomad,

    Thanks for granting the request access.
    I thought the numbers were not rendering and it seems the problem was inconsistency of the font family depending on what device you’re using.
    My recommendation is still to put a font-family on the code you gave so that the browser will use what you set instead of the browser defaulting to a system default.

    Best regards,
    Nikko

    Hi BeeCee,

    I tried changing the socket background color and checked it with Windows 11 both in firefox and chrome, and it did not change the scrollbar color.
    However, I tried checking on the demos you mentioned and Enfold Shop in particular ( https://kriesi.at/themes/enfold-shop/ ) shows a dark scrollbar in firefox, but scrollbar is the same on chrome. Can you try to add this CSS code in Quick CSS and see if it helps fix the scrollbar color:

    /* Firefox */
    body {
      scrollbar-color: #c1c1c1 #f1f1f1;
    }
    
    /* Chrome */
    body::-webkit-scrollbar {
      background-color: #f1f1f1;
    }
     
    body::-webkit-scrollbar-thumb {
      background-color: #c1c1c1;
      border-left: 2px solid #f1f1f1;
      border-right: 2px solid #f1f1f1;
    }
    
    body::-webkit-scrollbar-thumb:hover {
      background-color: #a8a8a8;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Dynamic link (page) #1407394

    Hi Stilecatalini,

    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: No Google Data since a supporter changed the code #1407393

    Hi acardell887,

    Thanks for posting the previous thread.
    The only change I made was replacing all single quotes and double quotes.
    – Single quotes -> ‘ and ’ replaced with ‘
    – Double quotes -> ” and ″ replaced with ”
    as mentioned in the previous thread.
    You can verify this if you go to Enfold > Google Services > Google Analytics Tracking Code.
    And you can compare it to the google analytics code that you have posted in private content.

    Best regards,
    Nikko

    in reply to: Set overlay just when hovering #1407392

    Hi Verena,

    Edit the image and go to Advanced > Animations > Caption Appearance and set it from Always display caption to Only display on hover.
    Hope it helps.

    Best regards,
    Nikko

    Hi Verena,

    Can you give us a link to the current page you’re working on?

    Best regards,
    Nikko

    in reply to: Blog posts problem #1407390

    Hi Miguel,

    It seems the structure of the post has been disrupted that’s why it’s not showing properly.
    VILLA KIN ICH post may have some extra closed div tag which is most likely causing the issue.
    If there’s no extra closed div tag, then please give us temporary admin access, so we can try to check it further.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: hikde row #1407389

    Hi Franz,

    Thanks for giving us the CSS code as well as the page link however, I could not see anything in the code that lets you hide the row.
    Can you tell us in particular which section or row you want to hide and we’ll try to give you the CSS code for it.

    Best regards,
    Nikko

    in reply to: did not get registration-password for Support #1407387

    Hi Heiko,

    Thanks for contacting us!
    I tried to check your purchase code in our database however it’s not registered yet.
    Please try to register again: https://kriesi.at/support/register/

    Best regards,
    Nikko

    in reply to: Theme editor doesn’t work #1407384

    Hi Stilecatalini,

    Thanks, please give us the login link as well.

    Best regards,
    Nikko

    in reply to: numbered icon list: like to change Font #1407383

    Hi Nomad,

    I have requested access to the screenshots.
    If grotesk font is already loaded on the website, you can set the font-family on the code you posted since iconlist-char‘s font is set to entypo-fontello by default.

    Best regards,
    Nikko

    in reply to: Theme editor doesn’t work #1407333

    Hi Stilecatalini,

    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: Table #1407332

    Hi Lene,

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

    #top .avia-table td {
        background-color: transparent;
    }
    
    #top .avia-table tr {
        background-color: #fcfcfc;
    }
    
    #top .avia-table tr:nth-child(odd) {
        background-color: #f8f9f9;
    }

    Best regards,
    Nikko

    in reply to: text on mobile too small #1407331

    Hi Marc,

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

    @media only screen and (max-width:767px) {
      .avia_textblock p {
        font-size: 16px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Unexpected gap on top of the page #1407326

    Hi Marianne,

    Thanks for giving us admin access.
    The gap was caused by the text block, I have replaced it with Advanced Layerslider instead.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Conflict #1407323

    Hi daves1997,

    Can you give us admin access to the staging site? the current login seems to be from the live site only.

    Best regards,
    Nikko

    Hi matt507,

    Thanks for giving us admin credentials.
    I have checked it and the reason why the “Add to cart” button is not showing is because the regular price is not set.
    Once you add a regular price, add to cart shows (though not in red color, it can be changed via css).
    The regular price from B2B plugin that you use does not seem to activate the “Add to cart” button, I tried to switch to a default theme and then check on the spare parts category page (link in private content), if “Add to cart” will show up but it does not seem to show it as well.
    Enfold only shows buttons that woocommerce displays, so I think the main issue seems to be with WordPress 6.2 and B2B plugin, please try to check with B2B support as they should be able to assist you more on the issue.

    Best regards,
    Nikko

    in reply to: numbered icon list: like to change Font #1407319

    Hi Nomad,

    I tried to check it on both chrome and firefox, it seems to show properly.
    Screenshot link on how it looks in chrome on my end (firefox is also the same).

    Best regards,
    Nikko

    in reply to: Widget position in sidebar main menu area #1407317

    Hi Lena,

    Please try to add this CSS code as well:

    #top .av-logo-container .inner-container {
        display: flex;
        flex-direction: column;
    }
    
    .av-sidebar-social-container {
        order: 4;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Saving didn’t work at theme options #1407315

    Hi Scheij,

    I have checked it and it seems the generated css file does not seem to exist (css file link in private content).
    Basically when you save the theme options, (if CSS file merging is disabled) should generate enfold.css which contains all the CSS set in the theme options, without it, Enfold will just use the default values.

    Best regards,
    Nikko

    Hi Anne,

    It’s not your live site that should be removed but a staging site (it’s just a clone of your site).
    Here’s an article that should help with cloning your site: https://themeisle.com/blog/clone-a-wordpress-website
    Basically you’ll just clone your site and try to update the cloned version and if it does show the issues again, just delete the clone that has been updated, clone your live site again and we’ll try to update it for you and try to debug it on the process.

    Best regards,
    Nikko

    in reply to: Proper method to disable Google Maps in Enfold #1407313

    Hi andreask0,

    I tried to login with the credentials you posted however, it returns: ERROR: The username or password you entered is incorrect., please check.
    Please post the credentials in private content.

    Best regards,
    Nikko

    in reply to: button text – like to change font size, weight #1407312

    Hi Nomad,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi off-logo,

    I’m glad that you were able to find the right code.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Conflict #1407214

    Hi daves1997,

    The current link you gave works but the going to page 2, seems to show this error instead:
    This page isn’t working
    bestfortmyersrealestate.com redirected you too many times.

    Can we try to temporarily disable plugins? or can you setup a staging site? so we can try to disable the plugins without causing any issues on the live site.

    Best regards,
    Nikko

    in reply to: Widget position in sidebar main menu area #1407211

    Hi Lena,

    Please check this article in our documentation: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
    Hope it helps.

    Best regards,
    Nikko

    in reply to: button text – like to change font size, weight #1407209

    Hi Nomad,

    Yes, but you’ll need to add a Custom CSS Class name for it, you can replace .class-name:

    #top .class-name .avia-button {
      font-size: 30px;
      font-weight: bold;
    }

    Best regards,
    Nikko

    in reply to: numbered icon list: like to change Font #1407207

    Hi Nomad,

    Can you give us a link to the page mentioned? so we can try to inspect it.

    Best regards,
    Nikko

    Hi Anne,

    I’m not really sure if that would help but it is possible that it might help.
    When you try to update again, can you setup a staging site first? basically a duplicate of your site, and try to update there first, and if it happens again, delete the staging site and recreate it, then we’ll try to update it and check further on the issue.

    Best regards,
    Nikko

Viewing 30 posts - 1,231 through 1,260 (of 25,536 total)