-
AuthorSearch Results
-
December 5, 2013 at 3:49 pm #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,
YigitDecember 5, 2013 at 3:48 pm #196676Hey 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,
YigitDecember 5, 2013 at 3:47 pm #196675In reply to: eliminate white stripe below the images in the home
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!
YigitDecember 5, 2013 at 3:17 pm #196667In reply to: Please contribute and translate Enfold
Yes of course!
(Email address hidden if logged out)
-
This reply was modified 12 years, 3 months ago by
mllibre.
December 5, 2013 at 2:50 pm #196665In reply to: Please contribute and translate Enfold
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.
December 5, 2013 at 2:34 pm #196655In reply to: I can't upload an image in my portfolio!
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.
December 5, 2013 at 2:21 pm #196652In reply to: Please contribute and translate Enfold
Hi alkaithil, i’m interested in the translation to catalan.
Thanks!
December 5, 2013 at 1:55 pm #196646Topic: Save Page or Template as a WP template
in forum Enfoldlead100
ParticipantDear 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.
December 5, 2013 at 1:15 pm #196640In reply to: Using Enfold shortcodes in the excerpt?
Thank you so much! Works like a charm! really appreciate it!
December 5, 2013 at 12:29 pm #196632In reply to: Enfold Feature Requests
Hi ! I would like to have a complete integration of the Sensei plugin (http://www.woothemes.com/products/sensei/). Thanks !
December 5, 2013 at 12:09 pm #196627Hi Devin
Thank you very much for your support!
I have solved this problem.
I love Enfold theme and kind support.Thanks & regards,
HojoonDecember 5, 2013 at 11:40 am #196616In reply to: change 'author archive for'
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,
PeterDecember 5, 2013 at 11:38 am #196614In reply to: Square thumbnails on grid blog
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,
IsmaelDecember 5, 2013 at 11:38 am #196613In reply to: Body Background Image with Enfold
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?
December 5, 2013 at 11:35 am #196611In reply to: Using Enfold shortcodes in the excerpt?
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!
PeterDecember 5, 2013 at 11:31 am #196608In reply to: wmpl translation and footer
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,
PeterDecember 5, 2013 at 11:24 am #196600This reply has been marked as private.December 5, 2013 at 11:00 am #196586In reply to: How to manipulate alignment in color-sections
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
PhilippDecember 5, 2013 at 10:22 am #196575In reply to: Enfold- Social media icons and widget icons missing
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,
PeterDecember 5, 2013 at 9:52 am #196569This reply has been marked as private.December 5, 2013 at 9:10 am #196564In reply to: Problems with the gallery in Enfold them
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 … :(
December 5, 2013 at 7:21 am #196556In 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!
December 5, 2013 at 6:49 am #196548Also 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.
December 5, 2013 at 6:36 am #196542Hi!
Are you using the latest version of Enfold?
Best regards,
JosueDecember 5, 2013 at 6:34 am #196539In reply to: best way to call new google font stylesheet
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?
December 5, 2013 at 6:23 am #196529In 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!
YigitDecember 5, 2013 at 6:04 am #196521Hi 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,
YigitDecember 5, 2013 at 5:54 am #196518In reply to: Background with white page floating above?
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,
YigitDecember 5, 2013 at 5:42 am #196508In reply to: Remove Post Widget From Search Result Page
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 pageCheers!
YigitDecember 5, 2013 at 5:31 am #196503In reply to: How to Make H1 H2 H3 font color lighter
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 -
This reply was modified 12 years, 3 months ago by
-
AuthorSearch Results
Viewing 30 results - 233,281 through 233,310 (of 244,290 total)
-
Search Results
-
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.
