Forum Replies Created

Viewing 30 posts - 24,841 through 24,870 (of 34,981 total)
  • Author
    Posts
  • in reply to: Additional icon #1021225

    Hi,
    I assume we can close this now, right?

    Best regards,
    Mike

    in reply to: Social Links are not showing on mobiles #1021223

    Hey lilijabula,
    Please try this code in the General Styling > Quick CSS field:

    /*show social icons on mobile*/@media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
      display: block !important; 
    }
    .responsive #top #wrap_all #header_main .av-logo-container .main_menu .noLightbox.social_bookmarks {
    display: block !important;
    }
    }

    Best regards,
    Mike

    in reply to: Enlarge the social networks icons #1021222

    Hey gabs01,
    Please try this code in the General Styling > Quick CSS field:

    /* larger header social icons */
    #top #wrap_all .social_bookmarks li a {
      width: 30px!important; 
      line-height: 30px!important; 
      min-height: 30px!important; 
      font-size: 20px!important; 
      }
      
      #top #wrap_all .social_bookmarks li {
      height: 20px!important; 
      width: 30px!important; 
      }
      
      #top #wrap_all .social_bookmarks {
          height: 60px!important;
      }

    please adjust to suit.

    Best regards,
    Mike

    in reply to: caption font colour #1021220

    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 under Enfold sub forum and we will gladly try to help you :)

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: mobile menu #1021217

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold some control panel items and CSS not working #1021216

    Hi,
    Probably, it’s one of the reasons to disable caching while you create your site :)
    We are glad to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Can't find demo import #1021215

    Hi,
    The diagonal area above the map can’t also hap a map that is seamless, but when I looked at it I didn’t see it until you pointed it out. But if you want to try, you could move the map down and take a screenshot of the map and use that as the background-image for the diagonal section. It will be tricky to get it just right, but it’s possible.
    To change the font size of the copyright area, Please try this code in the General Styling > Quick CSS field:

    .copyright,.copyright a {
    font-size: 14px !important;
    }

    please adjust to suit.

    To change the footer widget area font size, Please try this code in the General Styling > Quick CSS field:

    #footer .textwidget p,#footer a {
    font-size: 16px !important;
    }
    #footer h3.widgettitle {
    font-size: 20px !important;
    }

    please adjust to suit.

    Best regards,
    Mike

    in reply to: Can't find demo import #1021212

    Hi,
    I also looked at the section above and fixed that diagonal color, by adjusting it in the section above it. Basically the diagonal colors come from the sections that are higher.

    Best regards,
    Mike

    in reply to: Can't find demo import #1021210

    Hi,
    That was odd, I changed the color again, maybe we were editing the page at the same time, please clear your browser cache and check now.

    Best regards,
    Mike

    in reply to: Enfold some control panel items and CSS not working #1021208

    Hi,
    I checked your fonts again by commenting out your Typekit css with /* … */ which makes css not work, then I ensured your site cache was still empty and cleared my browser cache, and your body & heading fonts were still Open Sans as set in your Theme Options.
    I also commented out your Quick CSS that was for hiding the blog post elements, from before, you can remove this code now & the Typekit, if you wish.

    Best regards,
    Mike

    in reply to: Can't find demo import #1021204

    Hi,
    I took a look at your site and swapped the colors in your section above the contact to correct the diagonal color.
    It looks like you solved your other questions above, so let us know if there is anything else we can assist with.

    Best regards,
    Mike

    in reply to: Remove white padding on top of the page #1021199

    Hey Nu-Vision,
    I took a look at your site, but I’m un-sure where your white space is, please include a screenshot of it in the Private Content area. You can upload to postimages.org and paste the code here.

    Best regards,
    Mike

    in reply to: Add Meta tag to the Homepage #1021196

    Hey JRTaxi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function google_meta_tag(){
      ?>
      <meta name="google-site-verification" content="Google_String">
      <?php
      }
      add_action('wp_head', 'google_meta_tag');

    replace the example Google Meta Tag with yours.

    Best regards,
    Mike

    in reply to: Enfold some control panel items and CSS not working #1021192

    Hey ashforthmarketing,
    Thanks for the login, I took a look at your site, and turned off your caching plugin, and disabled your css & js file merging in the Enfold Theme Options > Performance > JS & CSS file merging and compression for now while you are creating your site. This will save you a lot of headaches, and once your site is done you can enable these to make your site faster.
    I see you are showing a blog post element on your “resources” page, so in your Enfold Theme Options I set the resource page as your blog location, which applied the settings from the Enfold Theme Options > Blog Layout settings.
    I also checked your body content “Placeholder text” and the font family & size is matching your Advanced Styling options “Open-sans”, “16px”
    So I believe everything is working correctly now, setting the “resource” page as your blog location in Enfold Theme Options > Blog was the key.
    Let us know if there is anything else we can assist with.

    Best regards,
    Mike

    in reply to: Creating a New Enfold Theme #1021186

    Hey stewroids,
    Yes, installing a new WordPress and Enfold on a sub-domain and enabling the maintenance mode until you are ready to move it, would be best.

    Best regards,
    Mike

    in reply to: Search icon has white boxed background #1021184

    Hey Felix-A,
    Thanks for the login, I added this code in the General Styling > Quick CSS field:

    #top #header .av-main-nav > li > a {
        background-color: transparent !important; 
    }

    and it is now working, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I tried to check but I get “ERR_NAME_RESOLUTION_FAILED” when trying to reach your domain. Please ask your webhost for help setting up your domain settings.

    Best regards,
    Mike

    in reply to: change font size #1021129

    Hey Susanne,
    I checked your page and the h5, such as “IN THE BRITISH MEDIA” is now 20px
    Please clear your browser cache and check.
    Perhaps this article will help explain how to clear your browser cache
    Some browsers have extensions that will clear your cache at the click of a button.

    Best regards,
    Mike

    in reply to: caption font colour #1021127

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

    #top.page-id-17 h3.av-masonry-entry-title {
    color: #a6122d !important; 
    }

    It is now working, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: css custom for phone number header #1021126

    Hi,
    Thank you for the link, try wrapping your text and number in span classes and add to the Phone Number or small info text field, like this:

    <span class="phone-text">Contact Us</span> <span class="phone-number">555-5555</span>

    Then add this code in the General Styling > Quick CSS field:

    .phone-text {
    font-size: 12px;
    color: red;
    }
    .phone-number {
    font-size: 14px;
    color: green;
    }

    adjust the colors and sizes to suit.

    Best regards,
    Mike

    Hey rosman21,
    It sounds like it might be a file permissions issue but we can’t be sure without checking, Can you please include a admin login in the private content area so we can take a closer look.
    Since we don’t want to reset your site, what saving or importing are you trying to do? That is, what can we try to do to see the error that won’t cause issues for you if it does suddenly starts working?

    Best regards,
    Mike

    Hi,
    Yes, it might be best to leave it. You could always add a link or button to the top to direct people to the page you want them to see. Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Tab Section Scroll Down #1021120

    Hey msutherin,
    Sorry for the late reply, but thanks for the link to the site.
    I have two working scripts for you to try out by adding to the end of your functions.php
    Please don’t install both at the same time,they each work a little different and I wanted you to choose the best one for your project.
    They will both scroll down on click of your tab section. This first one will scroll down based on the vertical scroll bar position, so you can adjust the “1100”, which in my tests puts the tab link images just up out of view. This may change a little based on the screen width of the visitor, but it should not be too much difference.

    function scroll_down_script_1(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $('a.av-section-tab-title').click(function () {
      $('html, body').animate({
          scrollTop: (1100)
      }, 'slow');
    });
     });
      })(jQuery);
    </script>
      <?php
      }
      add_action('wp_footer', 'scroll_down_script_1');

    This second one will scroll down to a element, so I choose the diamond shape of the bottom of the tab section, which in my tests puts the tab link images just up out of view. This should not change and be consent for everyone. The number in this code is how fast it will scroll down, 500 is half of a second.

    function scroll_down_script_2(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $('a.av-section-tab-title').click(function () {
        $('html, body').animate({
            scrollTop: $('.av-tab-arrow-container').offset().top
        }, 500);
    });
    });
      })(jQuery);
    </script>
      <?php
      }
      add_action('wp_footer', 'scroll_down_script_2');

    So try them out and let us know which one you end up using.

    Best regards,
    Mike

    in reply to: Coupon value alignment #1021116

    Hey profumopuntoit,
    Sorry for thw late reply, Please try this code in the General Styling > Quick CSS field:

    #top .cart-collaterals .cart_totals .cart-discount td {
    text-align: right !important; 
    }

    Best regards,
    Mike

    Hey ryandewitt,
    I’m pretty sure you should be able to do this, because the layerslider has html layers that will accept shortcodes. So probably your best bet is to find a woocommerce product search plugin with a category selector that has a shortcode.
    The first one I found was Advanced Woo Search that says it has all of this, there is also a official WooCommerce Product Search that has extensive shortcode options
    I have not used any of these, but I recommend you try them out and the many other available and try their shortcodes in the layerslider to find one that works the way you want. I’m sure they can be styled to match your mockup afterward.
    Hope this helps.

    Best regards,
    Mike

    in reply to: Search lens icon alignment #1021112

    Hey profumopuntoit,
    To add a separator on the right side of “Forum”, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av_seperator_small_border .av-main-nav>li#menu-item-61944>a>.avia-menu-text {
        border-right-style: solid !important; 
        border-right-width: 1px !important; 
        padding-right: 13px !important; 
    }

    Best regards,
    Mike

    in reply to: Set datepicker input field to read only #1021110

    Hi,
    Sorry for the late reply, I took a look at your date picker with Chrome, Firefox, and Edge on Windows 10, can I was unable to enter a date with the keyboard. What browser are you using?
    Please try this code in the General Styling > Quick CSS field:

    #top.page-id-168 #avia_5_1.avia_datepicker {
    cursor: none !important; 
    }

    Best regards,
    Mike

    in reply to: Cache and merge not working – not using cache plugin #1021107

    Hi,
    I tried to login to take a look, but the login isn’t working, please check.

    Best regards,
    Mike

    in reply to: Contact form not working #1021104

    Hi,
    Glad to hear, and thanks to @Evendril :)

    Best regards,
    Mike

Viewing 30 posts - 24,841 through 24,870 (of 34,981 total)