If its already on your server it wont be removed when you copy over the 1.8 update. Version 1.8.1 does re-add it into the theme files however.
Hi guys,
I read somewhere in this forum that all styling options in Enfold are saved in dynamic-css.php
On my test server this is working great, but somehow on the live server (different provider) I cannot save changes I make in Enfold > Styling… all other settings (General Settings, Header, etc) do get saved, but the Styling / Quick CSS don’t…
I’ve already changed the permissions of this php file to 777, but this doesn’t make a difference…
Anything else I can try?
best regards,
Bas
Hi Pedro,
You need to re-do the functions that include the admin folder and its contents into your child theme. Either way you will be having to look at the chang log for each version to replace or not the files within your child theme.
I find it better and less buggy overall to not use a child theme when editing a theme like that. But since you are already using one you can make a changelog.txt file of your own in your child theme with the notes and copies of all files you’ve changed in the parent so you can easily re-add them after each update.
You can also use the version.txt from the main theme to only update those files that have been changed instead of overwriting the entire theme.
Regards,
Devin
yes I’m on WordPress 3.5.2, just installed it last week when i purchased Enfold. these issues are occuring on the 3.5.2 install
Hi corly,
If you import it again on top of what you have it will reset your Enfold options and duplicate the menu items. It would be easier to just re-make the ajax portfolio since its really simple to do so.
The Ajax Portfolio Preview Settings allow you to set a preview image or a group of images to be used specifically in the Ajax portfolio view. This layout isn’t as flexible so that the previews will load predictably for the theme.
These are just under the visual editor on each portfolio item. You add a single image and some data for each portfolio item and then when you have a portfolio element you have a new option of making it ajax enabled.
Regards,
Devin
Hi, Enfold has been updated with an Ajax Portfolio.
I just downloaded and installed the new files. Can I import the (xml) dummy data again so I can use this example page as a starting point: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
without erasing the current pages of my website?
How to remove the get parameters from JS/CSS files (e.g. enfold.css?ver=1)
How I can add additional options to the admin menu options of the theme?
I’ve already added them, but modifying the includes/admin/register-admin-options.php file, but after every update, it dissapear. I would like to added through my child theme, but is not working properly.
Thank you.
sorry I’m in china at the moment and I can’t access to Vimeo!! – can you tell me where i can download the new version of the theme please? thank you very much
Thank you guys for your answere! Due to time limitation and due to the fact that I already had to pay the designer 50% upfront… I will for now let him develop custom wp theme even if the backend will be shitty compared with FAB Enfold :(
If anyone is a good designer of ongoing design related work on Enfold please feel free to contact me on johan (at) intelligentsolutions (dot) se thanks!
Hi,
just to show how this feature was used before the update, here is the link to our test environment:
http://mz.muze1.de/musikschule/juan-roos/
In the backen, everything is set as it used, so this issue is due to the update?
Thanks for helping
Sebastian.
I have all the media files uploaded in WP in the MEDIA content. I can see them via FTP also. When I tried to use this files in one page, an I press the option MEDIA (tw options upload new files o Media library) the media library looks empty, with no files. Some days ago the system works fine. I dind´t setup any plug in.
I Have the enfold, WPML, and the backup plugin. Those plug ins was installed at the beginning.
We only activated the WPML MEDIA , we deactivated this option an the problem still.
Can be a path corruption?
….
Thanks for the help and I’ll now switch the status of this post to resolved as the issues directly associated with Enfold seem to have been addressed. To be fair I’ll direct our questions about the layer slider to the creator of that component so you can focus on more immediate Enfold related topics.
Thanks,
HI,
Thanks for the video but ( /avia-samples) folder is not included in the 1.8 version, Shall we wait for 1.8.1 new enfold release or shall we copy avia -sample and paste to new 1.8 folder?
Regards
Is it possible to remove the logo in the header? I removed mine but the Enfold logo takes it’s place.
Thanks.
Marshall
Can I just say thank you to you all for sharing what you have built using the Enfold theme.
I am brand new to WordPress and the Enfold theme. I dont know anything about coding or CSS so find it hard to customise, but i don’t need to with the Enfold theme.
I transferred my site over from another theme and it was easy. My site (http://www.inhouserecruitmentgroup.com) is no where near as sophisticated as the ones shown here but now that I have the Enfold theme, I will be updating and changing over time.
Thank you so much for building this theme, it seriously has saved me thousands of dollars.
The quick css field can be found on the theme options page (Enfold > Styling).
The custom.css file is located in the enfold/css folder but WordPress won’t show it on the theme editor page. You can use ftp to download the file (navigate to wp-content/themes/enfold/css) or install an advanced editor plugin like: http://wordpress.org/plugins/solid-code-theme-editor/
Hi,
I can’t see this on our end. Can you give us a link to the actual page?
Please upgrade to Enfold 1.8.1.
Regards,
Ismael
Hi,
For the Portfolio Overview, you can edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > portfolio.php, find this code
$output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
$output .= "<div class='main_color inner-entry'>";
$output .= apply_filters('avf_portfolio_extra', "", $entry);
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
$output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
$output .= !empty($title) ? "<h3 class='grid-entry-title'><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
$output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
$output .= "</div>";
$output .= "</div>";
Replace it with
$portfolio_date = get_the_date($entry->post_date);
$output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
$output .= "<div class='main_color inner-entry'>";
$output .= apply_filters('avf_portfolio_extra', "", $entry);
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
$output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
$output .= !empty($title) ? "<h3 class='grid-entry-title'><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
$output .= "<br>";
$output .= "<span class='post-meta-infos'>";
$output .= "<span class='date-container minor-meta'>".$portfolio_date."</span>";
$output .= "</span>";
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
$output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
$output .= "</div>";
$output .= "</div>";
You can edit the date settings on Settings > General panel.
For single portfolio without the Advance Layout Editor, you can edit includes > loop-portfolio-single.php, find the code:
//display the actual post content
the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>');
Below, you can echo the date code:
echo "<span class='post-meta-infos'>";
echo "<span class='date-container minor-meta'>".get_the_time('d M Y')."</span>";
echo "</span>";
Regards,
Ismael
Hey,
Glad it is fixed.
Please upgrade to Enfold 1.8.1.
Regards,
Ismael
Hi Lele,
You can update via FTP following the steps in this video https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi,
Can you give us a screenshot of what you are trying to do? I’m sure it is possible. You can always use the text block element to input a html codes and the custom.css to modify styles.
Regards,
Ismael
Hi,
On Enfold > Header > Responsive Header Main Menu > please try to select “Display as Dropdown Menu”.
Please upgrade to Enfold 1.8.1.
Regards,
Ismael
Hello, I’m here to ask how to update enfold, I’ve 1.7 and i understood that 1.8 is already available.
but the problem is that I live in china at the moment, so i can’t access twitter, youtube or vimeo as well!!
Can you make please a description of the things I need to do to update it? thank you very much
-Lele
Hi guys,
I’m migrating content from an old site, including quite a few tables
It’s much easier for me to simply copy paste the table html rather then use table builder or shortcode…and the resulting tables look great.
eg **livedealer.org/dev/live-casino-games/live-blackjack/house-edge-comparisons/**
1 issue though… viewed on iPads, if the tables don’t fit screen they are cut off (right side) and can’t swipe/scroll across (or reduce size).
Is there a simple fix to make the whole tables viewable on mobile devices?
Really don’t want to have to use the table builder/shortcode…would be very time consuming given number and size of data tables being added
Many thanks
I finally figured out how to split a post, so that is resolved.
I still dont know where custom.css or Quick css is. I saw a post from another user, but Enfold says not to do anything to style.css.
And the menu still goes under the logo on an ipad. any suggestions?
thx again.
Hi Ismael,
Thanks a lot for your instructions.
I’ve just done that and it looks fine now – http://etool.net.au/blog/
However when I changed the page on Where do you want to display the blog? in the Enfold Theme settings, it seemed to overwrite this instruction for excerpt, so have left it as select a page.
Also my favicon has disappeared for this new page but it on all my others. Is that because it’s new or do I need to do something else?
Thanks, Siobhan
My hosting ISP doesn’t cache anything so that’s the funny thing to. But I found this lovely plugin called Versions http://wordpress.org/plugins/versions/ by ISEQQAVOG ( http://profiles.wordpress.org/iseqqavoq/ )
It solved all the caching issue and updates your styles and java-scripts right away!
It wasn’t a permission issue, it wasn’t a server caching issue, just something with WP and browsing not detecing that something updated. So whatever it was, thank you iseqqavoq
And you to Devin for your support.
– Axred