Dear Enfold-Team,
in my server logfiles i found that there is a missing shadow.png, i cannot find it on the live preview, too.
/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/shadow.png
Did you can help us?
Thanks
Marcus
I have the Soliloquy slider installed on a test installation and I have a conflict when trying to use the Pinterest add on and lightbox add ons together.
I have disabled the Prettyphoto lightbox effect in the avai.js file:
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:’avia_lightbox_callback’});
This makes the Pinterest addon work but it also stops the Soliloquy lightbox adon from working.
Any thoughts on how to get both to work at the same time?
Dear all,
I experience strange behaviour with title and breadcrumbs with the latest ENFOLD version and the latest WPML version.
For the the german version the title and breadcrumb appears, no matter what settings I choose.
For the english version neither the title nor the breadcrumb appears, no matter what settings I choose.
Please compare:
I checked my child-theme-settings for both languages and made sure that for both languages “Header Title and Breadcrumbs” is set to “Display title and breadcrumbs”. After the last update I saved these settings again, without any luck.
I also checked both pages in the backend within the right column and made sure that “Title Bar Settings” is set to “Display title and breadcrumbs”. I also republished both pages. No luck either.
Lastly I checked the source-code of both pages in german an english language and it appears one difference between the both versions:
While checking the source-code of the german version (where title and breadcrumb appears, no matter what setting I choose within the page) I figured out that the following part is missing in the source-code of the english version:
Above <div class="container_wrap container_wrap_first main_color sidebar_right"> the english page misses <div class="stretch_full container_wrap alternate_color light_bg_color title_container">
Please compare source-code of http://eperi.de/news-events/ at line 149.
Now I need some advice on how to solve that issue and would be really glad if you might help me with this…
EDIT: The detail-view of a post displays title and breadcrumb in both language versions.
Kind regards!
I love the enfold template. One issue is if I build a nice page with many elements, then my client needs that stuff moved to a new page, I have to rebuild that new page
Is there a way to copy all the content from a page and move to another page. All the containers and sliders and everything all at once?
thanks for any help you can give – joe
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-masonry-entry .av-masonry-entry-title { font-size: 12px; }
Regards,
Yigit
Hi Ismael,
I am not seeing that option. This is what I see when I go to enfoldchild > Header: http://s16.postimg.org/fkqd9e4d1/headersection.jpg. You can see here that my child theme is connected to the parent theme ‘thinkgate’: http://s16.postimg.org/8k6yucryt/childthemeappearance.jpg
I am thinking it may have something to do with how I have my child and parent theme set up. My parent theme, renamed to ‘thinkgate’ is version 2.6.2 (see here: http://s16.postimg.org/vkdm6opsl/parentthemeappearance.jpg). I changed also changed the theme name folder to ‘thinkgate’ in the /wp-content/ folder as well as in the parent theme’s style.css (see here: http://s16.postimg.org/fw7tm5kt1/parentstylecss.jpg).
Do you see any other reason why I am not seeing these new features of 2.6.2? My child theme’s style.css seems to be set up correctly (see here: http://s8.postimg.org/mqf36d92t/childsgtylecss.jpg).
Thanks for your help!
– Cameron
Hey tommyfo!
Please go to Appearance > Editor and open Functions.php file and find
// wp_register_script( 'wp-mediaelement', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
and add following right below it
wp_enqueue_script( 'custom-js', $template_url.'/js/custom.js', array('jquery'), 1, true );
Save your file inside wp-content\themes\enfold\js folder with name custom.js
Regards,
Yigit
Hi Romina77!
Please update Enfold to the latest version 2.6.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Then go to Enfold theme options > Header > Header Layout and choose “Logo center, menu below”
Best regards,
Yigit
Hi Aleks!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }
Cheers!
Yigit
Hi David!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. Then add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }}
@media only screen and (max-width: 480px) {
#advanced_menu_toggle {
top: 115%; }}
Best regards,
Yigit
Hi Finlando!
Please go to Enfold theme options > Footer > Default Footer Widgets & Socket Settings > Don’t display socket and footer widgets
Regards,
Yigit
Hi,
It seems that the default thumbnail title will always show on hover in the galleries (layout builder). Even if I choose the caption tool-tip.
Is there some css or code that I can remove / add that will not show these default title’s on hover?
Enfold 2.6.2 – WP 3.8.1
Thanks,
Chris
-
This topic was modified 11 years, 12 months ago by
Chris.
Hi!
I am trying to install s2Member plugin, but I can’t activate it, because doesn’t compare under plugins list.
On my local laptop with Mamp Pro, everything looks working fine.
Someone is using Enfold with s2Member? Any bugs or conflicts?
Best regards
D.
Hi nowhere!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none; }
h2 { font-size: 24px; }
h1 { font-size: 28px; }
Regards,
Yigit
This reply has been marked as private.
Hi,
Can you tell me how to reduce the padding and margins on the page content element, they seem a bit big and would like to use the space as some of my tables over.
also the spacing between layout elements seem a bit big, how do i reduce them
by the way, the theme is awesome, very clean and fresh.
kind regards
Aleks
Hello,
First of all some credits for the great theme!
Then now my question/problem. I want to show a full-width LayerSlider on every single post page (it’s one slider, so no need to configure it per page).
What i’ve done so far:
– I use a child theme
– Created my own single.php
– added the following code:
<?php echo do_shortcode(‘[av_layerslider id=”slider_blog”]’); ?>
This results in the following two errors:
Undefined index: index in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 118 and 121.
—
I managed to get it working by a very strange work-around, wich is not usable for the people who are going to use this website.
If i place [av_layerslider id=”slider_blog”] manually in the content of the blog post, save it, remove the shortcode from the content. Then the layer slider is working, because the post meta ‘_avia_builder_shortcode_tree’ is generated with some slider information.
—
Could you help me achieve what i’m looking for?
Thanks in advance.
Robbert
-
This topic was modified 11 years, 12 months ago by
adiuvoNL. Reason: Typo
Hi there
I am using the plugin WPML with the Theme Enfold.
I’d love to show only the shortcuts “DE, FR and EN” for the languages German, French and English. Currently I can only see flags.
This is my website: http://www.pakka.ch
I have posted my concern before and received this code as an answer:
.avia_wpml_language_switch li .language_flag img { display: none; }
.language_code { display: block!important; }
It worked quite well, but since the new version of Enfold it only works for the german version.
How should I proceed? SOS help!
Thanks in advance
Carolina
I have tried to style me website in the Enfold styling page. Most of the styling works but some dos not.
http://109.201.154.73/~ghtrdqpm/wp/produkter/
The headers and another color then I want. one i dark blue and the alternate is gray.
http://109.201.154.73/~ghtrdqpm/wp/about-us/
The team member name are also dark blue.
I have tried to add custom css like
.team-member-name { color:#305d87 }
.main_color .team-member-job-title {
color:#305d87;
}
nothing works
Hi!
I’m looking for help on how to add this http://codepen.io/ace/pen/BqEer Javascript to one of my pages.
Since I’m using the Enfold theme I thought I might ask here how to best implement it into the theme.
Best regards,
-
This topic was modified 11 years, 12 months ago by
tommyfo.
Hi!
Thank you for using the theme. The option Display Header for the title container and breadcrumbs is replaced with the Title Bar Settings. You can now choose to hide them, show only the title, show only the breadcrumbs or show them both. You can configure the option globally on Enfold > Header > Header Layout > Header Title and Breadcrumbs.
Best regards,
Ismael
Peter,
thanks for your reply.
I reuploaded both wp and enfold with ftp, using latest versions.
I put the site under maintenance and deactivated all plugins
Then with enfold as active theme I tried modify menu order, no way to change menu items position.
Enabled wp default theme, tried change menu order and it worked.
Problem still in place.
It suggests I stick some code in a child theme, I dont think I have a child theme and it does not tell me where in the child theme to place it?
can you please give a little more specific help
Hi!
Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).
Regards,
Peter
We did this, but it didn’t solve all problems.
Part of the solution was to copy the header.php from the enfold folder into the child theme folder. That solved the navigation problem.
The other problems seemed to be based on the wpml update we did at the same time. If we disable the wpml plugin the site stops reloading.
For now we are back at the old versions of enfold and wpml and will try the update again when we don’t expect many visitors on our site.
Hi ACKolloquium!
After the 2.6.2 update please go to Enfold > Settings and check the “Header” option page. We added some new options and you might need to reconfigure these options.
Best regards,
Peter
Hey andypeck!
Thank you for the question. Unfortunately, this is not available within the theme yet but we have noted this request in our list of potential improvements for the theme. You can vote or post the feature on this section: https://kriesi.at/support/enfold-feature-requests/
For now, you might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Maybe this plugin will help: http://wordpress.org/plugins/infographic-embedder/
Best regards,
Ismael
Hi noe34!
I reported it to Kriesi. For a quick fix insert this code into enfold/functions.php or your child theme functions.php file:
add_filter( 'avia_google_maps_widget_load_api', 'avia_remove_widget_script', 10, 2);
function avia_remove_widget_script($load, $config) {
if(is_page(array(20))) return false;
return true;
}
and instead of 20 insert the id of the page where you use the maps element.
Best regards,
Peter