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
You need to change the setting under Enfold Theme Options>>Header>>Responsive Header Main Menu from dropdown menu to slide out menu. That’s it…
Hi – Please note that this is *not* a duplicate issue although it may sound like one. Please see http://thecaloriemythbook.com/?page_id=2330 and then please see the same form on a plain HTML page at http://thesmarterscienceofslim.com/testor.html. You’ll note that on the Enfold site:
1. Country and City are not in the proper position
2. There is extra vertical space between all the boxes
How can we fix this on this page only (aka not sitewide)? Please not that all of the following do not work:
.page-id-2330 .post-entry.post-entry-type-page.post-entry-2330 .entry-content.clearfix br {
display: none;
}
AND
.page-id-2330 .entry br {
display: none;
}
I know this may fall under the realm of not supporting third party plugins, but this is a pretty major conflict.
I noticed this morning that no JS features were working in the WP admin’s Add/Edit Posts pages (though oddly not Add/Edit Pages). No dragging and dropping or minimizing meta fields, no Add Media lightbox, and so on. Usually a sign of a JS conflict. I spent a while trying to figure out what plugin or custom theme code might be causing it, and arrived at Simple-Press forums. When deactivated, the admin page behaved fine. Then, for good measure, I changed the site theme from Enfold to TwentyTwelve, with Simple-Press forums activated, and again the admin page proceeded to work perfectly.
From what I can gather after doing my best to audit the source code from both working and non-working versions, this may have to do with the order in which Enfold JS scripts are queued in the code. This is hard to be sure of, as there is a lot of inline code as well, not just queued JS files.
I’m happy to give you login information to this installation so that you can look around. Any help here would be immensely appreciated. We’re also in a pretty tight pinch with doing site updates and would happily compensate your team for any help looking into this.
Thanks!
Hi,
i have updated to 1.8 this morning, seemed to work smart as always. Then one of our teacher wrote to me, on his profile page the roll over items on the photo do not work anymore:
On http://www.musikzentrale.net/musikschule/juan-roos/, rolling over the globe (which actually should be linking to juans website) this link appears: http://www.musikzentrale.net/musikschule/juan-roos/kontakt%27%3E%E2%9C%89%3C/a%3E%3Ca%20rel=%27v:url%27%20data-avia-tooltip=
I have also set up a video link, opening our teachers youtube channel, an eMail link, pointing to the contact page.
Since i do have to deal with 39 teachers, all with at least to linked items in their profile, i do hope from the very bottom of my heart, that there is a fix to it without editing every single portofolio entry.
Cheers, Sebastian.
Hmm, talk to your hosting provider. I vaguely remember someone else having this same issue but solved it by having their host disable the auto caching that was set up. It was one of the wordpress dedicated hosts but the name escapes me at the moment.
Hi Devin. I think I know what the issue is, something to do with caching with WP. is there something in the template that caches?
The WP install is a fresh install, no other plugins. And if the cache is preventing it from showing up – where do I go to disable it?
Thank you.
Hi,
On the demo page of Enfold the Mega menu has non-clickable headers. How to do this? Cannot find anything about in the docs and forum.
Thanks!
Wouter