Hello Yigit,
Thanks for your response.
I can´t do it because my website does not have this option. I add you my print screen.
https://drive.google.com/file/d/0B4G0vpa1PxY8U3JYUFM0ajJNS1k/edit?usp=sharing
I hope you can help me.
Thanks .
Beatriz
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { left: 50px; }
Best regards,
Yigit
Hi Dude,
Thanks for this ! But i’ve already read it.
My question is different. I want to connect a title element in menu bar (about us) to an anchor (color section) contained inside the homepage to facilitate reader navigation. My menu is for example as above :
Home About us Contact us
Full page sider
My color section
If I clic on “About us”, I want a redirection to color section in Home page. But I cant link these elements inside the Enfold’s Menu.
Thank you much for your help.
Hey Ismael!
Thanks for the advice.
I did the Enfold upgrade, but it didn’t help the problem. I checked again on another computer and explorer, but the error didnt change.
Would you try to watch the page on another computer? Maybe you could reproduce the problem.
Thank you.
Hi!
@BrendaSarg: You’re using a very old version of the theme and if I am not mistaken, there are the same number of thumbnail size on Enfold version 2.4.5. Where do you see the 4 options for the images? Do you mind providing a screenshot? Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Ismael
Hi lrobbins303!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.ajax_slide h2.portfolio-preview-title.entry-title {
display: none;
}
Regards,
Yigit
Hey assessment_systems!
Please update Enfold to the latest version 2.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
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?