Hi there,
Its seems like I have AviaFramework conflict and I wonder how can I prevent the avia framework from modifying the html inside one of Enfold textblock sections?
here you can see the conflict:
http://www.Adigoldstein.com/videos
Best,
Adi
Hey!
If you want to add some custom content (description, etc.) to the category page you can use the category description option field: https://www.clipular.com/c/6172894090493952.png?k=iBd7tp-_wuMJUHfgYlUjzyiVkzg
The category title will show up in the breadrumb/title area like here: http://kriesi.at/themes/enfold/portfolio_entries/css/
If you want to edit the portfolio grid templates you need to edit wp-content/themes/enfold/taxonomy-portfolio_entries.php for the surrounding container and wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php for the portfolio grid.
Best regards,
Peter
Hey Mario!
You can try to switch the arrow position – please place this code into the child theme functions.php file enfold/functionsphp:
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
{
$temp_prev = $entries['prev'];
$temp_next = $entries['next'];
$entries['prev'] = $entries['next'] = "";
if(!empty($temp_next)) $entries['prev'] = $temp_next;
if(!empty($temp_prev)) $entries['next'] = $temp_prev;
return $entries;
}
Best regards,
Peter
This reply has been marked as private.
Hey Steve!
Try adding this to the Quick CSS:
.title_container {
background: url(https://kriesi.at/wp-content/themes/kriesi/images/enfold.jpg) top center no-repeat;
}
For specific pages:
.page-id-1195 .title_container {
background: url(https://kriesi.at/wp-content/themes/kriesi/images/enfold.jpg) top center no-repeat;
}
You can find the Page IDs when you edit the page.
Cheers!
Josue
Hey!
After checking the theme code I noticed you can’t deactivate the builder at all. Kriesi uses some of the template builder functions (i.e. av_icon_css_string()) within the theme files and if you disable the template builder the theme breaks. Unfortunately at this point this means Enfold is not compatible with VC.
Cheers!
Peter
This reply has been marked as private.
Hi Josue,
Sorry, still not working.
I replaced the code in the enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php
but my enfold/config-wordpress-seo/config.php doesn’t contain the line I’m supposed to delete.
Thanks,
Shelley
Hi Yigit,
I’m using latest version enfold.
I went to that video, I don’t have gereneral setting under “Theme option”.
There is only “General Styling”, and when I open it, there nothing about icon.
And I can’t find anything about icon in Theme option either.
Please help
Hi!
There isn’t, the only workaround is to downgrade Enfold but you’d need to have an older version of the theme.
Best regards,
Josue
Hi!
None of the shortcodes that are appearing in the link you posted are Enfold shortcodes. The Enfold dummy content gets imported in Enfold > Import/Export > Import dummy data.
Regards,
Josue
when I point a link to my website from inside a facebook post… facebook will automatically grab a couple of pictures as well as some of the initial text from my site. The pictures that it grabs are from the stock photos that ship with the Enfold theme and it does not give me a choice to select any pictures that I have in my media library.
Question: Does anybody know how to set up the enfold theme so that I can select what pictures facebook will allow me to choose when posting a link to my website?
Hey!
I think doing such complex form using the built-in Enfold form element is not doable, you’d be better using a specialized plugin for that:
http://wordpress.org/plugins/contact-form-7/
http://www.gravityforms.com/
Regards,
Josue
Hi Devin!
know any plungin to integrate well in Enfold?
Regards
That didn’t work It took down the site completely and took down any access to the WordPress Admin. Thankfully I had a backup php file.
I had to go in via FTP and replace the file as the code didn’t even show up in the php page to edit out. I had placed it in the child “functions php,” as that is what I am using.
Here is the error code:
Parse error: syntax error, unexpected ‘?’ in /data/19/1/81/104/1896756/user/2063450/htdocs/blaircomm_epic/blaircomm14/wp-content/themes/enfold-child/functions.php on line 11
Thanks.
– Michael
This reply has been marked as private.
I just installed Enfold but all the dummy data is not showing correctly. All the shortcodes for the Avia Layout Buidler are showing up in one box and aren’t working correctly.
It would be helpful to use the dummy content to build some pages, but I don’t want to have to reconstruct them individually with the layout editor. What do you suggest?
Hi,
Quick CSS is found in Enfold > General Styling (at the bottom).
But if you are using a child theme you can put it in its style.css file.
Regards,
Josue
Hey Alexa!
The form should work now with Gmail addresses, i fixed it by applying Peter’s code here.
If you want to change the from email you can do it here:
http://localmotionent.com/wp-admin/theme-editor.php?file=functions.php&theme=enfold-child&scrollto=0&updated=true
Regards,
Josue
You mean the word reportage for ex.?
You can deactivate it in enfold settings under Header settings, header layout > Header Title and Breadcrumbs
And you can change it in your page, right side > Layout too.
Quick CSS? Are you referring to the Theme Editor.. styles.css file?
By the way we are using the Enfold child theme.
jw
Josue:
Thanks for your reply. Yes, of course I understand that.
However, what about all the potential clients who do not use the latest browsers. Websites must be somewhat backward compatible or they cease to be commercial and effective. Once a potential client has a bad experience on my business site I cannot go to them and say please upgrade your browser. It becomes lost business and a missed opportunity. I think this is basic site development technology.
If Enfold upgrades will make it incompatible with older browsers, is there any way I can revert to the earlier version of Enfold that worked fine?
Thank you
– Michael
Hey @tlow87!
Try updating to the latest bug fix release which I believe had a fix for that. You can either update from within WordPress if you’ve added in your themeforest username and api or via FTP.
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
Regards,
Devin
Hi Iano999!
No, the two don’t allow for switching between them. You’ll need to enable the debug field for the ALB to view what shortcodes are being used.
See: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
Devin
Hi,
I have some issues with the enfold theme, which actually is the greatest i worked with! I hope u can help me out…
1. I installed “Custom Facebook Feed”, tried to copy and paste the shortcode as a text-element but nothing appears. How can i solve the problem?
2. I put a dark background behind me slider, at the pc i’ve got no problems and everything looks great, but looking at a mobilephone the background is way to big in height. Is it possible to set the background responsive in height, so it gets smaller at a small display?
http://www.oldmencrew.com/
Would be very glad for help guys! Thanks
Hi, Yigit.
Sorry again, could not find the code that you had added to functions.php. Now I’ve seen.
On this subject I mention that besides the change in functions.php, I added the code to post avia.js 268793.
With these two modifications http://www.arojo.es works well.
But the problem I have another installation of Enfold (www.rojocj.es) that I use for testing. Having made the changes in functions.php and avia.js. Watch as seen in the image gallery http://www.rojocj.es/?page_id=53: keep looking tooltips white background.
Privately I send you login details.
Greetings.
Thank you!
Here is a link to Dropbox with few images of the problems;
https://www.dropbox.com/home/Public/ENFOLD
Regards,
Lucas
Hello
I have just updated both WordPress and our Enfold theme. Most things seem to be fine with the exception of a few Avia layout builder content elements:
– the testimonials grid and the content slider no longer work; no text is displayed on the actual website page
– the icon list is no longer displaying the icon
Could you help with this?
Hello … Just finished launching a WP site based on Enfold – http://www.masjidetauheedulislam.com/
Just having an issue with the mega menu – for some reason the menu (Located under ‘Downloads’) is shifted to the right rather than being centered …
Can you help to what might be causing this?
Many Thanks!