Forum Replies Created

Viewing 30 posts - 32,491 through 32,520 (of 34,554 total)
  • Author
    Posts
  • in reply to: Colored image for tab section? #818392

    Hi,
    I don’t see the code in your css, the code in line 19 in your shortcode.css is still overriding. (see image) This code does not add color, just removes opacity. Perhaps we should see what the update brings on Monday, as I understand there are some tab fixes :)

    Best regards,
    Mike

    in reply to: extra elements add button #818390

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

    Best regards,
    Mike

    in reply to: Font-Sizes Tax Info and Background Product Slider #818389

    Hi,
    Sorry I was unable to find any solution for that.

    Best regards,
    Mike

    in reply to: Menu center align #818387

    Hi,
    OK, try this code for tablet, laptop, & desktop with a fix for the burger menu to keep it in line:

    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    nav.main_menu {left: 25%!important;} 
    .av-main-nav > li > a {padding: 0 20px!important; }
    .sfm-pos-right .sfm-rollback {top: -87px;}}
    
    @media only screen and (min-width: 1024px) and (max-width: 1439px) { 
    nav.main_menu {left: 25%!important; }
    .av-main-nav > li > a {padding: 0 30px!important; }
    .sfm-pos-right .sfm-rollback {top: -125px;}}
    
    @media only screen and (min-width: 1440px) and (max-width: 1800px) { 
    nav.main_menu {left: 20%!important; }
    .av-main-nav > li > a {padding: 0 60px!important; }
    .sfm-pos-right .sfm-rollback {top: 35px;}}

    You can tweak the numbers a bit if you like, see screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Post slider: how to block it? #818382

    Hi,
    Please go to Enfold->Header->Mobile Menu and select to show the mobile menu for tablets as well.
    Or you can use the following CSSin the General Styling > Quick CSS field:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }

    Best regards,
    Mike

    in reply to: video dimensionality in slideshow #818377

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

    Best regards,
    Mike

    in reply to: Columns margins 2 #818375

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

    Best regards,
    Mike

    in reply to: Menu center align #818315

    Hey Freek,
    for smaller screens would you like this:

    @media only screen and (min-width: 768px) and (max-width: 1023px) { nav.main_menu {
        left: 25%!important; 
    }}

    Best regards,
    Mike

    in reply to: Font-Sizes Tax Info and Background Product Slider #818313

    Hey schnippel,
    1. Try this code in the General Styling > Quick CSS field:

    .product p.wc-gzd-additional-info {
        font-size: 0.7em!important; }

    change 0.7 to suit (it was 0.9)
    2. Try this code in the General Styling > Quick CSS field:

    #top .woocommerce-tabs .tabs li a {font-size: 0.7em!important; }

    Best regards,
    Mike

    in reply to: How to make this? #818309

    Hi,
    Do you mean that page was good but there was a conflict with other pages? Try this then:

    .page-id-134 .flex_cell_inner {max-width: 289px !important; }

    Best regards,
    Mike

    Hi,
    It looks like line 631 in your custom css has this:

    .caption_bottom .slideshow_caption h2 #alignR {
    	padding: 10px 60px 0 0 !important;
    }

    change the 60px to 160px to add 100px :)

    Best regards,
    Mike

    in reply to: extra elements add button #818307

    Hey rdswestnet,
    You need to add display: inline-block; to the button like this:

    <form name="PrePage" method="post" action="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" style="
        display: inline-block;
    "> <input type="hidden" name="LinkId" value="08f9ee99-6338-4c5a-9832-4451cbc230dd"> <input type="submit" value="Pay Now"> </form>

    To add images try https://postimg.org and paste the link :)

    Best regards,
    Mike

    in reply to: How to make this? #818304

    Hi,
    Try this code in the General Styling > Quick CSS field for the font sizes:

    .widgettitle {font-size: 20px !important;}
    .price_label, .news-time, .widget_product_categories li a {font-size: 15px !important;}
    .news-headline {font-size: 17px !important;}

    Best regards,
    Mike

    in reply to: No Slider Images After Fresh Install #818301

    Hi,
    OK, let us know when your host has installed the PHP ZipArchive extension

    Best regards,
    Mike

    Hi,
    This is a strange issue, as you can see google is indexing two combined urls, your site and the linkedin url. I’m not sure why this would be happening but perhaps you could remove the trailing slash from your URLs.
    add this to your .htaccess file below the RewriteEngine On line:

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    Or you can look for a plugin.

    Best regards,
    Mike

    Hey Terve,
    Please include the url to the page in question so we can write some code for you :)

    Best regards,
    Mike

    in reply to: How to make this? #818290

    Hi,
    Can you tell me what screen size your using?
    Can you tell me what font size you would like for which items in your sidebar? A screenshot might help so we are talking about the same things :) (see Private Content area)
    Try this code in the General Styling > Quick CSS field to make the sale badge red:

    #top .main_color .onsale {
        background-color: red!important; 
    }

    Best regards,
    Mike

    in reply to: No Slider Images After Fresh Install #818288

    Hi,
    It’s odd that you don’t have the Enfold 2017 slides.
    In the Private Content area is the export of the Enfold 2017 Layer Slider slides.
    I tried to install it for you but got an error: “The PHP ZipArchive extension is required to import .zip files” you will need to ask your host about that.
    Then you can install the slides :)
    postimage

    Best regards,
    Mike

    in reply to: ImageHotSpot start at Nr X #818285

    Hi,
    Sorry I was unable to find any solution for changing the hot spot numbers. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: No Slider Images After Fresh Install #818283

    Hey jpoley04,
    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: Colored image for tab section? #818282

    Hi,
    It had opacity set to 0.65 with a gray filter applied, Try this code in the General Styling > Quick CSS field:

    .av-tab-section-image {
        opacity: 1!important; 
        filter: inherit!important; }

    Best regards,
    Mike

    in reply to: Partner/Logo element responsiveness #818281

    Hi,
    I’m thinking:

    @media only screen and (max-width: 768px) {
    #top .avia-logo-element-container .slide-entry {
      width: 50%;
    }}

    But you will need to remove the other code for us to test

    Best regards,
    Mike

    in reply to: Help!! – css not being applied on site! #818278

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

    Best regards,
    Mike

    in reply to: Colored image for tab section? #818277

    Hey kilimats,
    Perhaps it is due to opacity, Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: How to make this? #818273

    Hi,
    I think I figured it out :) at a screen width over 1920×1080 the flex cells which are 1/4 wide are larger than the images, so this code will make the max-width the same as the images.
    Try this code in the General Styling > Quick CSS field:

    .flex_cell_inner {max-width: 289px !important; }

    Best regards,
    Mike

    in reply to: Menu is covering top part of anchor points content #818270

    Hi,
    That is very strange, I went to re-evaluate but your site seems down now. I’ll try again latter.

    Best regards,
    Mike

    in reply to: Easy Slider stopped working #818264

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

    Best regards,
    Mike

    in reply to: How to make this? #818263

    Hi,
    The changes are working on my end,
    Please clear your cache :)

    Best regards,
    Mike

    in reply to: How to make this? #818247

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

    .av_textblock_section {padding-left: 10px!important; padding-right: 10px!important; }

    Best regards,
    Mike

    Hey Cleverreisenmitkids,
    Try putting the share buttons on your opt-in page and then copy the html of that element in to a code block on your thank you page :)
    It would look this this:

    <div class="av-share-box"><ul class="av-share-box-list noLightbox"><li class="av-share-link av-social-link-facebook"><a target="_blank" href="http://www.facebook.com/sharer.php?u=http://127.0.0.1/elements/social-share-buttons/&t=Social%20Share%20Buttons" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Facebook"><span class="avia_hidden_link_text">Share on Facebook</span></a></li><li class="av-share-link av-social-link-twitter"><a target="_blank" href="https://twitter.com/share?text=Social%20Share%20Buttons&url=http://127.0.0.1/?p=1593" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Twitter"><span class="avia_hidden_link_text">Share on Twitter</span></a></li><li class="av-share-link av-social-link-gplus"><a target="_blank" href="https://plus.google.com/share?url=http://127.0.0.1/elements/social-share-buttons/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Google+"><span class="avia_hidden_link_text">Share on Google+</span></a></li><li class="av-share-link av-social-link-tumblr"><a target="_blank" href="http://www.tumblr.com/share/link?url=http%3A%2F%2F127.0.0.1%2Felements%2Fsocial-share-buttons%2F&name=Social%20Share%20Buttons&description=" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Tumblr"><span class="avia_hidden_link_text">Share on Tumblr</span></a><div class="avia-related-tooltip avia-tt" style="top: 756px; left: 717.4px; display: none; opacity: 0;"><div class="inner_tooltip">Share on Tumblr</div><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></div></li></ul></div>

    If you would like help, add the share buttons on your opt-in page and include the url here :)

    Best regards,
    Mike

Viewing 30 posts - 32,491 through 32,520 (of 34,554 total)