Viewing 30 results - 15,361 through 15,390 (of 18,732 total)
  • Author
    Search Results
  • #341685
    #341667

    FOR INFO : not urgent at all…

    Hey Yigit!
    Well… I would have liked to have a bigger font size for “my custom message”, have more vertical space between “my message” and the “mot de passe” label… and also a bigger button (styled like the one on my contact page for example). And also – eventually – have all elements centered in the page.
    But at he same time I don’t want those changes to “impact” on other contact forms of the theme… is this workable ?
    Actual font size of my “custom message” seems to be the same than the contact form one on my contact page… that’s why I’m asking this… -> Is there a way to have a bigger font size for my “custom message” on this page, without impacting the one other contact forms used on the site… ?

    Thanks in advance Yigit!
    Cheers!
    Marie

    #341657

    Hi!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
    What exactly would you like to change “line-eight and button”?

    Best regards,
    Yigit

    #341585
    niquelao
    Participant

    Hi all,
    when I add a promobox, in certain conditions, a </p> tag is added without any opeing <p>, and in nosense places (for instance, at the beginning of the box). The w3 validator detected it.

    To be honest, I don’t know if I’m doing something wrong, or how critical this is. The browser did not complained.

    This is the code generated (simplified):

    <div class='av_promobox avia-button-yes  avia-builder-el-9  el_after_av_one_half  el_before_av_textblock '>
    <div class='avia-promocontent'>
    </p>
    <h2>Title</h2>
    <p>text</p>
    </div>
    <div class='avia-button-wrap avia-button-right '><a href='...' class='avia-button avia-icon_select-yes avia-color-blue avia-size-large avia-position-right '   ><span class='avia_button_icon' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><span class='avia_iconbox_title' >PRESS ME</span></a>
    </div>
    </div>

    And this is the shortcode (copied from the debug box):

    [av_promobox button='yes' label='PRESS ME' link='page,332' link_target='' color='blue' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='yes' icon='ue86d' font='entypo-fontello']
    <h2>Title</h2>
    Text
    [/av_promobox]

    I have troubleshoot that, if the text start by a paragraph and not by a header, it does not happen.

    Should I change anything or forget about it?

    thnx in advance

    onegirlrtw
    Participant

    Example Pricing Table

    Hello! I would like to change the text font and size within the Default Row and Pricing Row (as per the above example). Is it possible to do this? I tried using <div> tags within the text file to reduce the “/month” text after price listed but so far it’s not working :(

    #341385

    In reply to: Logo Overlapping Menu

    Hi!

    You can also adjust the font size:

    @media only screen and (max-width: 1028px) {
    #top #header .av-main-nav > li > a {
    font-size: 13px;
    }
    }

    Cheers!
    Ismael

    #341376

    In reply to: Responsive Options

    Hi,

    I just tried another simple code for smaller body text sizes on movile devices but doesn’t work again!

    I added custom font size while building the pages for some text blocks exp. 17px. Then I have tried this code;

    @media only screen and (max-width: 480px) { body { font-size: 14px !important; } }

    What is happening witdh Enfold? The codes befor big update of 3.0 biggest part of them don’t work exactly!

    Regards

    #341360

    Hi phausner!

    Thank you for using Enfold.

    You can use this on Quick CSS to remove the top border:

    div#header_main_alternate {
    border-top: none;
    }

    Change the font size on Enfold > Advanced Styling panel. Insert the Main Menu Links element.

    Best regards,
    Ismael

    #341353

    Hi Ismael,

    At the sub level menu links on Enfold > Advanced Menu Styling panel, I only find Font, Background Color, Border Color, Font Size and Line Height. No Hover Color,

    Could you more precise tell me ?

    Note. My hover color is white, so when hover, the text sub menu link are not seen.

    Thank you

    #341342

    Hey datadirt!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css:

    .title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 11px;
    position: relative;
    right: 0;
    top: 50%;
    margin-top: -7px;
    }

    Cheers!
    Ismael

    #341282

    In reply to: Search box styling

    Hey Holger!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css to adjust the search box:

    #top #s {
    height: 50px;
    }
    
    #top #searchsubmit, .ajax_load {
    width: 40px;
    height: 50px;
    line-height: 40px;
    }
    
    input#s[placeholder] {
    font-size: 18px;
    }

    Use this on functions.php to remove the placeholder on focus:

    function remove_placeholder(){
    ?>
    <script>
    jQuery(window).load(function(){	
    	jQuery('input,textarea').focus(function(){
    		$(this).removeAttr('placeholder');
    	});
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_placeholder', 10);

    Regards,
    Ismael

    #341108

    Hey!

    Try adding this code to the Quick CSS (adjust as needed):

    span.avia-menu-subtext{
    font-size: 16px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    Cheers! 
    Josue

    #341071

    Hey!

    Modify the submenu code to this:

    .sub-menu .avia-menu-text {
        text-transform: none !important;
        font-size: 14px;
        letter-spacing: 1.2px;
    }

    Add this to tighten the space in the submenu:

    .sub-menu a {
        padding: 4px 15px !important;
    }

    Best regards,
    Josue

    #341031

    Topic: Search box styling

    in forum Enfold
    Holger Zscheyge
    Participant

    Hi,

    is there a way to style the standard search box in Enfold? Here’s what I would like to do:

    1) Increase the height of the search box
    2) Make the placeholder text more visible (i.e. darker color, bigger font size)
    3) Let the placeholder text disappear on focus (i.e. when I place the mouse cursor in the search box)

    Also, a minor issue – the search box on our homepage (infotropic.ru) is not vertically centered within the video background section. I did add the search box via a widget module. Didn’t have that issue with a text module.

    Best regards,
    Holger

    #341024

    Great !!! Thank you thank you Ismael :)
    I made my changes.

    Last question : if I want to have a bigger font size, line-eight and button what class should I put in my child css file ?
    Thanks for your help, once again!

    Regards,
    Marie

    #341007

    Hey!

    Try adding this code to the Quick CSS:

    .avia-menu-text {
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1.8px;
    }
    .sub-menu .avia-menu-text {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1.2px;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #340881

    Hey!

    I’m sorry but we only provide support for theme related issues. Please hire a freelance developer for theme customization.

    1.) The category sort functions is available for Blog Grid element. You can only use it on Masonry and Portfolio Grid elements.

    2.) You can change the thumbnail size using the Simple Image Sizes plugin.

    3.) Enable the post navigation on mobile device with this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
    display: block;
    }
    }

    4.) Comment count will only show on single post pages not on the blog overview page. You can enable it on Enfold > Blog Layout > Blog Post Comment Count. If you want to show it on the blog overview page. Please hire a freelance developer to modify loop-index.php file.

    5.) Please provide a link to the actual page where this is happening.

    6.) The slider container will depend on screen size. You can hide it on mobile device using media queries then show another elements instead. You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    7.) Edit the font on Enfold > Advanced Styling panel or add this on Quick CSS:

    body, body p {
    font-size: 20px;
    }

    8.) You can use the css above. Use the line-height property for paragraph spacing.

    Regards,
    Ismael

    #340813

    In reply to: Remove Icons

    Hi stu_art!

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

    .iconbox_top .iconbox_icon { display: none; }
    body .av-special-heading.classic-quote > * { font-family: Baskerville; }

    This should take care of 2 and 4. For 1, please make sure to upload image in original size, now it is resized, that is why it is blurry. For 3, can you post a screenshot and point out the element you would like to edit?

    Regards,
    Yigit

    #340699

    In reply to: Countdown on Mobile

    Hi!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .av-countdown-time-label { font-size: 11px; }}

    Cheers!
    Yigit

    #340655

    Hi!

    Please add following code to Quick CSS

    #js_sort_items { font-size: 16px; }
    .sort_by_cat { left: 40%; position: relative; }

    You may need to adjust left value to center it perfectly

    Cheers!
    Yigit

    #340628

    Hey iclarity!

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

    .special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
    }

    Cheers!
    Yigit

    #340485

    In reply to: Responsive Options

    This reply has been marked as private.

    Hey DaveL77!

    Thank you for using Enfold.

    1.) Add this on Quick CSS or custom.css:

    #commentform label {
    position: absolute;
    left: 10px;
    font-size: 11px;
    top: 0;
    }

    2.) No, you can’t add a pop up error message without creating a custom script. Unfortunately, this particular task is beyond the scope of support, please hire a freelance developer for further customization or try this plugin: https://wordpress.org/plugins/wp-ajaxify-comments/

    Regards,
    Ismael

    #340467

    Hi Ismael

    Thanks for getting back to me. My main concern at this stage is not the list-style, it is the ? in the “Read More” link as per my description above.

    the images are selected at the larger image size. It is generally also the fonts and images that are fuzzy and not clear on retina.

    Thanks, Corina

    #340439

    Topic: promobox in sidebar

    in forum Enfold
    graphico
    Participant

    hello devs,
    i put a promo box inside a text box in the sidebar of my blog. here’s the code i put in the widget:

    <div class="av_promobox avia-button-yes  avia-builder-el-28  el_after_av_hr  avia-builder-el-last ">	<h4>EASY BACKUPS MADE SAFE.</h4>
    CloudAlly provides online secured daily backups for Office 365, Google Apps, SharePoint,  Salesforce and more. 
    Backup all your data online in one place..<br><br>
    <div class="avia-button-wrap avia-button-center "><a href="" class="avia-button avia-icon_select-no avia-color-custom avia-size-large avia-position-center " style="background-color:#f3ae08; border-color:#f3ae08; color:#444444; "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Sign up now</span></a></div>	</div></div>

    as a result, the other widget elements (i have search widget, recent posts widget, category widget) are loosing their left padding and now are sticking to the sidebar vertical line. how can i get them to be with the same padding they were prior to my adding the promo box?

    before adding promobox to text widget
    after adding the text widget that contains the promobox

    p.s: this is not causing the problem, but i thought i might mention: in the quick css i put this code to make the button to be below the text (otherwise it is placed on top of the text):

    .widget .av_promobox .avia-button-wrap .avia-button {
        float: none !important;
        position: static !important;
        margin-top: 0 !important;
    } 
    #340225

    Hey!

    Please add following code to Quick CSS as well

    span.copyright {
    width: 100%;
    text-align: center;
    font-size: 16px;
    }

    Regards,
    Yigit

    #339921

    That worked! but it took me a little to figure it out, I basically had to go and add tags to all my posts, next time will be useful to tell people they have to add tags.

    There are a couple of other things that I want to improve. I have broken them down. I apologize before hand if its too much and I thank you guys for taking the time. I find this to be much easier in the long run that posting one by one.

    1. How do you add the second menu bar with the categories on blog grid? It does appear on Masonry Blog but I was hoping to add it to Blog Grid

    This is how appears on masonry blog https://www.dropbox.com/s/f5l3rf6tsnbg8ay/Screenshot_2014-10-20-22-02-00.png?dl=0
    This is how appears on blog grid https://www.dropbox.com/s/azkp9qb6t5uxr95/Screenshot_2014-10-22-23-47-01.png?dl=0

    2. How do you make images bigger on normal posts? https://www.dropbox.com/s/yiv9nu9hbj34nmo/Screenshot_2014-10-20-22-03-18.png?dl=0

    3. I noticed that when you are in a blog there are 2 arrows that show the next and previous post, when you hover over them, they open and show you an image with the name of the next post. How do you do this on mobile?

    I took this picture from Highend theme, I was wondering if something similar can be done.
    https://www.dropbox.com/s/frq94su1sed3tkh/Screenshot_2014-10-20-22-04-35.png?dl=0

    4. the replies count does not appear anywhere

    this is how it shows on enfold https://www.dropbox.com/s/gy0b05njlaqld94/Screenshot_2014-10-22-23-48-41.png?dl=0
    this is how it shows on my website https://www.dropbox.com/s/4gnnnfobjs34c7z/Screenshot_2014-10-22-23-47-21.png?dl=0

    I wonder why is not showing.

    5. In the masonry blog, when using mobile I notice that pictures that are put as landscape get omitted, looking something like this:
    https://www.dropbox.com/s/zl565itktw5l9qh/Screenshot_2014-10-22-23-54-08.png?dl=0

    I also noticed that in your theme demo this happens as well, if you pay attention the first post does not show and gets cut off https://www.dropbox.com/s/yst4tddqzqur31g/Screenshot_2014-10-23-00-18-44.png?dl=0
    and it looks very ugly.

    6. Is there anyway to make the accordion bigger on both mobile and desktop? Specially Mobile, its just to small https://www.dropbox.com/s/h7e7ev4mxyiigoh/Screenshot_2014-10-23-00-53-55.png?dl=0

    7. Is there a way to make the Main Content font bigger as well?

    this is what my website looks like https://www.dropbox.com/s/adbl8ag5u840o12/Screenshot%202014-10-23%20at%202.14.49%20AM.png?dl=0
    this is what I want it to look like https://www.dropbox.com/s/cgq77u31orp0u9n/Screenshot%202014-10-23%20at%202.14.41%20AM.png?dl=0
    I was also wondering if you guys provide drop caps

    8. How do you make the spacing between lines bigger? Is there anyway to change the style in the css to alter the font size as well as the spacing? if so where do i search for the line and what do i do?

    I know I can do that if i install a plugin but I will have to do that for every single post. I already tried advance styling and it didn’t work properly because you can only change headings and menu links in there.

    I had a couple of other issues but for some weird reason they got fixed after I imported the demo files for the new blog demo overwriting my current theme options. And then importing once again the enfold theme files.

    Hi onegirlrtw!

    Thank you for using Enfold.

    Please edit functions.php, find this code on line 386:

    $tc1     = "            <span class='entry-title'>{$the_title}</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
                $output .= $key == 'prev' ?  $tc1.$tc2 : $tc2.$tc1;

    Replace it with:

    $tc1     = "            <span class='entry-title'>{$the_title}</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
    			$tc3     = "            <span class='entry-text-prev'>Previous Post</span>";
    			$tc4     = "            <span class='entry-text-next'>Next Post</span>";
                $output .= $key == 'prev' ?  $tc3.$tc1.$tc2 : $tc4.$tc2.$tc1;

    Add this on Quick CSS or custom.css:

    span.entry-text-prev, span.entry-text-next {
    font-size: 11px !important;
    position: absolute;
    }

    Cheers!
    Ismael

    #339641

    Hey jomaylab!

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

    #js_sort_items { font-size: 16px; }
    .grid-entry-title { font-size: 18px; }

    Regards,
    Yigit

    #339639
    jomaylab
    Participant

    Hi guys,
    i need to increase the font size in the portfolio i’m woriking for.
    Check the link with a screenshot: http://i61.tinypic.com/zva2p5.jpg

    I need to increase the font size of point 1 and 2. I didnt find anything in your documentation.
    Hope you can help me.
    have a nice day
    Gianfranco

Viewing 30 results - 15,361 through 15,390 (of 18,732 total)