Forum Replies Created

Viewing 30 posts - 10,261 through 10,290 (of 25,536 total)
  • Author
    Posts
  • in reply to: Enfold Update does not find the newest version #1195406

    Hi,

    Please create a new token, login to envato/themeforest.
    Then go to this link: https://build.envato.com/create-token/
    Check the permissions listed.
    Hope this helps.

    Best regards,
    Nikko

    Hi tonyiatridis,

    Glad that Mike was able to help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: anyone know how to display most popular post in a page? #1195401

    Hi Hanafi,

    Enfold has a Combo Widget which you can use for popular posts.
    It is based on the number of Comment Count.
    If you want use a 3rd party plugin, here’s a list in an article but I haven’t checked it out: https://winningwp.com/best-popular-post-plugins-for-wordpress/
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Single Product: Shopping Cart in one Row #1195389

    Hi Heimkinopartner,

    Thanks for giving us access.
    After checking it, it does not seem possible to have the “Anfrage stellen” go before the Paypal button because of its current structure, maybe you can use a woocommerce hook to move that button after the “In den Warenkorb” button, but you may need assistance from the Yith plugin support for that.
    But aligning the Paypal button can be done by adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: flex;
    }

    Best regards,
    Nikko

    in reply to: Woocommerce Product Addons #1195256

    Hi KeyshaunSmith,

    Please try adding this CSS code as well:

    #top.single-product form.cart .quantity {
        width: 100%;
        margin-bottom: 24px;
    }
    
    #top form.cart .button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    Best regards,
    Nikko

    in reply to: My Avia layout builder not showing anything #1195246

    Hey arssynergy,

    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: Font Color of submenu item should change on hover #1195245

    Hi RainerKnappe,

    Please add this CSS code in Quick CSS:

    #top #header .av-main-nav .sub-menu a:hover .avia-menu-text {
        color: white;
    }

    Best regards,
    Nikko

    Hi rob,

    I see, would you be allowed to give access, if you create a staging site?
    If it’s not possible then please do send screenshots of settings that are not default.

    Best regards,
    Nikko

    in reply to: Hover Effect Mail Symbol (Header & Footer) #1195240

    Hi Markus,

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

    Best regards,
    Nikko

    in reply to: Error Upload Fontello Font Zip #1195237

    Hi Alex,

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

    Best regards,
    Nikko

    in reply to: Responsive grid four forth > two half #1195087

    Hi NorthcoastProject,

    Try to replace your code with this one:

    @media only screen and (min-width: 767px) and (max-width: 990px) {
      .home #av_section_5 .av-equal-height-column-flextable {
        display: block;
      }
    
      .responsive #top #wrap_all .flex_column.camper-equipment.av_one_fourth {
        margin-left: 3% !important;
        width: 47% !important;
        display: block;
        float: left;
      }
    
      .home #av_section_5 .av-equal-height-column-flextable .camper-equipment.av_one_fourth:nth-child(4n+1) {
        clear: both;
      }
    }

    Best regards,
    Nikko

    in reply to: Error Upload Fontello Font Zip #1195081

    Hi Alex,

    Thanks for reactivating it.
    If I check your media library I’m getting this:

    No media items found.

    Please check the screenshot in private content.
    We’d like to check the file mentioned and test it in our local end.

    Best regards,
    Nikko

    Hey ksakkos,

    Switchback first in PHP 5.6 since Enfold can still work in that version.
    Then backup your site before doing any updates, then update WordPress.
    Also since you are still using Enfold 3.08 most likely you can’t update to the latest version in Enfold > Theme Update since envato has already changed their API, so you’ll have to do these process:

    • Unzip the zip file you have downloaded from Themeforest
    • Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    • Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    • Click the Upload Theme button then click Choose File and upload the enfold.zip file
    • Install and Activate the theme

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Rejilla de opiniones #1195077

    Hi jpelegrin,

    We’re glad to hear that.
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Remove cookies consent on specific page #1195076

    Hi tonydobrevski,

    Glad that Rikard could help :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Hover Effect Mail Symbol (Header & Footer) #1195075

    Hi Markus,

    Can you try to use this CSS code (similar to Rikard’s code but with higher priority):

    #top #wrap_all .av-social-link-mail:hover a {
        background-color: red;
    }

    If that still doesn’t show up, please try to flush out caching plugin if you have one then in Enfold > Performance, disable CSS file merging and compression.

    Best regards,
    Nikko

    Hi rob,

    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

    Hi rob,

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

    Best regards,
    Nikko

    in reply to: "Product categories" as submenu below menu item "shop" #1195068

    Hi rob,

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

    Best regards,
    Nikko

    Hi trufflesadmin,

    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

    Hey studiono,

    Try adding this CSS code, just replace the colors (they are arranged in order from top to bottom):

    #top .av-hamburger-box .av-hamburger-inner:before {
        background-color: red;
    }
    
    #top .av-hamburger-box .av-hamburger-inner {
        background-color: green;
    }
    
    #top .av-hamburger-box .av-hamburger-inner:after {
        background-color: blue;
    }

    Best regards,
    Nikko

    in reply to: Grid Row with background image is hidden on mobile #1195064

    Hi navindesigns,

    Can you try adding this CSS code:

    @media only screen and (max-width:767px) {
      #top.page-id-162 #wrap_all #av-layout-grid-1 .av_three_fourth, 
      #top.page-id-162 #wrap_all #av-layout-grid-2 .av_three_fourth {
        height: 300px !important;
      }
    }

    Best regards,
    Nikko

    in reply to: mistery not https tags added to theme #1195062

    Hi xuamox,

    That is added by Enfold for this purpose: https://stackoverflow.com/questions/16636870/what-rel-profile-is-for
    You can remove it by adding this code in your child theme’s functions.php:

    remove_action( 'wp_head', 'avia_set_profile_tag', 10, 0 );

    Best regards,
    Nikko

    in reply to: blocco manutenzione #1195061

    Hi db151mod,

    It’s not a common issue and we’ll need to check the backend in order to further inspect it.
    Please give us temporary admin access and post it in private content.

    Best regards,
    Nikko

    Hey djarrow01,

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

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        width: 100%;
        padding-top: 20px;
      }
    
      .responsive .logo img {
        margin: 0 auto;
      }
    
      .responsive #top #wrap_all .main_menu {
        position: static;
        display: flex;
      }
    
      .responsive #top #wrap_all .main_menu .avia-menu {
        width: 50%;
        order: 2;
      }
    
      .responsive #top #wrap_all .main_menu .avia-menu .av-burger-menu-main {
        float: right;
      }
    
      .responsive #top #wrap_all .main_menu .social_bookmarks {
        width: 50%;
        order: 1;
      }
    
      .responsive #top #wrap_all .main_menu .social_bookmarks {
        width: 50%;
        order: 1;
        text-align: left;
      }
    
      .responsive #top #wrap_all .inner-container > .social_bookmarks {
        display: none !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Error Upload Fontello Font Zip #1195048

    Hi Alex,

    The login access isn’t working anymore, please check.
    Can you upload the font in your Media > Library?

    Best regards,
    Nikko

    in reply to: Articles page issue #1195046

    Hi soniavoice,

    Yes but I have already enabled the autoptimize plugin since the caching on your site is really sticking hard XD

    Best regards,
    Nikko

    in reply to: MOBILE VIEW ISSUES. #1195045

    Hi PositiveChanges,

    1. You can use this code and replace https://www.yoursite.com.au/wp-content/uploads/2020/03/image_name.jpg with the url of the new logo:

    @media only screen and (max-width:767px) {
      .responsive #top .logo a {
        background: url(https://www.yoursite.com.au/wp-content/uploads/2020/03/image_name.jpg) right center no-repeat;
      }
    
      .responsive #top .logo img {
        opacity: 0;
      }
    }

    2. I see, the code I applied for changes are those 2 buttons position in mobile so they are both center-aligned and I think it makes it look better.

    3. I’m not really sure what you mean with that top text was way back at the beginning of building this site, can you give us a screenshot on this?
    As for the mobile logo, I think that’s too wide, try using 300px wide and 52px high mobile logo and use the code posted above just replace the url.

    Best regards,
    Nikko

    in reply to: Articles page issue #1195041

    Hi soniavoice,

    Can you try to check again?
    There were 2 issues, the first one is an enclosed media query in your Quick CSS, I made changes on your Quick CSS and merged your media queries and some css that has the same properties.
    The 2nd issue was caching which I believe your server caches css fast so I enabled back autoptimize plugin and flushed it and the settings you set seems to work properly.

    Best regards,
    Nikko

    in reply to: Image optimization for photography website #1195011

    Hi Jaime,

    You’re very much welcome :)
    If you only want the masonry size to change then the code is enough, but if you want to change the size shown in Media Settings then you can do that also on top of the code and when you regenerate images it will set image sizes based on the current setting.

    Best regards,
    Nikko

Viewing 30 posts - 10,261 through 10,290 (of 25,536 total)