Viewing 30 results - 228,961 through 228,990 (of 244,428 total)
  • Author
    Search Results
  • #223453

    In reply to: Icon questions

    Hi!

    Please go to Appearance > Menus and click Screen Options then check Link Target http://i.imgur.com/O4T8xcx.jpg
    then click on menu item and make sure to set link target http://i.imgur.com/63emdNX.jpg
    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_main .av_font_icon { -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }

    Regards,
    Yigit

    #223448

    In reply to: anchors not right

    Hey!

    You should go to wp-content\themes\enfold\js folder via FTP and Avia.js file is inside that folder

    Best regards,
    Yigit

    #223444

    Hey!

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

    .page-id-16 .avia-builder-el-2 .team-social-inner { display: none; }

    Regards,
    Yigit

    #223442

    Hey changegroup!

    You can Google “leaf png” or you can look up for some stock images on http://photodune.net/

    Regards,
    Yigit

    #223431

    Hi hermelina!

    In WordPress dashboard, please go to Enfold theme options > Styling tab and scroll to the bottom of the page and add following code to Quick CSS section

    .title_container .breadcrumb { display: none; }
    #top .alternate_color.title_container .main-title a {
    color: red; }
    .title_container .main-title { font-size: 22px; }

    and adjust as needed. You can use Hex value for text color

    Best regards,
    Yigit

    #223428
    hermelina
    Participant

    Hello,

    I am a full beginner with wp and I’m so glad with your enfold-theme. The design is great and it’s much easier to handle than a lot of other premium-themes. Nevertheless I can’t find the right way to change following things:

    For my contact-page I chosed the template with breadcrumps in the title. Know I would like to change the colour of the title, enlarge the font and remove the breadcrumps. But I don’t know how and where. It would be great if you could show me how – but please step by step as I’m a real dummy in these things.

    Thanx a lot
    hermelina

    #223425

    In reply to: Subheader Settings

    Hey costin!

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

    .title_container { display: none; }

    Best regards,
    Yigit

    #223413
    clecocq
    Participant

    Hi,

    I have a problem with my permalinks on enfold theme.

    I have followed instructions on this link: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/
    And also rewrite the permalinks, also I’ve deleted the htaccess and rewrite again, nothing works.

    Pages return 404 errors, portfolio post type & home still work.

    • This topic was modified 12 years ago by Josue.
    #223385

    Hey vasilybodnarchuk!

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

    .sabai ul li {
    margin-bottom: 0;
    }

    Regards,
    Yigit

    #223384

    Hey!

    You can try it on a Color Section element just like in demo site here http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/#portfolio

    Best regards,
    Yigit

    #223377
    #223375

    In reply to: Most recent update

    Hey!

    Yes, version 2.5.2 was released. Please wait up to 12 hours to recieve the notification on your WordPress dashboard
    ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ )

    Regards,
    Yigit

    #223374
    mmichael1991
    Participant

    Hi!

    Is there a way to stop the auto resizing when uploading a picture?

    I disabled it in wordpress, but Enfold overrides this setting.

    Many thanks!
    – Michael

    #223369

    Hi blurfun!

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

    body p { color: black; }

    Best regards,
    Yigit

    #223364
    #223361

    Hey!

    Update: I tested Multilingual Press Pro 1.1.1 and I didn’t find any major theme incompatibility issues. A small known issue is that you can’t translate/build the template builder pages directly with the second text editor (because just one instance of the Layout Builder is supported at the moment). Afaik v2.0 will not add a second text editor to the “Edit” page anyway and you simply need to switch to the other blog to use the Layout Builder – thus I consider this issue as “minor issue”.

    Regards,
    Peter

    #223350
    Raiden
    Participant

    Hi guys, one more thing I’m trying to get right with my build. Im trying to apply custom scroll bars across all browsers using the following instruction http://jscrollpane.kelvinluck.com/

    Not matter what i try when i add a function to the child themes functions.php my home page turns completely white.

    What am i doing wrong here? Do you have a resource specific to enfold about adding custom functions and javascript?

    #223344

    It works, thanks :-)

    hey guys, i just installed the new two updates ! and now i got lost ,-)
    previously i had reduced all hr-ruler whitespaces by changing some part of some php.file in the enfold folder on my webspace.
    now all this is set back to the standard settings.
    so now whitespace for all rulers is far to much for my liking.

    you stated in the update log the possibility to change whitespace for rules individually.
    i just dont understand it. the fullscreen ruler has no settings for whitespace.
    there is a new element for whitespace but i dont now how to use it….

    can you please tell me again which code i have to add to what enfold file (style, layout ??) to change my ruler whitespaces/margins/paddings again.
    Sorry for me not finding this info again …

    and what is this new parallax element you mention in the update log and how can i use it ?

    stucki

    • This reply was modified 12 years, 1 month ago by stucki1.
    #223337

    Thank you!

    For those users who may be confused, register-admin-options.php does NOT need to be edited to achieve an icon change in the header. As you can see in my post here http://goo.gl/zwuPVa understanding this can be a bit confusing.

    Directions are:
    1. Go to fontello.com and download fonts via a zip file
    2. Add fonts to Enfold theme
    3. Edit functions.php

    That’s it.

    Thank you for all your help! Case closed, Jas

    #223318

    Hi!

    Wenn du die Breite im Child theme anpassen möchtest füge folgenden Code am Ende der Child Theme functions.php ein:

    
    add_action('init','avia_child_theme_setup');
    function avia_child_theme_setup(){
    global $avia_config;
    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');
    }
    

    Dieser Code überschreibt die Werte in der $avia_config Variabel, sobald das parent theme geladen wurde.

    Regards,
    Peter

    #223313

    Dear
    I was unable to display my site on differents browser. Specially with IE8.
    I added selectivizr js and it works well.

    It could be a good solution to increase cross browser compatibilities.

    Regards
    Erdrol

    #223311

    Hey!

    You’re welcome :)

    Regards,
    Peter

    #223304
    This reply has been marked as private.
    #223297

    Topic: Most recent update

    in forum Enfold
    taliwalt
    Participant

    Was there just another update? ThemeForest is saying that Enfold was updated tomorrow, and yes I meant to say that.
    Copied from ThemeForest:

    Last Update: 13 February 14

    It’s still the February 12th in my universe :)

    #223294

    Thank you so much really :-)

    #223282

    Hey dogukansara!

    Please see https://vimeo.com/64927356

    Regards,
    Peter

    #223280

    Hi heikilaja!

    The “open the entry on a new page” won’t change the link target (same tab/window or new tab/window) but it tells the theme to open the single entry immediately without the ajax effect (i.e. see: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ where the ajax preview will pop up first). If you want to open your custom link in a new tab/window open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace

    
    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' $target title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
    

    with

    
    $target = !empty($custom_link) ? "target='_blank'" : '';
    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' $target title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
    

    Cheers!
    Peter

    #223279

    Great, thanks for that I’ll take a look at it.

    If this sort of functionality could be built into the visual composer it would HUGELY extend the layout capabilities of Enfold (which is already my favourite theme!).

    Thanks for you help

    #223256
    dorisa
    Participant

    Hello everybody,

    I just purchased Enfold Theme. I would appreciate that you can help me about correct way of installing Enfold theme into wordpress so I can start to work immediately. This is very urgent because I have to finish website as soon as possible.

    I look forward hearing from you.

    Kind regards,

    Dogukan

    • This topic was modified 12 years, 1 month ago by dorisa.
Viewing 30 results - 228,961 through 228,990 (of 244,428 total)