Hey!
Please try deactivating all active plugins and then try uploading images. If that too does not wori, please post a temporary admin login if you do not mind
Regards,
Yigit
Hey teacherbeatriz!
Please go to Enfold theme options and choose your homepage as your frontpage – http://i.imgur.com/De2bxt3.png
For other issues, please post a screenshot. You can upload your screenshots on imgur.com or dropbox public folder and post the links here
Cheers!
Yigit
Hi boag!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container { height: 170px; }
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
Best regards,
Yigit
Hi sundialstudios!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_top_left { z-index: 2; }
Cheers!
Yigit
Hi folks,
I would like to edit my search result page in this way: dont show sidebars (last comments etc). and dont show the small “header” (“5 results..”).
I found this one already, which is hopefully the answer for me, but the code isnt available anymore: https://kriesi.at/support/topic/enfolds-results-page-customization/
Thank you in advance!
Hi Linden Mobile!
Based on Josue’s answer here: https://kriesi.at/support/topic/vertically-align-icon-box-next-to-easy-slider/#post-215568 I guess you must modify the avia.js file to vertical align the icon box. You can load a custom, modified version of avia.js with your child theme or you can modify the file of the parent theme. If you want to modify the file of the parent theme open up enfold/js/avia.js, modify the file and save it. Otherwise copy the file into your child theme folder (place it into the enfold-child/js/ directory) and modify the file there. Then insert this code:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
function avia_register_child_frontend_scripts()
{
$child_theme_url = get_stylesheet_directory_uri();
wp_dequeue_script('avia-default');
//register js
wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true);
wp_enqueue_script( 'avia-default-child' );
}
into the child theme functions.php file to load your custom avia.js file instead of the default parent theme avia.js file.
Cheers!
Peter
Hey Ogau!
Yes, you can place the slider into a color section and use the “Custom ID” field to link to the slider/color section. The color section will be used as anchor. http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Peter
Hi AntonNovikov!
I just tested it on my test server with Enfold 2.7 and it worked just fine for me. Please try to clear the browser cache and if it still doesn’t work try to insert it into your child theme functions.php file at the very bottom.
Best regards,
Peter
Hey celevra!
Yes, the “blog single author” layout changes if you remove the sidebar – like on the demo page here: http://kriesi.at/themes/enfold/blog/blog-single-author-full/
Regards,
Peter
Hi!
Please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version. then update via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Hey solljul!
We did not test the plugin with Enfold and we can’t support it. However someone: https://kriesi.at/support/topic/fullwidth-in-showbiz-pro/ asked a question regarding this plugin and I guess it worked for the user. We have no incompatibility reports for Enfold so far.
Cheers!
Peter
Hey bsingenberger!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#footer { padding: 0; }
#footer .widget { padding: 0; margin: 10px 0 10px 0; }
Best regards,
Yigit
Hi Siracher!
You should go to Enfold/Css folder and Grid.css file.
Cheers!
Yigit
Hello,
I like the look of bbpress in your support forums,
but the look of bbpress in enfold in not really nice, infact very dry,
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_secondary_right .sub_menu { float: left; }
Cheers!
Yigit
Hello,
I see that threaded replies in bbpress are not working, please solve this since enfold supports bbpress.
So I re-installed the old Enfold theme folder and the site is back thankfully. How do I update the theme without this happening again?
L
This reply has been marked as private.
Hey!
Oh, ok. Yes, maybe it’s not compatible with Enfold but let’s wait for Kriesi’s feedback.
Cheers!
Peter
Hey alexiba!
1) The archive page will display the widgets you place into the “Displayed Everywhere” widget area. With a plugin like: http://wordpress.org/plugins/widget-logic/ you can make sure that the widgets just display on the archive page. Activate the plugin and insert this code:
is_archive()
into the conditional logic field. You can also try this plugin: http://wordpress.org/plugins/display-widgets/ which is a bit more user friendly.
2) You can use the “Enfold Latest News” widget. It uses the content of the “Excerpt” field (post editor page) to generate the excerpt.
3) Can you post a link to the comment form please? I’ll investigate the css code with the Chrome developer toolbox.
Cheers!
Peter
I have a taxonomy filter on my site that I use to filer posts.
This filter works if I switch the theme to genesis. When I select an author for example it will filter to just that authors posts by producing the URL http://website.com/?post_type=post&authors=brennan-rt&s=
The same URL using the Enfold theme brings up a empty page that says;
New Search
If you are not happy with the results below please do another search
and then a search box
Any ideas as to why the taxonomy filter is not working with this theme?
I see what you did there, I guess I have to do that to all the page with tabs.
Is there a javascript code that we can embed so that it calculates the width automatically? Like count all .tab then set width to 100/count?
Hello,
I have a question about how to change the label bar where it has the names of my differnt pages, such as home, themes, blog , about, contact etc. I.ve created several pages with content but the names of the pages are not appearing in this location with the other lables. How can I have the names appear in this area? Second, I´ve created a home page however, the ¨hello world¨ message is still appearing rather than my home page. How can I allow my home page to appear rather than this automated blog message appearing?
I´ve also watched several videos related to my problem and I noticed that I´m missing in Enfold Theme Options the side bar links. I´m able to send a print screen if need be.
My website is: http://www.bmspanish.com
Hope you can help! Thanks!!
Hey!
Try adding this code to the Quick CSS:
.tab {
min-width: 9.23%;
}
That will work with your current setup, you’d need to adjust it a little bit if you add/remove a tab.
Cheers!
Josue
This reply has been marked as private.
Content Slider don’t work if slider controls is activated. (with arrow or dots)
No work with enfold verion 2.7
Work correctly with enfold version 2.6.3
You can see with Dots activated: http://www.zinkerea.com/portfolio-item/centro-comercial-aragonia/#after_full_slider_0
You can see without Dots and without arrow activated: http://www.zinkerea.com/portfolio-item/complejo-hotelero/#after_full_slider_0
Look below black title.
Thanks!!
-
This topic was modified 11 years, 9 months ago by
Francisco.
Hi Daryll,
Can you post the link to a Page where you have Tabs please? i’d like to check what kind of Tabs you have.
Regards,
Josue
Thanks for the reply Josue.
1. Okay, I assumed this much. I think I’ll go ahead and use visual editor for my tabs.
2. I’m sorry I was not clear, I am talking about the tab headers. How can I make them extend themselves to full-width size?
Thanks,
Daryll