Viewing 30 results - 237,481 through 237,510 (of 243,773 total)
  • Author
    Search Results
  • #168126

    Perfect! Thank you very much for the help.

    #168114

    Buttons are wrapped in an avia-button-left (or center or right) div. This div is set to display:block, which pushes the next element to the next line.

    You can have inline buttons by setting the display of this div to inline:

    .avia-button-center {
       display: inline;
       padding: 0 5px;
    }

    This should display the buttons nicely next to each other, with 10px space inbetween.

    Hope it helps!

    • This reply was modified 12 years, 3 months ago by simonswiss.
    #168112
    kriga
    Participant

    Hello

    How can i place the Language-Switcher of the WPML-plug in the toolbar or in the banner area (Theme: ENFOLD) ?

    Thanks
    Kriga

    • This topic was modified 12 years, 1 month ago by Ismael.
    #168111

    Josue,

    Still having a issue with the block of color showing on the color element at the top of the pages. Take a look http://codelessme.com/thematrona/about/

    #168109
    DavyE
    Participant

    Buttons are automatically put on a new line, but I’m trying to add several buttons that are on the same line with maybe only 5px in between. I thought it should be set to display:inline; but it’s already set to that. How can I achieve this, please?

    Please note, I don’t want to add them in a separate column as the column margin is too big.

    #168103
    lucyziel
    Participant

    Hi,
    my website doesn’t work in I.E. I have already installed the newest enfold version 2.2.
    http://www.classicdesign.at
    What can I do?

    #168099

    Hello!

    Yes, thanks for the hint. Will be fixed in the next version.

    Regards,
    Peter

    #168085

    Hello!

    Great, I’ll update the code and include it in the next update.

    If you think the logo is too small you can try to reduce the number of menu items in the first level and add them to a submenu dropdown or you can try to increase the “switch width” which determines when the mobile menu replaces the standard menu links. Open up enfold/js/avia.js and replace

    
        	if(first_level_items > 8 && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}
    

    with

    
        	if(first_level_items > 7 && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}
    

    You’re using 8 menu items at the moment this code mod will increase the switch width from 767px to 989px.

    Regards,
    Peter

    #168082

    Hey BelIblis!

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

    .avia-slideshow-dots a.active { background: red; }
    .avia-slideshow-dots a { background: green; }

    Regards,
    Yigit

    #168074

    Hey simonhowe!

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

    .page-id-28 .iconbox .iconbox_content .iconbox_content_title { text-transform: capitalize!important; }

    This will only capitalize iconbox titles on that page

    Regards,
    Yigit

    #168071

    Hi MLA18!

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

    p.product woocommerce { border: 0px solid #ccc; }

    Cheers!
    Yigit

    #168068
    duttonstuart
    Participant

    Hi Two questions really..

    first one is is there a way to sort out the mail so that it firstly shows from my clients name / site rather than wordpress and also how do I ensure that the reply address is the email sender and not the wordpress email address that the contact form sends.

    Also second question is am I able to format the email to prettify it slightly?

    thanks

    #168059
    Luukratief
    Participant

    Hi there Kriesi,

    I simply love the enfold theme and i bought a license to use it for a spanish website.
    Now what i want to do is translate the PO file, but i want to translate only the website and nog the WP backend.

    Is this in any way possible? I cannot speak spanish, but the website has to be spanish at the front-end.

    Thanks in advance

    #168056
    wayneftruax
    Participant

    Not sure what is happening theme appears broken. Would someone please have a look http://kokko-design.com/landscape-architecture/ I have also changed the header back ground colour to dark and nothing happened. It appears changed in the sample styling but nothing on actual site?
    thx
    Wayne

    #168055

    Hi all !

    First post here : support and users’ questions are so great I always find an answer to my problem ! Great work !!

    I’m currently making some custom translations specific to my website and I stumbled upon the same problem as stated in this thread : https://kriesi.at/support/topic/some-strings-are-not-localized-with-po-mo/ Since there has been a few updates to Enfold since that time, I was just wondering if this fix was scheduled for a future release.

    If I may add, I’m using the Codestyling Localization plugin as recommended and it appears that the “unlocalized” 2 strings are not in the avia_framework Textdomain like all the other strings, but in the default Textdomain (see screenshot below). Don’t know if that helps…

    Missing strings

    Thanks again for the great support !

    Fred

    #168053

    Topic: Text size

    in forum Enfold
    malkoin
    Participant

    Hi guys,
    very nice theme, Enfold.

    I am creating text layers, in some of the slides, using layersliders.

    How do I:
    manage the size of the text?
    manage the alignment of the text (eg I want to align it to the right)?

    I tried to copy some of the CSS I found, with no luck.
    Many thanks.

    #168051
    Chris
    Participant

    Kurze Frage: wie kann ich verschiedene Hintergrundbilder für einzelne Seiten in der Boxed Layout einstellen? Ich finde nur die Option ein einziges Bild in den Styling Options zu definieren das dann allerdings für alle Seiten gilt.
    Ich möchte aber unterschiedliche Bilder für Seiten nutzen. Vielleicht kann mir jemand beantworten wie das mit Enfold zu lösen ist.

    Danke vorab.

    #168028

    In reply to: 3 bbpress questions

    Hi stunna42!

    1) In functions-enfold.php replace

    
    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    

    with

    
    if($breadcrumb && is_bbpress()) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    

    2) Use following css code:

    
    #top .main_color .bbp-body p{
    color: #333;
    }
    
    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    color: #333;
    }
    

    The first rule will change the text color of the posts and the second rule will change the editor text color.

    3) In functions.php search for

    
    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
    

    and replace it with

    
    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
    
    if(is_bbpress())
    {
    $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'two alpha', 'entry' => 'ten alpha');
    }
    

    Now the sidebar uses two units of the 12 units grid (instead of 3) and the content will use 10 units instead of 9.

    Regards,
    Peter

    #168027

    In reply to: new social icons

    Thanks Devin.

    Ismael said my theme was broken, https://kriesi.at/support/topic/enfold-settings/#post-167861. Would you suggest me to wait for the new release?

    thanks,

    #168017

    Hey!

    3) I had the same problem on my website and solved it with following css code

    
    .title_container .main-title {
    width: 100%;
    margin-bottom: 35px;
    }
    
    .title_container .breadcrumb {
    top: auto;
    bottom: 10%;
    }
    

    It will extend the title container to 100% and push the breadcrumb to the bottom – i.e. like here: http://inoplugs.com/tutorials/how-to-use-the-media-gallery-in-combination-with-flashlight/

    Josue’s code should also work but maybe you need to add an !important tag like

    
    .title_container .breadcrumb {
    position: static !important;
    }
    

    6) Not right now but we’ll release an update next week (Enfold 2.3) which allows you to upload ANY icon font zip file you generated with: http://fontello.com/ and the theme will then allow you to select your uploaded font icons too.

    Regards,
    Peter

    #168015

    Hi!

    Just a small update on this – we now decided that we’ll give the user the choice if he wants to set the paths manually or use the “automatic fallback”. If you add

    
    add_theme_support('avia_template_builder_custom_html5_video_urls')
    

    to the functions.php Enfold will show 3 url fields instead of one and you can set more than one video url. Without this code Enfold will try to load the other video files automatically.

    Regards,
    Peter

    #167993

    Hello!


    @dbarta
    : This is the plugin used on Incarnation: http://wordpress.org/plugins/the-events-calendar/

    Best regards,
    Ismael

    #167930

    Hey David!

    The working width of your Enfold setup is 1030px. so for a 3 column portfolio the images would be 343px width (1030/3).

    Cheers!
    Josue

    Hey!
    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:

    html {
    min-width: 910px;
    }
    

    this should fix the problem. I will add a similar fix to the next theme update. Please be aware that the only thing that actually will cause problems is a fixed header, so if you really want to use the non responsive version of the theme then you should also go with a non-fixed header

    Cheers!
    Kriesi

    #167927

    Hey!

    Set all the WordPress settings for your home page to “Your latest Posts”.

    Then from the Enfold options set your homepage using the dropdown in the initial main theme options page.

    Best regards,
    Devin

    #167923

    In reply to: Comment Replies

    I believe the comments do show with indentation out of the box with enfold. However, only the comments posted via the “reply” button directly within a comment box will be considered a direct reply, and therefore be indented. Hope it makes sense!

    #167911
    Sparky68
    Participant

    Hello. I’ve just purchased the Enfold theme and something weird is happening with the Layer Slider plugin.

    It seems to be self replicating sliders – every time I refresh the slider settings page in the dashboard I get new sliders appearing.

    I’ve not customized the theme at all apart – all I’ve done is download the dummy data.

    I currently have 92 sliders and counting – see image below.

    Has anyone encountered this issue???

    HELP

    Cheers

    M

    Layerslider

    #167910

    Hey!

    Looks like you already did it, however if you want to reduce it even more, you need to increase the max-width property of the .container_wrap .container div.
    0
    Cheers!
    Josue

    #167896

    Topic: Facebook gallery

    in forum Enfold
    mmsdev
    Participant

    I am wanting to use a plug in “Social Gallery Plugin” that lets users share pictures to there facebook wall and comment within the gallery and tag friends in the pictures
    it allows the user to share an individual picture, but it does not work with enfold theme..

    Can you please advise me if it can work or is there another option that works with it?

    #167888
    MLA18
    Participant

    I am having difficulties finding something in the CSS.

    I am trying to eliminate the gray border which appears when you use the Add to Cart [add_to_cart id=”” sku=””] shortcode.

    I can find it while using Firebug: border: 4px solid #CCCCCC; padding: 12px; butfor some reason can’t find the actual location for it within Enfold.

    Thanks in advance!

Viewing 30 results - 237,481 through 237,510 (of 243,773 total)