Viewing 30 results - 233,281 through 233,310 (of 244,290 total)
  • Author
    Search Results
  • #196677

    In reply to: Header Colour

    Hey arrantawhara!

    Can you post the link to your website so we can see what type of header you are using? You can try adding following code to Quick CSS in Enfold theme options under Styling tab

    #header_main { background-color: red; }

    Regards,
    Yigit

    Hey tsmunic!

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

    .content { padding-bottom: 10px; }

    Best regards,
    Yigit

    #196675

    Hey!

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

    .home .content { padding-top: 0; }

    Images you uploaded has white background and not transparent. You should edit your images to remove the white background

    Cheers!
    Yigit

    #196667

    Yes of course!

    (Email address hidden if logged out)

    • This reply was modified 12 years, 3 months ago by mllibre.
    #196665

    Hi @mllibre, as I’m working with Google Translation Toolkit I can invite you in with your email address if you’d like to contribute. Cheers.

    #196655

    Hi.
    One hour ago i spoke with my hosting support and they told me that there is a theme’s problem, not the hosting, because if we deactivate Enfold’s Theme, we can upload any image we want.
    An other thing: after this problem, we decided to upgrade the hosting package from “basic” to “premium”. But the problem IS NOT RESOLVED!

    So, I ask you now to resolve to find the error and resolve it because it is your problem, not our!!!

    I give you an administrator account of wordpress (look up) anche FTP credentials. Are we waiting for almost 3 weeks!

    Please let give me a DEFINITIVE resolution! Thanks.

    #196652

    Hi alkaithil, i’m interested in the translation to catalan.

    Thanks!

    #196646
    lead100
    Participant

    Dear Support Team,

    Please can you help me save a template created in the Enfold theme as a WP template so it can be used for new pages? I know that I can reuse the template again by selecting advanced layout editor but my site would be better used with the WP templates section. Can you save as a WP template for reuse in the page attributes>template section?

    Many thanks and appreciate the support.

    #196640

    Thank you so much! Works like a charm! really appreciate it!

    #196632

    Hi ! I would like to have a complete integration of the Sensei plugin (http://www.woothemes.com/products/sensei/). Thanks !

    #196627

    Hi Devin

    Thank you very much for your support!
    I have solved this problem.
    I love Enfold theme and kind support.

    Thanks & regards,
    Hojoon

    #196616

    Hi!

    In wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php search for and replace

    
    if(isset($curauth->nickname)) $output .= __('for:','avia_framework')." ".$curauth->nickname;
    

    with

    
    if(isset($curauth->user_nicename)) $output .= __('for:','avia_framework')." ".$curauth->user_nicename;
    

    Regards,
    Peter

    #196614

    Hi!

    After changing the portfolio thumbnail size on functions.php, you need to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    You can add this on your custom.css or Quick CSS:

    .attachment-portfolio.wp-post-image {
    min-height: 208px;
    }

    This will make the thumbnails square on this page: http://www.austinpsychfest.com/apfenfold/news-and-events/

    Best regards,
    Ismael

    #196613

    Ismael,

    How can we download this plugin? It says at the bottom, “We also stopped selling WP-Backgrounds II for now.” I only see the lite version in the WP plugin directory. And with the “Lite” version, I might be missing something incredibly obvious, but how do I assign a background image to a specific page, and only that page?

    Just like Jopalle, I am looking for a solution for full-screen scalable background images, specifically for the Blank / Coming Soon page. Seems like Enfold should have something like this built in.

    Thoughts?

    #196611

    Hi!

    Excerpts do not support shortcodes by default but you can use the do_shortcode() function to execute them even if wordpress does not support them in excerpts. In your case you need to modify /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php – open up the file and replace

    
    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div>" : '';
    

    with

    
    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
    

    Cheers!
    Peter

    #196608

    Hey mariocarabotta!

    Did you enter the copyright text on the theme option page? Go to the admin page and make sure that the “English” setting is selected in the dropdown of the admin bar. Then go to Enfold (En) > Footer and insert your copyright message in English.

    Regards,
    Peter

    #196600
    This reply has been marked as private.
    #196586

    Hi Dude,

    thanks for this clarification.

    I would love to do exactly this, so I set up a child theme. I’m not very experienced with php and child themes, here my question:

    I have the empty functions.php in my childtheme folder and the style.css. Now I want to add the code as Ismael proposed. I can’t do that in my functions.php, since it’s empty and the code has to be in a certain line of the original enfold functions.php.

    I could simply copy the original and overwrite the empty functions.php and modify the code. But then all the benefits of a child theme would be negatet. With every update I would have to recopy the functions.php and modify it again, right?

    Would be glad if you could help me with this.

    Regards
    Philipp

    #196575

    Hey!

    I can’t reproduce the issue ( http://maxwellcenter.com/new ) with Chrome 31 on Win 8.1. However you can try to insert following code into the quick css field – maybe it fixes the issue

    
    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello' !important;
    }
    

    If not try to deactivate all browser extensions and restart the browser – maybe an extension breaks the social icons somehow.

    Best regards,
    Peter

    #196569
    This reply has been marked as private.
    #196564

    Hi Yigit,…now, i write in css style:

    .main_menu ul:first-child > li > a { font-weight: normal!important; }
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 14%!important; }

    but the gallery … :(

    #196556

    In reply to: Layer Slider Errors

    In the mean time, for updating the theme what do I do? although he seems to have a created a new theme out of the enfold theme for my website so I’m not sure updating the enfold theme will do anything. Isn’t there a way to look at the slider code and see why it’s not working properly? thanks!

    #196548

    Also make sure you’ve re-saved your options and regenerated the style sheet. Just make a small change to your styling options and then save.

    #196542

    Hi!

    Are you using the latest version of Enfold?

    Best regards,
    Josue

    #196539

    Hi Guys – there really does seem to be some confusion – let me be clear.
    Many of the child themes I’ve worked on require the function.php to be completely empty except for the specific child theme function – otherwise it breaks the site.

    My question is whether for the Enfold theme – does the child theme’s functions.php file need to only hold the child functions or does it also include the parent functions?

    Please advise?

    #196529

    In reply to: Header Font issue

    Hi SonicCube!

    In WordPress dashboard please go to Enfold theme options > Styling and choose Open Sans as your font family http://i.imgur.com/PLEdrxE.jpg

    Cheers!
    Yigit

    #196521

    Hi DaveL77!

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

    .fixed_header #main { padding-top: 140px; }
    #footer { margin-top: 80px; }

    Regards,
    Yigit

    #196518

    Hi sarahpeller!

    In WordPress dashboard please go to Enfold theme options > Styling tab and choose Boxed Layout and upload background image http://i.imgur.com/nCF5NQ6.jpg

    Regards,
    Yigit

    #196508

    Hey GARTLANS!

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

    .search-no-results .widget avia_combo_widget, .search-no-results h3 { display: none!important; }

    or you can comment out by adding // in front of each highlighted lines in this screenshot http://i.imgur.com/jPTnewr.jpg
    And yes, you should modify loop-search.php file manually if you would like to add new elements to search page

    Cheers!
    Yigit

    #196503

    Hi skynandi!

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

    .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6 { color: red; }
    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: blue; }

    First line is for alternate color heading elements and second one is for main color heading elements

    Best regards,
    Yigit

Viewing 30 results - 233,281 through 233,310 (of 244,290 total)