Forum Replies Created

Viewing 30 posts - 30,991 through 31,020 (of 34,572 total)
  • Author
    Posts
  • in reply to: unable to view content when edit any page. #872577

    Hi,
    I see the error on your site, editing a text box with content open a new box instead of the one clicked, but using the debugger to copy the page to a new install makes the page work correctly. I see that you tried disabling your plugins with no success, but this behavior points to a plugin. Can we try disabling your plugins to test further?

    Best regards,
    Mike

    Hi,
    To remove the sidebar on single product pages, try adding this code to the end of your functions.php file in Appearance > Editor:

    add_action( 'get_header', 'remove_storefront_sidebar' );
     
    function remove_storefront_sidebar() {
        if ( is_product() ) {
            remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 );
        }
    }

    Is this the price that is too low?
    2017-11-04_123636
    Best regards,
    Mike

    Hi,
    The console is show this error: “Slow network is detected. Fallback font will be used while loading” After deleting two of your cache plugins this removed the error, please try clearing the caches again and disable the cache and minify to see if this works for you also. I believe the multiple cache plugins are working against each other.

    Best regards,
    Mike

    in reply to: Change Color of Certain Text #872565

    Hi,
    Oh I see now that the in the description text the word “Description” is black, try this:

    #tab-description h2 {color: #fff !important; }

    same for “Reviews”

    #tab-reviews h2 {color: #fff !important; }

    Cart Totals:

    .cart_totals h2 {color: #fff !important; }

    Billing details:

    .woocommerce-billing-fields h3 {color: #fff !important; }

    ship-to-different-address:

    #ship-to-different-address label span {color: #fff !important; }

    Best regards,
    Mike

    in reply to: No code to log in #872561

    Hi,
    You are receiving a 404 on admin-ajax.php
    you are using PHP Version: 5.4.45 please ask your host to update to v7, this is the new standard for WordPress.
    Also check with them about Suhosin being active, this may override PHP server settings. Suhosin is an advanced protection system for PHP that may be giving a false positive and blocking admin-ajax.php
    I see this warning in your layerslider > system status >
    2017-11-04_114012

    Best regards,
    Mike

    in reply to: Add to cart button and dropdown menu for shop-page #872554

    Hi,
    Sorry for the late reply, the template-archives.php is in your enfold folder, and you can add a copy of it to your child theme to make it work. But customizing the template-archives.php would be some intensive code that is beyond what we can offer here, but you could hire a freelancer.

    Best regards,
    Mike

    Hi,
    For issue 1, I do see the issue in mobile view, up to 426px, in Edge, so try this quick css:

    @media only screen and (max-width: 426px) { 
    .page-id-3689 .avia-builder-el-21 {
        padding-top: 20px!important; 
    }
    }

    but not in higher views, but if you do try adjusting the max-width to match when you see the issue, also adjust the padding number to suit your needs.
    For 2, this issue is because Edge doesn’t render list-style-position correctly when they are set to “outside” to fix it we need to set them “inside” but also make the second line of the list text indent.
    First try this quick css:

    
    .page-id-3274 .entry-content-wrapper ul {
        list-style: disc inside!important; 
    }
    

    If that doesn’t work right try this instead:

    
    .page-id-3274 .avia_textblock ul li:before {
        display: list-item;
        content: "";
        list-style: disc inside;
        float: left;
        position: absolute;
        left: 0;
    }
    .page-id-3274 .avia_textblock ul li {
        list-style: none;
        padding-left: 13px;
    }

    If that doesn’t work, please include a admin login in the private content area so we can take a closer look.
    Please clear site and browser cache.

    Best regards,
    Mike

    in reply to: Problem with microsoft edge WooCommerce #872539

    Hi,
    It’s looking correct in Edge for me
    2017-11-04_095237

    Best regards,
    Mike

    Hi,
    When trying to reproduce the issue I experience random page reload while the page is loading, meaning that the pages are being interrupted during the load, thus the screen flashing in your video. In the console you are getting “slow network” errors, and once I received a “site offline” message, but that could be because of my location (US) vs your host.
    I suggest disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Also check if your host is limiting your bandwidth, some cheaper hosts offer “unlimited” sites, but they limit the number of connections or speed. Try checking your cPanel > CPU and Concurrent Connection Usage, often it is a bar graph that will be red when you are hitting your limits. Or just ask your host if this is happening on your plan.

    Best regards,
    Mike

    in reply to: contact form doesn't work #872526

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

    Best regards,
    Mike

    in reply to: AviaDatepickerTranslation.nextText #872524

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

    Best regards,
    Mike

    Hey shankar9262,
    I found this reported a few times on WooCommerce here are two solutions:
    Solution: Edit the cart page with page builder and paste the woocommerce_cart shortcode in the text mode of the text editor.
    Solution: Didn’t set the cart page in WooCommerce settings.

    Best regards,
    Mike

    in reply to: Tooltip hover – tooltip remains visible #870260

    Hey tonydobrevski,
    Sorry, that feature is not available yet, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Image hover effect only when the image is linked to an URL #870259

    Hey tonydobrevski,
    Try:

    .avia-image-container-inner a {
    box-shadow: 0px 0px 20px #D9DCDE;
    }
    .avia-image-container-inner a:hover {
    box-shadow: 0px 0px 10px #CACDCE;
    }

    Best regards,
    Mike

    in reply to: Mandatory Field "Name" for Mailchimp Sign up #870258

    Hey nordkamm,
    You make this change in your Mailchimp dashboard

    Best regards,
    Mike

    in reply to: Posts Archive page #870257

    Hey spapax,
    Sorry, that feature is not available yet, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    Hi,
    Please try updating to v4.2 and remove all of your past code for the menu issue. it is no longer needed.

    Best regards,
    Mike

    in reply to: Layout of filter drop down boxes #870254

    Hey clive2,
    Perhaps I’m looking at the wrong element, but it looks like it should be stacked vertical.
    Please see screenshot in Private Content area
    Can you add a screenshot of what you mean?

    Best regards,
    Mike

    in reply to: Enfold and WPML #870253

    Hey IOL2014,
    Perhaps the WPML forum would have more experience with this, here is one topic I found: https://wpml.org/forums/topic/wpml-cant-read-russian-and-hebrew-font-properly/

    Best regards,
    Mike

    in reply to: Remove white space around image #870251

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

    Best regards,
    Mike

    in reply to: Limited Amount of Products in Basket #870250

    Hey sdpmedialtd,
    Please see: https://docs.woocommerce.com/document/minmax-quantities/
    And: https://wordpress.org/plugins/woocommerce-max-quantity/

    Best regards,
    Mike

    in reply to: Whitespace between Grid Row and Color Section #870247

    Hi,
    What is the content in the grid row?
    It didn’t stand out, I’m not sure were it is.

    Best regards,
    Mike

    in reply to: Grid Row – Remove border between last 2 columns #870246

    Hi,
    What is the content in the grid row?
    It didn’t stand out, I’m not sure were it is.

    Best regards,
    Mike

    in reply to: Links to accordion tabs and viewport position #870242

    Hi,
    I didn’t find the accordion, has your page changed?

    Best regards,
    Mike

    in reply to: on smartphone does not open a side #870241

    Hey web4youberlin,
    I’m not sure I’m looking at the right element, can you add a screenshot of it?

    Best regards,
    Mike

    in reply to: how can I make social bottums in footboard bigger #870239

    Hey web4youberlin,
    The social icons are actually a font, try this:

    .social_bookmarks {font-size:32px !important;}

    Best regards,
    Mike

    in reply to: How to add our own text? #870238

    Hey RjMn,
    Could you explain a little more, I’m not sure which text you are talking about.

    Best regards,
    Mike

    in reply to: Improving theme performance ref. PageSpeed, YSlow etc #870234

    Hi,
    Fastest Cache is also good

    Best regards,
    Mike

    in reply to: Add a button "Read" to grilla blog #870233

    Hi,
    I changed the color of Victoria’s code to green background and white text

    .read-more-link a{
        padding: 8px;
        background-color: green!important; 
        color: #fff !important; 
        border: solid 1px;
        border-radius: 3px;
    }

    and tested it, which looks like it will work
    2017-10-29_163736
    Please try and clear the site and browser cache.

    Best regards,
    Mike

    in reply to: Site name instead of logo #870231

    Hi,
    I didn’t find the custom function in your functions.php so I added it and added this code to make the text white so you could see it:

    .subtext {color: #fff !important; }

    Please clear your cache and check.

    Best regards,
    Mike

Viewing 30 posts - 30,991 through 31,020 (of 34,572 total)