Hi!
Please give us a link to the website. We would like to check. Deactivate all plugins except for the WPML plugin. If you have access to .htaccess file, add this:
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
Best regards,
Ismael
Hey totofunk!
Please try to switch to a default theme then switch back to Enfold.
Regards,
Ismael
Hello,
I am getting an error when loading pages that use breadcrumbs on my site.
I get the following error
Fatal error: Call to undefined function avia_breadcrumbs() in /home/XXXXX/public_html/XXXXX/wp-content/themes/enfold/functions-enfold.php on line 302
What does this mean?
Thanks in advance.
-
This topic was modified 11 years, 11 months ago by
mike.rav.
Hi Tali!
It isn’t overly difficult to do but adding it in makes for an awkward page layout and takes modifying the theme files directly (at least for now). In config-woocommerce>config.php replace lines 923 to 954 with this: https://gist.github.com/DevinVinson/9266284
This changes the summary area to five grid spaces and then gives the sidebar three on the right. It shouldn’t have any issues but if it does you’ll need to look into other resources to have them fixed.
If able I’ll add a patch for 2.6 to make these functions replaceable via child theme.
Regards,
Devin
Edit: This can be done via a child theme as of 2.6: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
-
This reply was modified 11 years, 10 months ago by
Devin.
I have my pages blog section as “multi-author”, meaning you can click each Gravatar or name of each author to pull up an Author Archive page with a short description of the author and a list of their previous posts.
This feature works for all the contributors except for one, who, when you click his name gets a “Error 404 – page not found”. He managed the site and posted a lot of content for about 2 years before I took over and changed it to the Enfold theme, so I’m wondering if that has anything to do with the problem.
Thanks,
Ben
I was able to add a Tag/Category function to my pages and use the Post Slider. Works perfectly.
Thanks
Hey!
The widget includes “Enfold RSS Link” or the subscribe button, not just the twitter account.
Cheers!
Ismael
Hey pako69!
Please add this on the Enfold (EN) > Theme Options > Styling > Quick CSS:
.header_color .main_menu ul:first-child > li > a {
color: #808080 !important;
}
.header_color .main_menu ul:first-child > li > a:hover {
color: black !important;
}
You can also add it on custom.css.
Best regards,
Ismael
Hello, I am also seeing flickering on iPad with the Layer Slider, and it crashed Safari several times. I tested the demo Layer Slider files packaged with Enfold and see the flickering there as well.
I’m running the latest version of WP, Enfold, iOS, and have no plugins installed. Also cleared the cache on iPad.
I think this is a new problem as I have used it before without noticeable flickering or playback issues. The website works fine on Win Chrome, FF, IE.
Link to site:
http://vuspex.com/wordpress/
Hi,
The parallax effect does not work on iOS, and that is fine. However, on iOS, the images appear scaled way up and fill the entire screen. I would be ok if the height stayed minimal to 25% of the browser screen, but as it stands, the website looks broken and buggy on iOS and fine on Chrome, FF, and IE.
I am using the latest version of WordPress and Enfold. I tried clearing my cache on iPad 2.
Including link to live site here:
http://vuspex.com/wordpress/
I deleted those lines and I’m getting this error.
Warning: Cannot modify header information – headers already sent by (output started at /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:1) in /home/rawjuici/public_html/wp-includes/pluggable.php on line 896
Hi,
I notice that you have the ability to make comments private on this site. I would like to do the same with my enfold themed site. Are you using a plugin of some sort ,if not is it possible to get the source code to create my own plugin rather than start from scratch. Also, it looks like you use wp-editor for comment and replies, is it possible to incorporate this editor in comments my enfold site?
Update: Issue is resolved.
Primarily the post-snippets plugin is not a good solution for me as I am creating a pretty large website, and to create links just to replace the OIO javascript would take a good couple of days.
My fix:
The main problem was an ad blocker mixed with the minify.js plugins. Disable those and it seems to come right up.
the ad blocker inserts dashes and spaces into javascript code to scramble the ad, and in my case, It scrambled it even before it gets put into the Avia viewing screen. and because Avia cannot produce the broken JS, it seemed to remove it. it may have been the ad blocker that removed it.(unsure).
Why remove minify JS:
Enfold seems to have an issue with minify plugin. which crunches code so it can serve pages faster. but that breaks CSS on safari desktop browsers.
Hello,
I’ve got a child theme from enfold.
I want to change 1 setting in avia.js and thought that it was enough to make a js folder in the child theme with the avia.js in it with my changes. But he keeps pointing to the avia.js from the normal theme.
How is that possible and can I change that?
Gr. Jeen
I agree with someone else’s post in support that it would be nice to have checkboxes for some options on embedded YouTube videos — especially “hide related videos.”
Love this theme!
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-height: 60px; }
#header_main { height: 90px; }
#advanced_menu_toggle { top: 80%; }}
Regards,
Yigit
I am using the portfolio grid on my website (enfold). I have the gallery working fine. Click on an image opens to the single portfolio entry.
I would like the larger image though to either be linked to the actual website in a new window or just disable the lightbox. If I disable the lightbox then I would use text along the side of the image to contain a link to the website.
Hope that makes sense.
Here is a link to my website msf web design.
Hey ftt123!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_transform .avia_start_delayed_animation.av_font_icon { -webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
opacity: 1!important;
-moz-transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
transform: scale(1)!important;
}
Regards,
Yigit
Hey roberthickling!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block;
}}
Can you try resetting video link?
Regards,
Yigit
Hi!
Style.css file of your child theme is not working?
Have you created child theme using video tutorial here http://kriesi.at/documentation/enfold/using-a-child-theme/ ? If not, please do so. You can also download pre-built child theme on the same page
Regards,
Yigit
Hi jaroljmek!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.slideshow_caption, .slideshow_caption h2 { color: red!important; }
.caption_framed .slideshow_caption, .caption_framed .slideshow_caption h2 { color: green!important; }
Best regards,
Yigit
Hey Scott!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.gm-style .gm-style-iw { color: red; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_1 > div > div > div > div > div.flex_column.av_one_third.avia-builder-el-12.el_after_av_one_third.el_before_av_slideshow_full.avia-builder-el-last {
background-color: orange;
padding: 10px;
}
Cheers!
Yigit
Hey Snerp!
Please remove the code i have provided and update Enfold to the latest version 2.5.4. Peter told me that issue was already fixed.
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey!
You can add Content Slider element under Content Elements in Avia Layout Builder and add your related pages manually
Regards,
Yigit
Hi munck!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.logo, .logo a, .logo img { max-width: 100% !important; }}
Regards,
Yigit
Hey courtney_martin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-page .entry-content-wrapper h2 { text-align: center; }
Cheers!
Yigit
Which setting in the Styling Options box controls the font color on the Google Maps info box when using the Enfold Child Google Maps widget?
Couldn’t find this anywhere.
Thanks!
Can I add a related post section at the bottom of the Advanced editor?
Is there a way to show related pages?
Hi,
I’m now not able to make spacing adjustments for certain page/formatting using the Horizontal “Whitespace” shortcode, it’s now using the code you suggested, globally for any of the HR shortcode settings. Is there a way to make the spacing adjustable for the “Whitespace” shortcode
Yigit
Moderator
Hi Snerp!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.hr { margin: 30px 0!important; }