Viewing 30 results - 18,301 through 18,330 (of 18,727 total)
  • Author
    Search Results
  • #29050
    mirzepapa
    Participant

    Hi,

    thanks to all your kind help for http://www.musikzentrale.net, so i could figure out different settings to get the responsive design working.

    But all of a sudden, the responsive menu is gone and i do not have a glue, why? where?

    Here are my settings from custom.css:

    /* Add your Mobile Styles here */
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 6px;
    font-size: 11px;
    }

    .main_menu {
    margin-right: -50px;
    }

    .logo img {
    width: 120px;
    padding-top: 0px
    }

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #menu-item-1357 > .avia_mega_div {
    width: 700px;
    }

    #header .avia_mega_div{
    left: -150px;
    }

    Thanks for helping me out … again ;-)

    Regards, Sebastian.

    Hi,

    You can’t use the Advance Layout Editor and the Default Editor simultaneously. You need to pick which one you want to use. Although, you can switch the Advance Layout Editor to debug mode. The actual shortcode will be rendered below the Advance Layout Editor.

    To switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:

    [av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_promobox]

    Regards,

    Ismael

    #139244

    Hi Marssolutions,

    You can add in a shortcode for a button at a layer. Just add the shortcode data directly into the Div/video field. Eg:

    [av_button label='Click me' link='manually,http://google.com' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='no' icon='25']

    Regards,

    Devin

    #138532

    Thank you, Yigit! It works! :)

    #28893
    crevlon
    Participant

    Ich habe auf http://www.marcobehrens.com/home ein Layer Slider mit Kontakt Form erstellt.

    Das Formular ist so aufgebaut:

    “<font color=”white”><span style=”font-size:0.5em”>Deine E-M@il-Adresse*</span>

    [email* your-email][submit “Ketten sprengen!”]”

    Warum ist im Layer Slider der “Ketten sprengen!” Button NICHT rechts neben dem E-Mail Feld SONDERN unter ihm?

    #138531

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options

    html[lang="zh-hans"] #socket .sub_menu_socket { font-size: 21px }

    Regards,

    Yigit

    #138530

    Thank you, Josue. It works! :)

    Sorry I forgot to ask about the footer menu. It, too, is very small. How can I change the footer font size?

    #138845

    In reply to: Font Size

    Thanks!

    #138916

    In reply to: Text Block font size

    Hey,

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”.

    You can use something like this on your custom.css or Quick CSS:

    .avia_textblock.awesome-textblock p {
    background: blue;
    padding: 10px;
    font-size: 20px;
    }

    Regards,

    Ismael

    #138915

    In reply to: Text Block font size

    Hi Ismael,

    This helps, but I only want it for certain textblocks. For example I’ll need multiple text blocks on a single page, but they’ll need to be different in size..

    Is there an ID that I can assign?

    How would the CSS look for that?

    Thanks Ismael!

    #138914

    In reply to: Text Block font size

    Hey,

    You can add this on your custom.css or Quick CSS to change the font size of the Text Block element:

    .avia_textblock p {
    font-size: 20px;
    }

    Regards,

    Ismael

    #28869

    Topic: Text Block font size

    in forum Enfold
    cyrusis
    Participant

    Hi there,

    I need to change the font size in certain text blocks in the manner it was designed for this theme.

    I understand that I can just add basic html to change the font size but I’d imagine there should be a better way? When I add the html and save, it works. But when I go back to edit anything, it gets all screwy and resets.

    Thanks.

    #138529

    Hi,

    Try adding this CSS code to the Quick CSS or the custom.css file:

    html[lang="zh-hans"] #top .main_menu .menu li > a{ font-size: 21px }

    Change 21px for the desired size.

    Regards,

    Josue

    #138528

    Hi Josue,

    Please check http://acutta.com/template/?lang=zh-hans.

    Thank you,

    #138844

    In reply to: Font Size

    Hi Lea,

    Please add following code to Quick CSS

    body { font-size: 16px; }

    It’s 13px by default

    Regards,

    Yigit

    #28850

    Topic: Font Size

    in forum Enfold
    500Webmaster
    Participant

    Hi,

    I’m not at all css-savvy, so please bare with me – how do I change the default size of text body font/general font?

    Thanks,

    Lea

    #138686

    Hi,

    Please add this code to Quick CSS

    #js_sort_items a.active_sort { color: black!important; }

    #js_sort_items a:hover { color:red!important; }

    #js_sort_items a { color: blue!important; font-size:16px; }

    This will change color of filters on all states and increase the font size.

    To include text on filter, please open your WordPress directory and go to Enfold > Config-templatebuilder > Avia-Shortcodes and open Portfolio.php file and find this code in line 385

    $output .= "<div class='sort_by_cat {$hide} '>";

    And change it to

    $output .= "To Filter Click The Following:<div class='sort_by_cat {$hide} '>";

    Regards,

    Yigit

    #28802
    stunna42
    Participant

    Hello – If you turn sorting on, you see a lovely set of filters above the given portfolio. Two questions about this:

    1. How can I change the font size, color, etc. of this for **only** the portfolio on: http://thecaloriemythbook.com/sane-recipes?

    2. How can include text such as “To Filter Click The Following:” before the filters?

    Thank you

    #138632

    WordPress and Enfold are both up to date (made sure of that this morning before I started working). I’m still getting the issue. (it’s also affecting my news feed as well). Website URL: http://learnfxc.com/beta1/

    Code for the news feed:

    ‘<script type=”text/javascript”>

    <!–

    rssmikle_url=”http://www.dailyfx.com/feeds/forex_market_news&#8221;;

    rssmikle_frame_width=”100%”;

    rssmikle_frame_height=”350″;

    rssmikle_target=”_blank”;

    rssmikle_font=”Arial, Helvetica, sans-serif”;

    rssmikle_font_size=”12″;

    rssmikle_border=”on”;

    rssmikle_css_url=””;

    rssmikle_title=”on”;

    rssmikle_title_bgcolor=”#0066FF”;

    rssmikle_title_color=”#FFFFFF”;

    rssmikle_title_bgimage=”http://&#8221;;

    rssmikle_item_bgcolor=”#FFFFFF”;

    rssmikle_item_bgimage=”http://&#8221;;

    rssmikle_item_title_length=”55″;

    rssmikle_item_title_color=”#676767″;

    rssmikle_item_border_bottom=”on”;

    rssmikle_item_description=”on”;

    rssmikle_item_description_length=”150″;

    rssmikle_item_description_color=”#666666″;

    rssmikle_item_date=”off”;

    rssmikle_item_description_tag=”off”;

    rssmikle_item_podcast=”off”;

    //–>

    </script>

    <script type=”text/javascript” src=”http://feed.mikle.com/js/rssmikle.js”></script&gt;

    <div style=”font-size:10px; text-align:right;”>

    Feed Widget

    <!–Please display the above link in your web page according to Terms of Service.–>

    </div>

    #138527

    Hi,

    Can you post the link to your website please?

    Regards,

    Josue

    #28776
    #138380

    Hey,

    Edit css > grid.css, find this code:

    #Tablet (Portrait)

    You fix the overlapping menu using this:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 12px;
    }
    }

    Regards,

    Ismael

    #28756
    jackyking
    Participant

    Hi,

    How to change font size in non-English version menu?

    Because there is no font available for the second language we use for our site, the size selected by default is kind of small. What’s the syntax to use for the Quick CSS field so I can make the menu font bigger?

    Thanks

    #138206

    Hi Andy,

    Try adding this code to the Quick CSS:

    .grid-entry-title{ font-size: 3em; }

    Change “3em” for the desired size (ex: 4em, 5em, 6em).

    Regards,

    Josue

    BeeCee
    Participant

    Hi,

    I have created a simple page without the Avia Layout Builder and discovered, that I cannot use right a h3 or h5 tag with creating my own selectors, or have I done something wrong?

    Here is the content of this test page:

    <h3 class="h3headline"><span class="h3background">This is headline 3 with stripes at the left and right</span></h3>

    <h5 class="h5headline"><span class="h5background">This is headline 5 with stripes at the left and right</span></h5>

    And the CSS for this:

    .h3headline {

    background: url("../images/shared/stripes.gif") repeat-x scroll center 10px !important;

    font-weight: normal !important;

    letter-spacing: 2px !important;

    margin-bottom: 12px;

    margin-top: 20px;

    padding: 2px !important;

    text-align: center;

    width: 100%;

    }

    .h3background {

    background-color: #FFFFFF;

    color: #BCA7B8;

    font-size: 15px !important;

    letter-spacing: 2px !important;

    padding: 2px 10px;

    text-align: center;

    text-transform: uppercase;

    font-weight: normal;

    }

    Same for the h5 (.h5headline and .h5background).

    It should show up like this

    In fact with these CSS and the code above, it doesn’t center and doesn’t show the stripes (path is right!), but with Firebug I discovered weird things concerning the h3 and h5 tags:

    Where do these double quotation marks coming from and these backslashes?

    Are there anyway coded in a theme’s file?

    My site is still in maintenance mode, so I hope these screenshots help. Thanks.

    #28644
    andypeck
    Participant

    Hi there,

    at the moment both the ‘grid entry title’ and the ‘blog entry post title’ inherit the h3 tag. However, I want the portfolio grid entry title font to be bigger than the size used for my blog posts highlights. These can be seen on the home page of my site…. http://www.andpeck.co.uk

    How do I change this?

    Regards

    Andy

    #137991

    In reply to: Icon box text size

    Hi!

    Sure – you can use following css code

    #top .iconbox_content p{
    font-size: 22px;
    }

    Best regards,

    Peter

    #136702

    I understand completely, Devin. Unfortunately, for several reasons, one being this forum is indexed, I simply can’t make this site live to the public as of now. I will, however, post what I’ve done so far to help anyone whom might be looking to add this, what I consider to be common, feature when working with woocommerce.

    Here’s a screenshot of what I’ve managed to do so far:

    https://dl.dropboxusercontent.com/u/17031532/expo_navigation_menu_updated_2.png

    EDIT HEADER.PHP AND ADD:

    (Refer to Ismael’s post above.)

    (I’ve moved this above, below, and in between <div id=’header_main’ class=’container_wrap container_wrap_logo’> with no success, as it’s still covered by the main container, but maybe one of you can get it working.)

    ADD THIS TO YOUR QUICK.CSS OR CUSTOM.CSS:

    #right-header {

    position: absolute;

    height: 80px;

    line-height: 80px;

    right: 151px;

    }

    #right-header a {

    display: inline-block;

    height: 80px;

    }

    #right-header a.login {

    padding-bottom: 40px !important;

    height: 80px;

    width: 70px;

    font-family: “proxima-nova-alt”,sans-serif;

    font-style: normal;

    font-weight: 700;

    font-size: 13px !important;

    text-transform: uppercase;

    letter-spacing: 2px;

    color: #919191;

    }

    (Obviously, you’ll have to adjust this css to fit your needs. For example, I’m using a custom font from Typekit, which most of you won’t need.)

    Thanks to you both, Devin & Ismael, for your support,

    Benjamin

    #28573

    Topic: Icon box text size

    in forum Enfold
    virtuosodurham
    Participant

    Hello

    I’ve changed my font size to 22px and its effected the text size in the icon box (of course). I wondered if you could tell me some custom css coding so I can reduce the size of the text in the Icon box (without effecting the size of the text in the rest of the website).

    Thanks

    #136608

    Hi!

    Please insert following code into the quick css field

    #top .social_bookmarks_youtube {
    text-indent: -25px;
    line-height: 30px;
    font-family: 'youtubefont';
    font-size: 1.5em;
    }

    Best regards,

    Peter

Viewing 30 results - 18,301 through 18,330 (of 18,727 total)