Hi Again.
Thanks for this.
I am not sure if all the dummy data has been downloaded properly then. As if I search for their names the gallery finds none.
How many sliders should there be – on the online demo there were 5 or 6 I think – but I am only getting two?
Thanks
Ooops… This makes a lot of sense! Thanks.
Hello,
This is not a problem with the theme, just after some advise.
I am using a plugin called Eventon which is a calendar plugin. It uses it’s own set of WP posts pages with a normal post editing window. The problem is I can use some shortcodes from enfold in it but not others. For example, a simple notification box works ok but anything more complex like an icon list just doesn’t display.
I know this is not a problem with the theme but what would be the best way to integrate the plugin so that the text area element can understand and display avia shortcodes. I have asked the plugin developer but he just advises this is a theme issue.
Thanks in advance for any advise.
Andrew
First of all I have to say Enfold is the best theme I ever worked with. You do an awesome job!
While working with the theme I came over two issues causing me some headaches and a serious amount of time to solve. I think this issues can arise for a lot of customers and a future update should take this into account.
1. The form builder included in Enfold is great for some smaller contact or feedback forms. However if you need advanced features like file upload or special field conditions you need to use 3rd party plugins as recommended by the Kriesi Team. I tried a few but was not satisfied with the output. The main issue is the CSS declaration for any kind of form fields in Enfolds base.css. Finally i had to use a child theme, use a modified base.css which has to be loaded from a modified function.php. While this is possible it might be to difficult for many users. My suggestion: move the CSS definition for forms into a separate css file and introduce a checkbox in the theme options to disable loading of this css styles.
2. The team member element included with Enfold is nice but due to the fact it is only page oriented (versus a custom post type available globally) forced me to use a 3rd party solution. All the plugins I tested have one thing in common: they makes use of single page settings (single vs. page). Because Enfold does not have global settings for single.php any plugin using it will display the site with header (breadcrumbs, title) and sidebar. If you dont want that you have to write your own single-xxx.php file and put it into a child theme. This might be to complicated for most users as you have to even write your own loop code depending what design you want. And getting the right CSS classes gives you a hard time. My suggestion: Introduce a single setting (for individual posts) that differ from the ‘single blog post’ settings. There are many plugins out there which use the single-xxx.php to display content.
Keep on the fantastic work!
Regards
Michael
Hi,
how can I make a sub navigation as you have on the Enfold-example page on the left side?
http://kriesi.at/themes/enfold/features/?default=true
Thank you for your help and this great theme!
Found the solution to my problem with JQuery Accordion Menu Widget.
Used thise code to align the sidebar links to the left
.sidebar_left.sidebar {
text-align: left;
}
Now I would like to use indentation for child-links.
Any advice?
Best regards,
Priit
Moin,
isses möglich, mit Enfold marrierefreie Designs anzubieten?
Ich würde Enfold -ich finde es GENIAL- gerne einem Kunden anbieten, er braucht allerdings eine Barrierefreie Seite.
DANKE für Tipps!
LG Georg
Hi!
How i can add a portfolio page in my website?
I add in this page http://www.webdraw.it/partner/ the Content elements “Portfolio Grid”. But how can i add the portfolio similar to the your demo http://kriesi.at/themedemo/?theme=enfold and the single item like this? http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/
I can’t find this options in my wordpress admin … Please help me! Thanks!
Hey Indiatravelz!
You are using Enfold version 1.7 which is fairly old. Please try updating to the latest version 2.4.2
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Hey!
I’m not familiar with the jpreloader script code but I’m pretty sure that it’s not a problem with the jquery migrate code because the migrate code just extends jquery with “deprecated” syntax/functions. The preloader code is optimized for jquery 1.7.1 which contained all “migrate” functions in the jquery core code and thus I’m not even sure if the jpreloader.js would work without the migrate script if you use the new jquery 1.10.x version which does not contain many of the old jquery 1.7.1 functions (like bind(), delegate(), etc.).
If you can’t get the jpreloader script to work I recommend to try another preloader script (I can’t recommend a specific script though because I never tested such a script with Enfold or another Kriesi theme) or try to hire someone here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization to implement the script for you.
Best regards,
Peter
Hello,
I have a doubt to how updating enfold theme Version 1.7 to Version 2.4.2 and don’t lose any changes that I’ve made in the theme. I modified some PHP pages and CSS pages. Simply upload the new folder theme ENFOLD and it’s all?
Changes may be lost at Database? Or we’re just talking about changes at css and html
Hi!
Please try following code
.tablepress tbody td{
border-left: none;
}
to remove the border from the remaining table fields.
Best regards,
Peter
Hi!
At the moment cpts or multiple portfolio post types are not planned but you can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and we’ll implement it if more users request it. If you’re in a hurry you can also hire someone to implement this feature. A developer who is familiar with the theme framework can implement cpts with some hours of work.
Cheers!
Peter
Hi!
But if your website isn’t responsive you shouldn’t activate the “responsive” option for the slider. Otherwise the slider tries to scale down based on the screen size whereas the other theme elements are not responsive and won’t scale down. Please go to the option screen of layerslider, set the width to 100% and deactivate the responsive mode: http://www.clipular.com/c/5777169653432320.png?k=kReMjoIo-DB9Ntjk1Us2tknuNdg
Cheers!
Peter
This reply has been marked as private.
Hey PPCHound!
Yes – open up /wp-content/themes/enfold/includes/loop-index.php and replace
//on single page replace the link with a fullscreen image
if(is_singular())
{
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
}
with
//on single page replace the link with a fullscreen image
if(is_singular())
{
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
}
$external_link = get_post_meta($the_id, 'external_url');
if($external_link) $link = $external_link;
Cheers!
Peter
Hi!
1) The submenu modification would require some additional coding (js/css) and this customization is beyond the scope of our support forum. I recommend to hire someone here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization who can help you to modify the theme files or you can search for a menu plugin here: http://wordpress.org/plugins/
2) You can use following code to align the menu items on the left side and to remove the dots for the child menu items
#top .sidebar_left .widget_nav_menu li {
text-align: left;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
content: "";
}
Best regards,
Peter
Hi..
1. If possible, please add function to move the comments into the tab instead of in the bottom of the page. Need it to be on portfolio.
2. Please discard the portfolio slug, and make it directly http://www.webname.com/posrtfolio-name.
With both feature above, you’ll be perfect!
Hey!
It may be, feel free to request it here.
Just to add something, Disqus actually can sync the comments made on the system to the WordPress system.
Best regards,
Josue
I love enfold, my favorite theme ever. Way to go!
Im having an issue with the animations since the update.
See this page, when you hover over a blog the whole theme moves: http://bit.ly/1bJdk1j
Also, see here, as the image comes in from the left and sets the whole theme jerks: http://bit.ly/1fx0jtg
What is happening?
Yigit, thanks for the help. That fixed part of the problem. It worked for the first row, but the left border persists on the non-header rows.
Hi!
I’m not sure what the root of the cause is but the best thing to do would be to remove your customizations from the child theme both css and replacement files and save them locally. Then make sure things are working on the normal theme+child theme setup and re-apply your customizations one by one to find where the conflict is.
Make sure that at the same time you keep all plugins deactivated. You could also re-download and re-install the main Enfold parent to make sure there were no issues with the main theme files.
Edit: I wanted to mention that my removing all of your child theme style.css changes and those from your quick css it fixed it through dev tools view. So it is an issue with the custom css I just am not sure where within.
Regards,
Devin
-
This reply was modified 12 years, 2 months ago by
Devin.
Hi!
Sure, i am leaving this thread open. Waiting to hear from you
Best regards,
Yigit
Hey Fabrice!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
@media only screen and (max-width: 768px) and (min-width: 480px) { .logo { margin-left: 30px; }}
@media only screen and (max-width: 479px) { .logo { margin-left: -35px; }}
2)
#advanced_menu_toggle { right: 2%; top: 40%; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
tr:first-child th { border-top-style: none; }
tr th:first-child { border-left-style: none; }
Regards,
Yigit
What plugin did you guys use for the google map in the contact page of the enfold demo? I tried WP Google Maps but it doesn’t seem to be responsive like yours is.
Thank you
http://www.scottlambrecht.com/curling-world-rankings/
I haven’t been able to remove the top and left edge border.