Viewing 30 results - 15,451 through 15,480 (of 18,732 total)
  • Author
    Search Results
  • #334719

    Hi aadler!

    Thank you for using Enfold.

    Can you please provide a screenshot of what you’re trying to do? You can adjust the size of the iconbox icon with this:

    #top .iconbox.av-no-box .iconbox_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    }

    Use css media queries if you only want to apply it on tablet screen size.

    Regards,
    Ismael

    Hey Dominik!

    Thank you for using Enfold.

    From what I understand, you want the same logo like the Kriesi site. You can add this on functions.php:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    
    function kriesi_logo_addition($sub) {
    	$sub .= "<strong class='logo-title'>Company Name</strong>";
    	$sub .= "<strong class='logo-title logo-subtitle'>Additional Text Here</strong>";
    	return $sub;
    }

    Adjust the position of the subtext with this on Quick CSS or custom.css:

    .logo, .logo a {
    overflow: visible;
    width: 100%;
    }
    
    span.subtext {
    position: absolute;
    top: 0;
    left: 200px;
    }

    Use this for the subtext transition:

    #top .logo-title {
    transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    font-size: 12px;
    color: #000;
    position: absolute;
    left: 7px;
    top: -7px;
    opacity: 1;
    white-space: nowrap;
    }
    
    #top .header-scrolled .logo-title {
    opacity: 0;
    filter: alpha(opacity=0);
    }

    Cheers!
    Ismael

    #334501
    mrussell1984
    Participant

    Hi there,
    I just bought your theme a few days ago and after setting everything up I seem to be having issues with editing. I’ve tried editing the parent theme through the theme options and also additional CSS and I’ve also installed your child theme version and tried both ways there. Nothing seems to update when I change colors etc.

    I installed the demo content but no colours really seem to load and a lot of styling seems to be missing from it. It said installed successfully but maybe I have done something wrong.

    I also tried to upload my logo and insert it but it never appears it just has a link saying my website. I have the logo at the required size.
    UPDATE: The theme wouldn’t recognise a logo that was uploaded and stored in the gallery but it did allow me to enter a URL and display it that way,

    I also tried to do what you have in your documents to add another Google font but after adding the function to child them and testing and then parent theme neither seem to work.

    My site is listed below

    Thanks
    Michael

    • This topic was modified 11 years, 5 months ago by mrussell1984.
    #334391

    Hi wonderfultravel!

    In my professional opinion, the best way around this would be to decrease the font-size by 1px.

    Add the following code to Quick CSS or custom.css

    .av-main-nav > li > a {
        font-size: 12px;
    }
    

    Cheers!
    Arvish

    #334197

    Hey Ismael,

    I fixed it finally. The previous “mail to” link (in the Contact Widget) was not correct and was then making some mess on the following widget “Pages”… Position et font size for “Pages” are perfect now (and I didn’t have to put your last code / the correction of the “mail to” link was enough to put things back properly). Thank you !

    Kind regards,
    Marie

    #334193

    Hi!

    It is still not very clear as to which element you wish to change the font-size and color for.

    If it is the entire body, add this code to Quick CSS:

    body {
        font-size: 16px;
        color: #000;
    }

    Otherwise, please let us know which elements you need a font size and color change for and we shall gladly assist.

    Regards,
    Arvish

    Hey TheProductionHouseEvents!

    Thank you for the heads up.

    Please use this on Quick CSS or custom.css to resize the submenu on smaller screen size:

    @media only screen and (max-width: 1113px) {
    #top .av-subnav-menu > li > a {
    padding: 0px 5px 0px 7px;
    font-size: 11px;
    }
    }

    Cheers!
    Ismael

    #334139
    fulanoinc
    Participant

    Hi there,

    I’m not using a child theme and am trying to use the font Gotham through cloud.typography.com. I pasted the initial code snippet into the head tag and added my CSS to the custom.css file—doesn’t work. I made changes to both custom and base and nothing works. What up with this?

    Code in Header:
    <link rel=”stylesheet” type=”text/css” href=”//cloud.typography.com/7904912/799986/css/fonts.css” />

    Custom.css file:
    body {
    font-size: 14px;
    line-height: 24px;
    font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: #000;
    -webkit-text-size-adjust: 100%;
    }

    None of this does anything.

    Thanks

    #334027

    Hey kristjanotsmann!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia-content-slider blockquote {
    font-size: 19px;
    }

    Cheers!
    Yigit

    #333974
    silviouk
    Participant

    Hi there,

    I’ve been trying to alter the size of the font in the box that can be placed on the google map feature. I think it’s called a tool tip box. currently the text in the box (an address) is too big and is causeing a scroll bar to appear in the box.

    Please could you forward a custom css to change this?

    Thanks in advance.

    Silvio

    #333901

    Hey!

    Please add following code to Quick CSS to increase its size

    #top .widget_nav_menu ul ul li:before { font-size: 25px; }

    Cheers!
    Yigit

    #333734
    Effektid
    Participant

    I’m trying to hide a shortcode button depending on the screen size, there should be different links when if it’s desktop or mobile, so I have to switch betwen two buttons.

    But I wonder why the following code don’t work? If I use a color section, I can set an ID, but the color section don’t fit the layout of this page. I have also tested to use a code block, men then the shortcode isn’t generated, I get no button, just the shortcode on the page! Preciate some suggestions how this could be done.

    Quick-CSS: (This is just a small part of the CSS)
    #desktop-btn {
    display: none;
    }

    I added this in a text-block
    <div id=”desktop-btn”>[av_button label='Text' link='manually,http://link' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello']</div>

    Also when I just try a simple link like this:
    Text
    and use this in Quick CSS, there is no effect!? What could be the reason for this?

    #desktop-link {
    display: none !important;
    }

    • This topic was modified 11 years, 5 months ago by Effektid.
    #333728
    bluesky1
    Participant

    Hello support

    while testing my site with http://tools.pingdom.com/
    it appears that some woff files are slowing down the uploading of my home page:

    http://www.mysite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3
    http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff
    http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff

    how can i delete them to reduce the size of my home page without disturbing my actual page.

    thank you for your reply

    Bluesky1

    • This topic was modified 11 years, 5 months ago by bluesky1.
    #333712

    Hi!

    Change the code provided by Ismael to the following:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
        font-size: 13px !important;
        line-height: 1.3em !important;
        height: 40px;
        min-height: 30px;
    }

    The only difference is a height change.

    Here the screenshot of the form when the code is applied.

    Best regards,
    Arvish

    Hi!

    Thank you for using Enfold.

    The theme doesn’t override any of the button’s styling. Revo slider itself change the button styling. As you can see in this code, there are inline styling that overrides .buttontest styling. Try adding !important value on the button’s css properties.

    <div class="tp-caption tp-fade tp-resizeme start" data-x="100" data-y="100" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2; white-space: nowrap; -webkit-transition: all 0s ease 0s; transition: all 0s ease 0s; min-height: 0px; min-width: 0px; line-height: 21px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-size: 13px; left: 411.5px; top: 100px; visibility: visible; opacity: 1; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);"><a href="#" class="buttontest" style="-webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; min-height: 0px; min-width: 0px; line-height: 50px; border-width: 5px; margin: 0px; padding: 0px; letter-spacing: 0px; font-size: 20px; max-width: 100px;">Buttontest</a>
    		</div>

    Best regards,
    Ismael

    #333592
    Mohan-Iyer
    Participant

    Hi,
    I need to increase the font size to 16px and cont color to #000000;
    Tried
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child > li a { font-size: 14px; color:#000000 !important;
    }
    .header_color strong {color: #000000; font-size: 16px !important;;}

    It did not work;
    In Advanced styling, selected title and changes the parameters. The parameters were saved – but the fonts remained the same size and color.
    Please help.
    Mohan

    #333373

    In reply to: CSS Alignment Issue

    Hi!

    Please add following code to Quick CSS as well

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

    Best regards,
    Yigit

    #333294
    BrianBookwalter
    Participant

    The problem is simple. I’m wanting to add an exact button that is output with shortcode into my single.php file for every single post on my website template.

    Here is the code I’m wanting to add:

    [av_button label='Download Detailer' link='manually,http://#' link_target='_blank' color='red' custom_bg='#444444' custom_font='#ffffff' size='medium' position='left' icon_select='yes' icon='ue850' font='entypo-fontello' custom_class='detailer-button']

    But unfortunately, the post outputs the text rather than the generated button via shortcode. Is there a simple way to do this? I can’t find a solution anywhere.?

    #333139
    bakbek
    Participant

    Hi, as you can see here – http://screencast.com/t/eBqfvT5qfH – the special heading color is set to white but it shows as the theme color and I can’t seem to change it.

    In general, after the update to Enfold 3.0 I’m having issues with special heading element both with font size and color as no matter what I set it doesn’t take effect.

    #333102
    abortolotti
    Participant

    Hi super guys ;)

    I just tried to insert a weather widget in the footer and noticed that the code doesn’t work on Enfold 3.0, where it does fine on 2.9.2 (that I have on a twin beta site).

    Is there any way this can be solved, so the widget shows up as it should?

    Here is the widget appearing on the beta testing site’s footer:

    http://www.bednspa.com/calendars/

    and here is the same widget not showing up on footer’s site where it’s supposed to:

    https://casateulada.com/casa-teulada-1/

    The code I used for such widget is:

    <!– Inizio codice ilMeteo.it –>
    <iframe width=”450″ height=”300″ scrolling=”no” frameborder=”no” noresize=”noresize” src=”http://www.ilmeteo.it/box/previsioni.php?citta=5913&type=day2&width=450&ico=swf1&lang=eng&days=4&font=Arial&fontsize=12&bg=FFFFFF&fg=000000&bgtitle=0099FF&fgtitle=FFFFFF&bgtab=F0F0F0&fglink=1773C2″></iframe&gt;
    <!– Fine codice ilMeteo.it –>

    I give you the credentials to check the back end, just in case.

    Thanks, Antonio

    #333030

    In reply to: Layerslider size

    Hi,
    Thanks to both of you, really.
    But I really don’t understand, as actually it’s possible to set a maximum width in the layer slider settings…? And as you can see on my link my layer slider isn’t really fullwidth… apparently at least. I know it is fullwidth indeed if I put back the borders and shadow… but my goal was to give the appearance of a non fullwidth… which is nearly the case !! Wouldn’t you have a little trick to align the “appearing” layer slider with the container width ?? Would be great as I’m not to far from it !!
    Sorry I don’t want to bother nore to insist… but unfortunately I won’t have the same setting possibilities AT ALL with the easy slider (font, size, colors, movements, buttons etc… This is the reason why I chose the layer slider …
    Thank you very much again.

    Regards,
    Marie

    #333018

    Hey!

    Adjust the font size as well:

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

    Please go to Enfold > Header > Mobile Menu panel. Select the Tablet or the second option on the Header Mobile Menu activation setting.

    Cheers!
    Ismael

    #333007

    Hi DROR!

    Thank you for using Enfold.

    You can use this:

    @media only screen and (max-width: 767px) {
    .avia-content-slider .slide-entry-title {
    font-size: 20px;
    }
    }

    Best regards,
    Ismael

    #332778

    i am using 3.0 can you please help me? My boss has to have a sidebar for the product pages this is crucial below is the functions file for the child theme i am using, i am using a custom widget for the sidebar and on the product listing pages i have it set to ‘sidebar product page’ and i have the child theme overall settings for all sidebars to be set to the right below the functions file i will add the css u sent me please help if you can i am so close please let me know if anyhting is wrong?

    FUNCTIONS FILE-CHILD THEME

    <?php
    $avia_config[‘imgSize’][‘shop_thumbnail’] = array(‘width’=>120, ‘height’=>120, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>260, ‘height’=>260, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);

    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
    function avia_add_image_div()
    {
    echo “<div class=’single-product-main-image alpha’>”;
    }

    function avia_close_image_div()
    {
    global $avia_config;
    $avia_config[‘currently_viewing’] = “shop_single”;

    echo “</div>”;
    }

    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25);
    add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3);
    function avia_add_summary_div()
    {
    echo “<div class=’single-product-summary’>”;
    }

    function avia_close_summary_div()
    {
    echo “</div>”; //close out the summary
    get_sidebar();
    }

    ?>

    CSS-style.css child-theme

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    body {
    font: 15px/1.8em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    }

    td {
    font-size: 14px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left:none;
    border-top:none;
    }
    table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    }
    #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 14px “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    }
    blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 15px;}
    blockquote{
    border-left-style:solid;
    border-left-width:7px;
    padding-left:20px;
    margin-bottom:1em;
    margin-right:1em;
    font-size: 12px;
    line-height: 1.8em;font-family: Georgia,”Times New Roman”;
    }
    .asc_facebook .social_widget_icon{
    color:#fff;
    background-color:#3b5997;
    border-color:#3b5997;
    text-shadow: 1px 1px 1px #17ACD8;
    }
    .asc_gp .social_widget_icon{
    color:#fff;
    background-color:#d64937;
    border-color:#d64937;
    text-shadow: 1px 1px 1px #17ACD8;
    }
    .logo {margin:7px 0}
    .single-product .product {
    width: 68%;
    margin-right: 4%;
    clear: none;
    float: left;
    }

    #332742

    In reply to: Baseline logo

    Hi Guys,

    Thanks for the help.

    I just changed the css cause the logo (and sub-text) were stuck on the left and behind the main menu ;o)
    I also change the color.

    .header_color strong {
    color: #634E42;
    font-size: 1.003em;
    }
    span.subtext {
    position: absolute;
    top: 1.125em;
    left: 40px;
    }

    Sorry but now i’m wonderring how I can translate the tagline(sub-text) cause the website is english/french?
    i’m using polylang as a multilanguage plugin.

    Thanks Guys, you rock !!

    #332695

    In reply to: Smooth Scroll

    This reply has been marked as private.
    #332667

    Hey Diana!

    You could set a custom class (custom_abc) to those icon boxes and then add this to Quick CSS:

    .custom_abc [data-av_icon]:before{
        content: "ABC"; /* Define text here */
        font-family: sans-serif;
        font-size: 14px;
    }

    Repeat and modify as needed.

    Best regards,
    Josue

    #332622

    In reply to: Text Scaling in Slider

    Hi!

    Please add following code to Quick CSS and adjust as needed

    @media only screen and (max-width: 768px) {
    h1.ls-l { font-size: 14px!important; }
    h2.ls-l { font-size: 12px !important; }}

    Regards,
    Yigit

    #332367
    chryseis
    Participant

    Hi,

    I have used the Enfold theme options > Advanced Styling tab and edit “Main menu links” to increase font size of Menu but I would like to increase as well the “container” where the menu links are because when I increase the font the nav bar is too “tight”
    I’ve tried different margin and padding but must not select the right thing as it makes the little bar below the text goes on the text or the menu goes on the first element of the page..

    Kind regards

    #332289

    Hi!

    Please add following code to Quick CSS as well

    .main_color .avia_textblock strong {
    font-size: 14px;
    }

    Cheers!
    Yigit

Viewing 30 results - 15,451 through 15,480 (of 18,732 total)