Viewing 30 results - 237,481 through 237,510 (of 243,764 total)
  • Author
    Search Results
  • #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!

    #167883

    Hi radis92!

    Written documentain here http://docs.kriesi.at/enfold/documentation/index.html ( You can also find it in the file you downloaded from ThemeForest )
    And some video tutorials here http://vimeo.com/channels/aviathemes/videos

    Cheers!
    Yigit

    #167878
    Hanniball
    Participant

    Hi there,

    will this plugin: http://wordpress.org/plugins/landing-pages/

    work with Enfold theme? I read it has it’s own Framework and page builder so I’m not sure if this works.

    Hanniball

    • This topic was modified 12 years, 3 months ago by Hanniball.
    #167877

    Topic: Mega Menu link

    in forum Enfold
    Polinder82
    Participant

    Hi,

    Sorry, maybe a silly question, but I don’t know to fix it. How do you get the megamenu item but without the link? The same as you use on the enfold demo “Pages”. On the demo the “Example Pages”, “Slider”, “Blank Pages”, “Special Pages” has no link to a (external) page.

    #167868

    I have been using enfold since it was first released, and I love the theme. One request is adding an event calendar, similar to incarnation church theme.. Every event calendar I add doesnt really work properly without some customization to the theme. Thanks for your consideration.

    #167861

    In reply to: enfold settings

    Hi yukanl!

    Your theme options is broken. Did you zoom in/out the browser? Please try to download the theme again and do an update.

    Regards,
    Ismael

    #167859

    In reply to: Lightbox and Logo

    Hi!

    2.) Kriesi already answered this question on a topic and he didn’t provide the answer or code for the logo switch. He wanted to make sure that kriesi.at is unique. You can hire a freelance developer or designer to modify the logo feature.

    3.) Enfold already comes with a lightbox plugin which is prettyPhoto. We can’t assure you if the Jackbox plugin is compatible with the theme. We won’t be able to provide full support for any third party plugin.

    Cheers!
    Ismael

    #167858
    MLA18
    Participant

    Apologies if this is a duplicate topic. I have looked through the forums and don’t see this mentioned specifically.

    Currently there is no navigation menu when viewing on the standard Android browser on a Samsung Galaxy II. The menu is there however on the same phone if viewed through Firefox or Opera. Enfold theme version is 2.2.

    My client has a slightly older iPhone (I am waiting to hear back as to what version the iPhone is) and is claiming to have the same problem, no navigation menu.

    Are there any CSS fixes for this?

    Thanks in advance!

    #167856

    In reply to: Blog Link Delay

    Hello jgoldberg1983!

    Go to Enfold > Setting > And where do you want to display the Blog?, deselect any pages and just leave it blank. Edit your Blog Page, go to Advance Layout Builder then insert the Blog Post element. See if there is any improvements. You can use a cache plugin to optimize page speed.

    Regards,
    Ismael

    #167854

    Sir,

    how can i adjust these paddings to 10px? Padding

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