Forum Replies Created

Viewing 30 posts - 29,941 through 29,970 (of 34,867 total)
  • Author
    Posts
  • in reply to: WPML menu flags & issues #900819

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

    Best regards,
    Mike

    in reply to: Add to cart text not showing #900817

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

    Best regards,
    Mike

    Hi,
    I see that you have downgraded to v4.2, but it reads like you tried to use the v4.2.1 “avia-shortcodes\comments.php” fix is this true?
    You won’t have “phpshortcode-parser.class.php” in v4.2 so that is ok.
    I made a copy of your site and tested replacing all of the Enfold files, and disabling all of your plugins, with no luck. So I don’t believe this is a file issue, I’m thinking this is a database issue.
    I notice that all of your menu items say “custom link” but point to nowhere, also your menu is all on the same level, that is why it is taking the top half of the screen.
    I was able to copy the shortcode from your homepage and create a new page on my localhost, but I couldn’t on your site because when opening a new page this code it inserted automatically:

    <span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span>

    and when saving your site will not stay in the advanced layout builder. This seems to be a TinyMCE issue I read above that you are using PHP version: 5.6.30 and couldn’t upgrade to v7, is this correct?
    Sorry I was not much help, I’m asking the rest of the team to take a look.

    Best regards,
    Mike

    in reply to: Column Background , import pages #900760

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

    Best regards,
    Mike

    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: Main Menu Background Color #900512

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

    Best regards,
    Mike

    in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900510

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

    Best regards,
    Mike

    in reply to: Line under SKU only on 5 product. #900503

    Hi,
    I used the developer tools in Chrome (F12)
    2018-01-21_160033
    But I believe there are plugins that will show you this when you edit the page, maybe this does: Reveal IDs

    Best regards,
    Mike

    Hi,
    Thank you, perhaps you could leave a review at Theme Forest
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900495

    Hi,
    Please clear your browser cache and check, I used your link and it’s working.
    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Cart page Paypal checkout button styling #900489

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

    Best regards,
    Mike

    in reply to: Line under SKU only on 5 product. #900486

    Hi,
    Please try:

    #product-6423 span.sku {
        text-decoration-line: underline!important; 
        text-decoration-color: #cd0278!important; 
    }

    Adjust product ID’s to suit
    2018-01-21_153825

    Best regards,
    Mike

    in reply to: how to reduce space between menu items #900482

    Hey ftt123,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Cart page Paypal checkout button styling #900481

    Hey danielromanin,
    Please try:

    .paypal-button:not(.paypal-button-card) {
        width: 45%!important; 
    }
    
    .checkout-button.button.alt.wc-forward {
            margin-bottom: 20px!important; 
    }

    Adjust to suit
    2018-01-21_152604

    Best regards,
    Mike

    in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900478

    Hi,
    Try:

    @media only screen and (max-width: 1025px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Best regards,
    Mike

    in reply to: Add to cart text not showing #900476

    Hi,
    If you include ftp access I’ll try downloading that file again, but have you tried disabling your plugins and/or overwriting your woocommerce files?

    Best regards,
    Mike

    in reply to: Color change in table #900473

    Hey Alan,
    Adjust these codes and add to the General Styling > Quick CSS field
    For the headings & the box under the tables:

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
        background-color: blue!important; 
        color: #ffffff!important; 
        border-color: aqua!important; 
    }

    For the even rows:

    .main_color .pricing-table>li:nth-child(even) {
        background-color: coral!important; 
        color: #fff!important; 
    }

    For odd rows:

    .main_color .pricing-table>li:nth-child(odd) {
        background-color: black!important; 
        color: #fff!important; 
    }

    Best regards,
    Mike

    in reply to: Main Menu Background Color #900469

    Hey solid-image,
    Try this code in the General Styling > Quick CSS field for a solid color:

    #header_main_alternate.container_wrap {
    background-color: #fff !important;}

    or this for some transparency

    #header_main_alternate.container_wrap {
    background-color: rgba(255,255,255,0.7) !important;

    Best regards,
    Mike

    in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900468

    Hi,
    Sure

    Best regards,
    Mike

    Hi,
    Please try:

    a.ajax_search_entry.with_image:after { display:none !important; }

    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: Search form not as dropdown? #900459

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

    Best regards,
    Mike

    in reply to: Add to cart text not showing #900458

    Hi,
    Sorry I was not able to download your backup for the kickstart, I kept stopping and resume would just start it from the beginning.
    The other backup I tried to make was too large for the plugin.
    I had hoped to overwrite the woocommerce files, as I had posted in the other post, it seems that the button text is blank/missing.
    I would have also Try disabling your plugins.
    But I did come up with a css hack:

    .single_add_to_cart_button:before {
    content: "Add to Cart";
    }

    Please give this a try.

    Best regards,
    Mike

    in reply to: Search form not as dropdown? #900454

    Hi,
    Ok, here are the new changes:

    @media only screen and (min-width: 767px) and (max-width: 990px) {
    #menu-item-search.noMobile.menu-item.menu-item-search-dropdown.dropdown_ul_available { display: none !important; }}
    
    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
      display: block !important;
        position: relative;
    	z-index: -1;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
      display: block!important;
      margin-top: 10px;
      right: -20px;
    }
    .responsive .main_menu {
      float: right;
    }
    }
    @media only screen and (max-width: 480px) {
    .responsive .logo img {
        max-height: 62px!important;
    }}
    @media only screen and (max-width: 479px) {
      #menu-item-shop .cart_dropdown_link {
         padding: 0 5px 0 5px;
      }
    }
    @media only screen and (max-width: 426px){ 
    .responsive #top #wrap_all .logo a > img {width: 183px !important;}
    .responsive #top #wrap_all .main_menu {right: 10px!important; }}
    
    #top #searchform > * {
    opacity: 1 !important;
    display: block !important;
    }
    @media only screen and (max-width: 767px) {
    #header_main_alternate li.av-burger-menu-main.menu-item-avia-special {
    display: none !important;
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 989px) { 
    li#menu-item-search {
        display: none !important;
    }
    #top #searchform {
        margin-top: -45px !important;
    }
    #header_main_alternate .container {
      padding: 0px !important;
    }
    .av-main-nav li.only-mobile-menu-search {
        float: right !important;
    }
    }
    @media only screen and (min-width: 990px) {
    .only-mobile-menu-search { display: none !important; }}

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Search form not as dropdown? #900445

    Hi,
    I replaced your quick css with this:

    @media only screen and (min-width: 990px) {
    .only-mobile-menu-search { display: none !important; }
    }
    
    @media only screen and (max-width: 480px) {
    .responsive .logo img {
        max-height: 62px!important;
    }}
    @media only screen and (max-width: 479px) {
      #menu-item-shop .cart_dropdown_link {
         padding: 0 5px 0 5px;
      }
    }
    @media only screen and (max-width: 426px){ 
    .responsive #top #wrap_all .logo a > img {width: 183px !important;}
    .responsive #top #wrap_all .main_menu {right: 10px!important; }}
    
    @media only screen and (min-width: 767px) and (max-width: 989px) { 
    li#menu-item-search {
        display: none !important;
    }
    #top #searchform {
        margin-top: -45px !important;
    }
    #header_main_alternate .container {
      padding: 0px !important;
    }
    .av-main-nav li.only-mobile-menu-search {
        float: right !important;
    }
    }
    
    #top #searchform > * {
    opacity: 1 !important;
    display: block !important;
    }

    There were a lot of changes I had to make to fix the extra search, the extra mobile menu, the main menu not fitting in the space for tablets, etc. I hope it’s what you had in mind, please see screenshot in Private Content area.
    Here is your old css if you want to change back to the way it was:

    @media only screen and (min-width: 990px) {
    .only-mobile-menu-search { display: none !important; }}
    
    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
      display: block !important;
        position: relative;
    	z-index: -1;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
      display: block!important;
      margin-top: 10px;
      right: -20px;
    }
    .responsive .main_menu {
      float: right;
    }
    }
    @media only screen and (max-width: 480px) {
    .responsive .logo img {
        max-height: 62px!important;
    }}
    @media only screen and (max-width: 479px) {
      #menu-item-shop .cart_dropdown_link {
         padding: 0 5px 0 5px;
      }
    }
    @media only screen and (max-width: 426px){ 
    .responsive #top #wrap_all .logo a > img {width: 183px !important;}
    .responsive #top #wrap_all .main_menu {right: 10px!important; }}
    
    #top #searchform > * {
    opacity: 1 !important;
    display: block !important;
    }

    Best regards,
    Mike

    Hi,
    1) I used this shortcode:

    [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]

    in the widget while in the “text” tab.
    2018-01-21_103616

    3) The big blue button is a anchor button that is pointing to the bottom of the page from the main forum page, and doesn’t show in the search results or when viewing another topic. Please try adding this to your bookmark bar for quick access: Enfold New Topic

    Best regards,
    Mike

    in reply to: How to change font #900390

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

    Best regards,
    Mike

    in reply to: Header in color section #900388

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

    Best regards,
    Mike

    in reply to: Search form not as dropdown? #900386

    Hi,
    the “display: block!important;” is making it show at mobile when it is suppose to be hidden.
    Try replacing the above code and the code from the other article with this:

    @media only screen and (min-width: 990px) { 
    li#menu-item-search {
      margin-top: 10px;
      right: -20px;
    }
    #top #searchform > * {
    opacity: 1 !important;
    display: block !important;
    }
    }

    Best regards,
    Mike

    in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900384

    Hi,
    Opps, sorry about that. Please try:

    a.slide-image {background-color: #fff !important;}

    Best regards,
    Mike

Viewing 30 posts - 29,941 through 29,970 (of 34,867 total)