Viewing 30 results - 11,371 through 11,400 (of 18,743 total)
  • Author
    Search Results
  • #628189
    officepat
    Participant

    Hi, i have found the following code to change the base font size. but it does not work!

    body {
      font-size: 14px;
    }
    #628041
    ryan_boomstreet
    Participant

    I can’t get tags to show on my blog post. I think a previous developer may have put something in the Quick CSS?

    .avia_cart_buttons .product_type_external {
    padding: 11px !important;
    background: #ffbe46 !important;
    }

    .avia_cart_buttons .product_type_external:hover {
    background: #95d500 !important;
    }

    .avia_wpml_language_switch {
    display: none;
    }

    @media screen and (max-width: 599px) and (max-height: 320px) {
    .responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown {
    right: 95px !important;
    }
    }

    .language_flag {
    display: none !important;
    }

    .single-product .product {
    width: 100%;
    }
    .single-product-summary {
    float:left;
    width:45%;
    margin-right: 3%;
    }

    .single-product-main-image {
    width: 25%;}

    .sidebar {
    padding-top: 0px;}

    #top.tax-product_cat .product-sorting {display:none;}

    .avia_cart_buttons { opacity: 1; }
    #top .main_color .avia_cart_buttons .button { color: white; }
    .header_color .cart_dropdown_link { background-color: #FFBE46; }
    .header_color .cart_dropdown_first .cart_dropdown_link { color: white; }

    .single .cart .button { background-color: #FFBE46!important; color: white!important; }

    #containerIntro h3,
    #containerIntro p {
    display: inline;
    }
    .language_es, .language_en, .language_fr {
    display: none;
    }

    #lang_sel {
    height: 75px;
    }

    .post-meta-infos { display: none; }

    .widget {
    font-size: 18px;
    }

    .avia-button.avia-size-large { font-size: 18px; } /* for large buttons */
    .avia-button.avia-size-medium { font-size: 18px; } /* for medium buttons */
    .avia-button.avia-size-small { font-size: 18px; } /* for small buttons */

    .slide-content .blog-categories.minor-meta {
    display: none;
    }

    .avia-button-wrap span.avia_iconbox_title {
    font-size: 20px; font-weight: light;
    }

    .avia-button-fullwidth {
    padding: 4px!important;
    }

    @media only screen and (max-width: 1100px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }

    .portfolio-preview-image {
    width: 500px;
    }
    .portfolio-preview-content {
    width: 70%;
    }
    .inner-entry .grid-content {
    min-height: 115px !important;
    }
    .grid-entry-title {
    font-size: 18px;
    color: #96c93d !important; }
    .grid-entry-excerpt {
    font-size: 14px;
    font-style: normal; }

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    width: 100%;
    }

    .responsive #socket .sub_menu_socket ul li {
    float: none;
    border-left: none;
    text-align: center;
    }

    }

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket ul li {
    padding: 10px;
    font-size: 15px;
    }
    }

    #footer .widgettitle {
    font-size: 20px;
    text-align: center;
    }

    .tribe-events-before-html div {
    height:auto!important;
    }

    #top .main_color .avia-button.avia-color-theme-color:hover { border-color: red; color: black; }

    #628016

    Hi Andy !

    First, I would like to align all the icons with menu titles, like you can see on the picture attached (Imgur). I would like to align icons on the red line, exactly like small arrows are aligned in Enfold default theme.
    Secondly, to make my menu appear like this, I used code for each button in the WordPress menu (example : [av_font_icon icon='ue891' font='entypo-fontello' custom_class='title1-button'][/av_font_icon] Title 1) and I applied a different custom class for each button, to try to align them together (example : .title1-button .av-icon-char {padding-right: 1px; padding-left: 1px;}).
    I think my method is very complicated and the result is not so good (indeed the icons are not really aligned and it depends of screen size or browser…)

    So, my main question is to know if there is a better and easier way to replace small arrows of the Enfold default theme by custom icons, one for each title like I did on my website.

    Thanks !

    #627782

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    h2.avia-caption-title { font-size: 32px !important; }}
    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-button {
        margin-top: 0;
    }}

    Cheers!
    Yigit

    #627760

    Hey ShortieD!

    Please try using following code instead

    @media only screen and (max-width: 857px) {
    .av-image-caption-overlay-center {
        font-size: 16px!important;
    }}

    Best regards,
    Yigit

    Ah I think I sorted it myself…

    #advanced_menu_toggle { right: 5%; color: black; }
    #advanced_menu_toggle:after {
    content: ‘Menu’;
    font-size: 18px;
    position: relative;
    top: -4px;
    left: -90px;
    color: #808080
    }

    #advanced_menu_toggle:before {
    padding-left: 10px !important;
    }

    #627605
    ShortieD
    Participant

    Hi there – I’m using the image captions that are overlayed on images using the Avia layout builder…see the ‘services’ ‘products’ and ‘book online’ tiles at the bottom of the page

    However when the site drops down to under 857px wide – these captions stay the same size and get cut off…

    I’ve tried addinga media query below – but this didn’t work – can you please let me know what I need to do to fix this? thanks

    MEDIA QUERY

    @media only screen and (min-width: 300px) and (max-width: 857px) {
    .av-image-caption-overlay {font-size: 16px !important;}
    }

    #627535

    It looks like in the shortcode.css file this block is preventing me from achieving what I’m after. The “!important” declaration being used here is frustrating me. I don’t edit the shortcode.css file in my child theme at present and wonder if this means I need to?

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption {left: 0; width:100%; padding:0;}
    .responsive #top .slideshow_caption h2{font-size: 20px !important;}
    .responsive #top .slideshow_caption .avia-caption-content{font-size: 13px !important;}

    #627384

    Hey traumkommode,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .home #av_section_1 h2.av-special-heading-tag {
        font-size: 30px!important;
    }}

    Best regards,
    Yigit

    #627291
    lzevon
    Participant

    I’m having trouble getting two responsive edits to work from information I culled from previous support posts. The code below might be slightly different from what I found in the forums only because previous iterations failed to work…

    /* mobile menu on tablet landscape */
    @media only screen and (max-width: 1024px) {
    #advanced_menu_toggle { display: block !important; }
    nav.main_menu { display: none !important; }
    }

    /* smaller caption title in fullwidth easy slider */
    @media only screen and (max-width: 320px) {
    h2 .avia-caption-title {
    font-size: 12px !important;
    line-height: 14px;
    }

    See the attached screen shots…

    Thank you

    #627254

    Hey vince47!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header .social_bookmarks li a {
        font-size: 18px;
        color: orange; 
    }

    Best regards,
    Yigit

    #627243

    In reply to: submenu width problem

    How can I change the width of the “sub-sub-menu”
    For the submenu I used this code:
    .av-subnav-menu .sub-menu { font-size: 15px; font-family: lato; width: 310px !important; }

    Thanks.

    #627200
    waveshaper
    Participant

    Hi Kriesi

    I am having a situation in resizing all my icons i use with iconbox
    If i resize one iconbox icons that others change as well, so one looks gaad but the rest are all off.
    I would just like all of my icons to be bigger and the same size.

    So as an example i used

    #top .iconbox .iconbox_icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 40px;
    }
    

    that took care of the “Why Choose Us” part on my homepage but now the rest of my icons are not aligned correctly.
    Is there a way to have them all the same size? so the icons on placed above would be the same size as icons placed to the left or right of content, how can i style them individually?
    Just need the correct CSS to use here, if you could point me in the right direction or maybe another post.
    Thank you for your time

    #627047
    stedia
    Participant

    I do see that my website is not creating very nice pages where I have used Color Section in combination with Special Headings. I also see that H1, H2 and H3 are nice on a desktop, but to big in size on mobile devices.

    What is the right way to handle the fontsize of these elements on mobile devices?

    Is there no trick to get for example 75% of regular size to be used on Mobile devices?

    If I have to resize all elements based on media queries in my CSS, that I have to do quite a lot of specifications.

    #626730
    traumkommode
    Participant

    Hello! I’m using Enfold Theme, and I installed the flat business demo. When I look at the site on a mobile device, the text I have entered as the heading in the Special Heading in the first Color Section does not get resized to fit the mobile… So I can manually reduce the text size and that is fine, but if I leave it at the optimum size for viewing on a computer, the text gets cut off on a mobile. Should this be resizing, or is that degree of responsiveness not built?

    See http://whole.drewwelsh.com

    Thanks!

    rogersparks
    Participant

    I have the following code in a button put into a text-element. Showing the generated code in the debugger window:

    [av_textblock size='' font_color='' color='']
    [av_button label='Additional 10% Off Today' link='manually,Javascript: alert("Message Here");' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    [/av_textblock]

    With the Javascript in the link, it always worked prior to 4.5 without a problem, and I use JavaScript throughout the site like this. It still works – the live page and Javascript operate, but the advanced editor now hangs with the “forever busy” icon”, and the elements are never shown, thus I can’t edit them without using the debugger window.

    I have taken all the remedial options suggested for 4.5 and nothing helps Enfold is at the latest version.

    I am a bit desperate to be able to change the page – on several sites.

    #626274

    Hey!

    1.) Bild wird für mobile bei mir angezeigt. Bitte leere deinen Browser Cache und checke es auch auf einem anderen smartphone.

    2.) Du kannst di Schrift verkleinern auf mobile mit diesem Code im Quick CSS Feld:

    @media only screen and (max-width: 767px) {
    h4.av-special-heading-tag {
    font-size: 40px !important;
    }}
    

    Passe ihn an wie du es brauchst.

    Gruß!
    Andy

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .slideshow_align_caption p {
        font-size:12px !important;
        max-width: 70% !important;
        float: right !important;
    }
    }
    

    Best regards,
    Rikard

    morten008
    Participant

    Hi,

    Love the theme and Im using it at http://www.mbaek.com. Thanks for making WP worth the while ;)

    I have 2 problems I hope u guys can help me with.

    1. How can I remove the black bar at the top of the page when seen on mobile? (see pic)

    Eksample of black bar at the top in mobile version

    2. How can I remove the Hamburger function which displays on mobile devices? I only have 4 links, which I hope to display under the header with smaller font-size, so that it fits the screen. I can only find an option to activate it for tablets and smartphones, but not an option to deactivate it and just show my 4 links.

    I have come to a solution on my tablet in portrait mode.

    Hope you guys can help ;)

    Thank you for your attempt as fixing my issue Josue. Unfortunately it may have looked right on “browser mobile editor” but reality was not the case. The input and button were not side by side.

    I think I failed to explain the problem properly so I will try again.

    As I tried to explain before we want to use the ENFOLD Mailchimp Newsletter Sign Up Widget:

    I had added the regular form to show you how we wanted it to look. Perhaps that was my mistake. I have rectified that and added my CSS to the Quick CSS.

    Here are the problems I am running into in browser:

    • When you squish the browser the button and text box go under the overflow and the text box overlaps on the words.
    • We would like it to slip to the next line instead.

    Obviously I know some of it is because I used positioning to force it to sit right. We want it to be one one line for browser but responsive enough that as you squish the browser it moves to the next line instead of disappearing in the overflow.

    Below is my CSS:

    /*Mailchimp Widget horizontal*/
    
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 1.5em;
        width: 55%;
        font-size:1.8vh;
        float: left;
        clear: none;
    }
    
    #avia_mailchimp_widget-2 h3.widgettitle {
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size:1.8vh;
        top: 12px;
    
    }
    
    #top .av-mailchimp-widget p {
        margin: 2px;
        min-width:125px;
        float: left;
        width: 25%;
        clear: none;
     
    }
    
    #top .av-mailchimp-widget .button {
        position: relative;
        left: 20px;
        margin-top: 0;
        min-width: 125px;
        width: 25%;
        padding: 14px;
        float: right;
        clear: none;
    }
    
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 35%;
        bottom:14px;
    }
    @media screen and (min-width:320px) and (max-device-width: 480px) {
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 0.85em;
        width: 100%;
        font-size:100%;
        float: left;
    }
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 0;
        bottom: 0;
    	overflow-x: inherit !important
    }
    #top form {
        margin-bottom: 20px;
    }
    #top .av-mailchimp-widget p {
        margin: 2px 0;
    }
    #top .av-mailchimp-widget .button {
        position: relative;
        margin-top: 5px;
        width: 75%;
        bottom: 4px;
    	overflow-x: inherit !important
    }
    }
    
    /* Landscape */
    @media screen and (max-device-width: 640px) and (orientation: landscape){
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 0.85em;
        font-size: 2.0vm;   /* IE9 */
        font-size: 2.0vmin;
        line-height: 20px;
        width: 60%;
        float: left;
    }
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 0;
        bottom: 0;
    }
    #top form {
        margin-bottom: 20px;
    }
    #top .av-mailchimp-widget p {
        margin: 2px 0;
    }
    #top .av-mailchimp-widget .button {
        position: relative;
        margin-top: 5px;
        width: 75%;
        bottom: 4px;
    }
    }
    
    /* #### Tablets Portrait or Landscape #### */
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .flex_column .widget .widgettitle, .content .widget .widgettitle {
        margin-top: 0.85em;
        width: 60%;
        float: left;
    }
    #top .av-mailchimp-widget fieldset, #top .av-mailchimp-widget form {
        margin: 0;
        position: relative;
        float: left;
        left: 0;
        bottom: 0;
    }
    #top form {
        margin-bottom: 20px;
    }
    #top .av-mailchimp-widget p {
        margin: 2px 0;
    }
    #top .av-mailchimp-widget .button {
        position: relative;
        margin-top: 5px;
        width: 75%;
        bottom: 4px;
    }
    }
    
    /* Mailchimp Success */
    .avia-form-success {
        text-align: center;
        border-style: solid;
        border-width: 1px;
        padding: 0px 0px;
        line-height: 1.4em;
        border-radius: 2px;
        float:left;
    }
    
    #625923

    Hi All,
    thanks,
    Sorry for not responding yet , it took a while since I became grandfather a bit earlier then expected. No time for Enfold :-)
    The CSS code is working , thanks @rwwood.
    I still think it should be possible in the way @josue showed with the video, just don;t know which item to choose.
    See the picture, its about the text under the menu, above the image, its the current active menu item. It now has the right font size, because of the CSS. But I would like to understand if it is also possible with the advanced styling.

    Dick Zirkzee Coaching
    http://www.debeweging.info/wordpress

    • This reply was modified 9 years, 12 months ago by DickZirkzee.
    #625825

    Hey!

    Please edit your file and remove Script tags

    jQuery(document).ready(function() {  
    
    var stickWidth = jQuery(".sticky-sbar ul li a").width()+32;
    var stickyBar = jQuery(".sticky-sbar").width()-stickWidth;
    jQuery(".sticky-sbar").css('right' , -stickyBar);
    jQuery(".sticky-sbar ul li a#see-me").toggle(
    function(){
    	jQuery(".sticky-sbar").animate({"right": 0});
    	//jQuery("a#see-me").css({"font-size":"16px","width":"30px"});
    	jQuery("a#see-me").text('X');
    	jQuery("a#see-me").css({"width":"25px"});
    },
    function(){
    	jQuery(".sticky-sbar").animate({"right": -stickyBar});
    	jQuery("a#see-me").text('April-Aktion');
    	jQuery("a#see-me").css({"width":"91px"});	
    }
    );
    
    });

    Cheers!
    Yigit

    #625815

    Topic: Headline Rotator

    in forum Enfold
    WP Turned UP
    Participant

    Hello. I’m trying to make this responsive. On iPad portrait, this element overlaps the left side of the underlying background. So, my thought was to add some padding to the right side of the Rotator container. That worked, but now there is a line height issue with the Rotator text. How do I control the line height of the Rotator text?

    Here is what I have.

    /* Enfold Headline Rotator text on iPad portrait */
    @media (min-width: 768px) and (max-width: 989px) {
    .av-rotator-text {
    font-size: 20px !important;
    line-height: 1.1em !important;
    }}

    /* Enfold Headline Rotator container on iPad portrait */
    @media (min-width: 768px) and (max-width: 989px) {
    .av-rotator-container {
    padding-right: 80px !important;
    }}

    Thank you,
    Ryan

    #625714

    Hey!

    I added following code to functions.php file of your child theme and removed HTML code from your page

    function custom_link_target(){
    ?>
    <script type="text/javascript">
    
    jQuery(document).ready(function() {  
    
    var stickWidth = jQuery(".sticky-sbar ul li a").width()+32;
    var stickyBar = jQuery(".sticky-sbar").width()-stickWidth;
    jQuery(".sticky-sbar").css('right' , -stickyBar);
    jQuery(".sticky-sbar ul li a#see-me").toggle(
    function(){
    	jQuery(".sticky-sbar").animate({"right": 0});
    	//jQuery("a#see-me").css({"font-size":"16px","width":"30px"});
    	jQuery("a#see-me").text('X');
    	jQuery("a#see-me").css({"width":"25px"});
    },
    function(){
    	jQuery(".sticky-sbar").animate({"right": -stickyBar});
    	jQuery("a#see-me").text('April-Aktion');
    	jQuery("a#see-me").css({"width":"91px"});	
    }
    );
    
    });
    
    </script>
    <div class="sticky-sbar" style="right: -280px;">
    <ul>
    	<li><a href="#" id="see-me">AKTION!</a><span><span style="font-size:18px">10% Rabatt</span></style><br/>Im April bieten wir 10% Rabatt auf alle Trauringe<br/><a href="#" rel="nofollow">Termin vereinbaren</a></span></li>
    	</ul>
    </div>
    <?php
    }
    add_action('wp_footer', 'custom_link_target');

    Please review your website now

    Best regards,
    Yigit

    • This reply was modified 9 years, 12 months ago by Yigit.
    #625413

    Topic: Problem with the menu

    in forum Enfold
    mewmew21
    Participant

    Good Morning,

    I Have probem with the menu you can look two screen here :

    http://www.noelshack.com/2016-18-1462140491-capture-d-ecran-2016-05-02-a-00-06-34.png (in this one i just wan’t in one line)
    http://www.noelshack.com/2016-18-1462140491-capture-d-ecran-2016-05-02-a-00-06-41.png (with this one the menu is cut)

    I had this code in my CSS :

    .av-main-nav #menu-item-3484 ul {
    left: -130px;
    }
    li#menu-item-3407 ul.sub-menu {
    width: 100%;
    }
    .current-menu-item > a > .avia-menu-fx {
    display: none;
    }
    {
    font-family: ‘din_lightregular’, Tahoma, Geneva, sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4em;
    }

    But it’s doesn’t work.

    Best Regard,
    Noé

    #625214
    successisus
    Participant

    Hi there,

    i have recently updated wordpress etc..

    My menu seems to have changed.
    I am using a child theme.

    Will you please visit the site and see what I need to change to widen my submenu links out again.
    They have become way too narrow.

    Also here is what i have in quick css:
    This is what was there before but is possible i have something wrong anyway.
    .logo {
    visibility: hidden !important;
    }

    #top #header .mega_menu_title a { font-size: 12px;}

    #top #header .avia_mega_div > .sub-menu.avia_mega_hr {
    padding-top: 5px; }
    #top #header .avia_mega_div > .sub-menu {
    padding: 5px 10px 10px; }

    .main_menu ul:first-child > li > a{
    padding: 0 6px !important;
    }

    .main_menu ul:first-child>li>a {
    font-size: 12px;
    }

    .sub-menu{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    }
    .sub-menu li > a {
    font-size: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
    .avia_mega_div .avia-bullet{
    margin-top: 1px;
    }

    #top #header .mega_menu_title a {
    font-size: 12px !important;
    line-height: .8em !important;
    min-height: 15px;
    }

    #header .mega_menu_title {
    font-weight: 500 !important;
    }

    End

    Thank you

    #625014

    Try adding

     h1.main-title.entry-title {
         font-size: 20px;
    }

    to quick css on the general styling page.

    #624937

    Hi Ismael,

    I have added the code to the Quick CSS in the general styling section, adjusted the font size, cleared my cache and hard refreshed and it’s still not working, could you advise. Thanks

    Hey Prosafe-Folien,

    Thank you for using Enfold.

    The text or captions should be responsive. Please provide a link to the page so that we can adjust the font size if needed. Use this to adjust the font size on mobile screens:

    @media only screen and (max-width: 767px) {
    .avia-caption-title {
        font-size: 2em;
    }
    
    .avia-caption-content {
        font-size: 11px;
    }
    }

    Best regards,
    Ismael

    #624868

    Hi,

    Use this css code to control the caption below the gallery:

    #top .avia-gallery .avia-gallery-thumb a:after {
        margin: 0px !important;
        padding: 15px 20px 20px;
        display: block;
        float: left;
        text-align: left;
        font-size: 20px !important;
        line-height: 1.2em;
    }

    Best regards,
    Ismael

Viewing 30 results - 11,371 through 11,400 (of 18,743 total)