Forum Replies Created

Viewing 30 posts - 30,181 through 30,210 (of 34,546 total)
  • Author
    Posts
  • in reply to: Style accordian #892788

    Hi,
    Please try removing the custom css and going to the accordion styling tab and choose “Define Custom Colors” and make the background-color gray (#f1f1f1)
    2018-01-03_051739
    then try this css:

    #top.postid-9297 .toggler {background-color: #169D72 !important; }

    this is only for that one page, change or remove “.postid-9297” if you need it for other pages.
    This is the test results:
    2018-01-03_052252

    Best regards,
    Mike

    in reply to: Spinning wheel forever #892782

    Hi,
    Glad to hear it is resolved, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: display always slideshow arrows #892780

    Hi,
    I believe the arrows are now showing all the time, please see screenshot in Private Content area to be sure I was looking at the correct element.

    Best regards,
    Mike

    in reply to: Shop Banner Image #892777

    Hi,
    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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Avia layout builder has suddenly disappeared #892775

    Hi,
    Your “Lock advanced layout builder” setting in Enfold Theme Options > Layout Builder had been checked, I unchecked it and now the Layout Builder shows. Please check.

    Best regards,
    Mike

    in reply to: I Frame #892770

    Hi,
    Please try:

    <iframe src="site.com" style="width: 100%; height:100%; border: none"></iframe>

    Best regards,
    Mike

    in reply to: categories and tag fonts in the shop sidebar #892769

    Hi,
    I checked again and was able to see your page, if I understand correctly you wanted to change the link color with no change on hover & a different color for the numbers.
    Try this code in the General Styling > Quick CSS field:

    
    /*link color*/
    #woocommerce_product_categories-2.widget ul.product-categories li.cat-item a{
    color: red !important;
    }
    /*link hover color*/
    #woocommerce_product_categories-2.widget ul.product-categories li.cat-item a:hover{
    color: red !important;
    text-decoration: none!important; 
    }
    /*number color*/
    #woocommerce_product_categories-2.widget ul.product-categories li.cat-item {
    color: blue !important;
    }

    Adjust the colors to suit.

    Best regards,
    Mike

    Hey Autostopowicz,
    Try using

    … {
    margin-left: -50px !important;
    margin-right: -50px !important;
    }

    if 50px is you container margin. or use a percentage to be responsive.

    Best regards,
    Mike

    in reply to: Homepage image not scaling with mobile #892715

    Hey TheDean19,
    Would you like the image to show it’s full width on all devices? This would mean that on mobile devices the image would not be the full height of the page, is this ok?
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: I Frame #892712

    Hi,
    Try this iframe:

    <iframe src="site.com" style="width: 100%; border: none"></iframe>

    and this css:

    #top.page-id-25 .content {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
    }

    Best regards,
    Mike

    in reply to: Can only see first page of blog post entries #892708

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

    Best regards,
    Mike

    in reply to: Centering breadcrumbs below responsive breakpoint #892705

    Hey M1000000,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .breadcrumb.breadcrumbs.avia-breadcrumbs {margin-left: 10%!important; }
    }

    adjust the number to suit.
    2018-01-02_202853

    Best regards,
    Mike

    in reply to: Creative Studio Theme #892696

    Hey Thrive2018,
    I’m not familiar with the Envato Theme bundle or the Creative Studio, can you link to them so we can help?

    Best regards,
    Mike

    in reply to: Video in lightbox- problem #892694

    Hey thanp73,
    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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: I Frame #892691

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Center align Product category above products #892677

    Hi,
    Strange, it is looking centered to me. which browser are you using? I checked with Chrome. please see screenshot in Private Content area.
    Please try clearing any cache plugin and your browser cache.

    Best regards,
    Mike

    in reply to: General Styling Not Working #892671

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: categories and tag fonts in the shop sidebar #892670

    Hi,
    Your site seems down to me, please check.

    Best regards,
    Mike

    in reply to: Form submissuon: how to scroll to the first error? #892667

    Hi,
    This seems to work for me, but the form is much smaller so it’s hard to tell. Please try on the other form.

    Best regards,
    Mike

    in reply to: Can only see first page of blog post entries #892666

    Hi,
    I changed your “Conditional display” in the blog element to always show, and now the pagination show. Please check.

    Best regards,
    Mike

    in reply to: Customize accordion #892664

    Hi,
    I see your are using Enfold v4.1, perhaps this is why you don’t see the styling tab in my screenshot. Please try updating to v4.2

    Best regards,
    Mike

    in reply to: Fonts not loading on mobile browsers #892662

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: enfold 4.2 layerslider not working #892661

    Hi,
    Strange, the slider shows only when you scroll down a little past the special heading, yet if you put the special heading below the slider it will show right away. Please try Try disabling your plugins to see if that resolves the issue. On my localhost I don’t have this issue with your slider.

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Add link below featured image on post page #892652

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look. Also include FTP access. I will look at your child theme loop-index file and may apply it to your parent theme to verify the changes are working before finding why the child theme file is not applying.

    Best regards,
    Mike

    Hi,
    You can’t name two widgets with the same name, you will need to use “Footer – column1” & “Footer – column1a” then use your conditional rules to have one shown for each language, while hiding the other.

    Best regards,
    Mike

    Hi,
    I have tried logging in and looking at your sliders, but could not, please check login info. Testing on my Android shows that at mobile view (360px) the slider is mostly behind the header. Please see screenshot 1 in Private Content area.
    Yet when I hold my device landscape, (640px) the slider doesn’t show at all, Please see screenshot 2 in Private Content area. Do you have another slider for this size?

    Best regards,
    Mike

    in reply to: Customize Table #892601

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

    Best regards,
    Mike

    in reply to: General Styling Not Working #892457

    Hey miobeeno,
    It looks like your colors are working now, I don’t see any green text. Please see screenshot in Private Content area .
    Try clearing your browser cache.

    Best regards,
    Mike

    Hi,
    You have not entered a Map API key and you are using Enfold v4.1.2 which is giving you the RetiredVersion API error.
    Please update Enfold to v4.2 and get a Map API key at Enfold Theme Options > Google Services > Google Maps

    Best regards,
    Mike

Viewing 30 posts - 30,181 through 30,210 (of 34,546 total)