Forum Replies Created

Viewing 30 posts - 20,551 through 20,580 (of 35,064 total)
  • Author
    Posts
  • in reply to: Height of the product info container. #1120633

    Hi,
    I took a look at your Quick CSS and found this function that should not be there, so I removed it:

    function avia_woocommerce_auction_hooks() { 
         add_action('woocommerce_before_shop_loop','woocommerce_auctions_ordering', 20);
         remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20);
    } 
    add_action( 'init', 'avia_woocommerce_auction_hooks');

    Then I checked the links where the counter shows or not from the other post, please see in Private Content area.
    So these seem to be working correctly now, please check.

    Best regards,
    Mike

    in reply to: 4.5.7.1 BETA #1120631

    Hi,
    Glad to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Woocommerce single product page #1120630

    Hi,
    Glad to help, shall we close this then?

    Best regards,
    Mike

    in reply to: problem with images formatting #1120618

    Hi,
    Please include an admin login in the Private Content area so we can try.

    Best regards,
    Mike

    in reply to: Change Table Cell color #1120567

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    This code is working for me, please include an admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    in reply to: Dark Photography #1120561

    Hi,
    To change the mobile brake point, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 1366px) and (min-width: 768px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none !important; 
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block !important; 
      }
    }

    please adjust the values.

    Best regards,
    Mike

    Hey abavarianboy,
    Perhaps this article will help, please scroll down to “Excluding Categories From The Search
    But this plugin might be easier: Search Exclude

    Best regards,
    Mike

    in reply to: Logo Problem #1120556

    Hey karazeybek,
    Please include an admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    in reply to: AVIA Builder not displaying properly, cant edit page #1120554

    Hi,
    I see that you are using Enfold v4.2.6, this needs to be updated to work with WordPress v5+
    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Product slider with add to cart buttons #1120553

    Hi,
    I tried to check your site but I found the product buttons say “Pedir orçamento” is this correct?

    Best regards,
    Mike

    in reply to: Height of the product info container. #1120551

    Hi,
    Did you try the code above?

    Best regards,
    Mike

    in reply to: Woocommerce single product page #1120550

    Hi,
    I believe this is actually a browser feature that we won’t have any control over:

    Every time you fill out a form or a password, the Wand will ask you if you want to save the information. When you save information (say a form), a yellow border will appear around the form. The next time you need to fill out that form, click on the Wand button or click Ctrl + Enter, and the information will automatically be filled out for you.

    Quote from here

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change Table Cell color #1120548

    Hi,
    Glad to hear you have it sorted out now. Shall we close this thread then?

    Best regards,
    Mike

    in reply to: AVIA Builder not displaying properly, cant edit page #1120547

    Hi,
    Please include an admin login in the Private Content area and a link to the page.

    Best regards,
    Mike

    Hey Dzimnikov,
    I added this css to your Quick CSS:

    .post-type-archive-product .product_cat-bonji-dab .avia-product-hover {
        opacity: 1 !important; 
    }

    Please clearing your browser cache and check.

    Best regards,
    Mike

    in reply to: Where is the blog roll file? #1120545

    Hi,
    Please look for \enfold\config-templatebuilder\avia-shortcodes\blog\blog.php

    Best regards,
    Mike

    in reply to: Beta Release (4.5.7.1-beta-3) #1120543

    Hi,
    Link posted.

    Best regards,
    Mike

    in reply to: 4.5.7.1 BETA #1120542

    Hey solljul,
    In the Private Content area is a beta version with the latest fixes which has solved many IE & Edge issues so perhaps this will help you also.
    The easiest and safest way to test the beta version is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Mobile view for table incorrect #1120541

    Hey elspanko,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    .avia-table-1 td:nth-of-type(1):before {
        content: '' !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Website not working in Explorer11 #1120538

    Hi,

    @Jan_FtFA
    please include ftp access in the Private Content area so we can try uploading the beta.

    Best regards,
    Mike

    Hey acelam714,
    I believe that adding the categories classes to each post will allow you to highlight as needed;
    Try adding this code to the end of your functions.php file in Appearance > Editor:

      add_filter( 'body_class', 'add_category_class' );
    function add_category_class( $classes ) {
        if( is_single() && has_category('news') ) $classes[] = 'news-cat';
        if( is_single() && has_category('writers') ) $classes[] = 'writers-cat';
        return $classes;
    }
    

    you will note this already has two classes for two categories as an example, please adjust to suit and add more as needed.

    Best regards,
    Mike

    in reply to: Cart & Checkout pages display #1120532

    Hey tremblayly,
    Sorry, I took a look at your pages but I’m not sure what is different, please explain a little more.

    Best regards,
    Mike

    in reply to: Add second widget in header #1120531

    Hey tremblayly,
    Please link to the page so we can examine the issue.

    Best regards,
    Mike

    in reply to: AVIA Builder not displaying properly, cant edit page #1120511

    Hey greenpomodoro,
    Please try adding your image to https://postimages.org/ and then post the link here.

    Best regards,
    Mike

    in reply to: Theme Update #1120510

    Hi,
    Glad Rikard could help, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Change Table Cell color #1120500

    Hi,
    This seems to be working for me, Please try this code in the WordPress > Customize > Additional CSS field:

    .avia-pricing-row {
    background: lightblue !important;
    }

    Otherwise Please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Enfold Gym demo import does not load media files #1120496

    Hi,
    Glad to hear, thanks for using Enfold.
    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: problem with images formatting #1120492

    Hey mauro_gallone,
    If I understand correctly, the first image is what you would like, and the next two are what you have tried?
    Thanks for the link to your site, I see that the top two images are a different size than the bottom two, in the code.
    Please take a look at choosing the same sized images or containers for all four.
    If you would like more help, please include an admin login in the Private Content area.

    Best regards,
    Mike

Viewing 30 posts - 20,551 through 20,580 (of 35,064 total)