Hey!
If you are referring to this button:

Then that would be: /config-templatebuilder/avia-shortcodes/buttons.php
Best regards,
Josue
Josue,
Thanks for the reply… but… I was asking about what template file I could edit to change the layout / defaults for that feature.
I don’t want to manually place this button in every item. I want to edit the PHP.
Thanks,
Kyler
Hi,
You can edit the preview content here (portfolio item edit page):

Regards,
Josue
You guys are doing an amazing job!
I have a test server running 2.4.2 and updated my second test site to 2.4.4 and … the slight changes you’ve made (typographic weight, and the ability to control whitespace, etc.) are –awesome–.
Just love to give positive feedback when I can and… man you guys are doing a great job!
The only thing that could make this theme better would be live WYSIWYG editing but.. I’ll take enfold the way it is (and how you keep improving it…) for now.. : )
hehe…
Hi team,
I’d like to add a button below the ajax portfolio preview content that says something like “Read & See More” and has a dynamic link to the same URL that the title above goes to.
What template file would I edit for this? I am using a Child Theme.
Thanks guys!
Kyler
This reply has been marked as private.
There is a glitch with the button shortcode… if you add a button and… and pick a single page for the link it doesn’t put a proper link to the page… see below… puts 363 (or whatever number the page may be) and returns a 404 error obviously… entering in manually works fine…
[av_button label='BUTTON GLITCH' link='363' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']
Regards,
Mark L. Lee
Hi Devin,
Thank you, good to know that. I work in my server with 256M, maybe the hosting dosn’t have the capacity. I will ask the hosting’s support.
Regards,
Carlos
I’m about to update to the latest theme version and am also hosted on godaddy… is this a global problem? Should I hold off?
I can’t get categories to show up. I made the code changes mentioned in the “Enfold portfolio not working after WordPress 3.8 update?” thread but still no luck. What else can I do? I can’t get any of the portfolio grid changes to take effect. On page:
http://lifepointohio.com/portfolio_entries/going-public/
I have it set up for four columns, and set to sort.
I have found the issue seems to be some godaddy problem. Godaddy uses a php5.ini and I added a tmp folder to the root and this code to the php5.ini file to get the error to go away.
session.save_path = “tmp/sessions”
Hi contodo!
No, there is no conflict with WooCommerce and Enfold at the moment. I, along with most other users of the theme, have WordPress 3.8, Enfold 2.4.2, 2.4.3 and 2.4.4 along with WooCommerce Version 2.0.20 on lots of live servers without any major conflicts.
My guess is that there is something else causing a conflict either with the server setup (extremely low memory – 40mb or less) or perhaps you aren’t working with the most recent version of one of the items.
Regards,
Devin
Hey MBAM!
There is a javascript error with the facebook code or plugin (not sure which). Its causing an error with the jquery getting loaded in from WordPress and in turn the delay on showing the portfolio items isn’t working. A quick fix is to set the images to show anyway by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.grid-image.avia-hover-fx {
opacity: 1;
}
Cheers!
Devin
Hi!
1) You can add new icons via the function method here: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/
2) On each of your pages you have the option on the right hand side of the page editor in the “Layout” meta box to choose if you want to have the header. Look for the text:
“Header Settings
Display the Header with Page Title and Breadcrumb Navigation?”
3) In your theme options go to the footer tab and add [nolink] to the text box along with your own custom text.
4) The slideshow image is based on the options and image options you choose for that specific page.
For the blog page, if you’ve chosen that page from the theme options it ignores all settings on that specific page. See: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
Cheers!
Devin
Hi pelyon!
You can turn on custom css fields for all of the layout elements and then add a class with a background color: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
For example: add the class name custom-red-background to the new field and then this css to your Quick CSS:
.custom-red-background {
background-color: #F00;
}
Regards,
Devin
Hi akmhou!
You don’t copy the whole file to your child theme. Just have a clean fresh functions.php in the child folder. See: http://kriesi.at/documentation/enfold/using-a-child-theme/
You can download a pre-built child theme from there.
Regards,
Devin
This reply has been marked as private.
Hi,
I copied the functions.php file from the enfold folder into my enfold-child folder. Haven’t made any edits to the functions.php file and I’m getting the following error message:
Warning: require_once(config-wpml/config.php) [function.require-once]: failed to open stream: No such file or directory in /home4/akmimrp/public_html/stagingarea/2013212/wp-content/themes/enfold-child/functions.php on line 29
Fatal error: require_once() [function.require]: Failed opening required 'config-wpml/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home4/akmimrp/public_html/stagingarea/2013212/wp-content/themes/enfold-child/functions.php on line 29
How can I fix this problem? I would like to be able to add some of the PHP snippets to my child theme’s functions.php file.
Thanks
Hi!
I followed the instructions given by Ismael but it did not solve the problem.
I have added the following line to function.php:
add_theme_support( ‘deactivate_layerslider’ );
I then have tried to install LayerSlider. Unfortunetly, I get an error message.
Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /html/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:118) in /html/wordpress/wp-content/plugins/LayerSlider/layerslider.php on line 119
How can I solve the problem, so that I finally can integrate LayerSlider shortcodes in my blog posts.
Kind Regards,
Manuel
This reply has been marked as private.
Great tip Tim! Thank you :)
You’re welcome. Merry Christmas. :)
Great! will give this a try dude.
This reply has been marked as private.
Hey!
1) If you selected this page as “blog” page (Enfold > Theme Options) you can’t display a slider because a special blog template will be used for the blog page. However you can deselect the page (or select another page for the blog) and then add a blog element to the “Team News” page. The Team News page will then show the advanced layout – including the slider + blog element.
2) You can’t set the width of the sidebar to exactly 300px however you can change the layout by changing the container units class. See: https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/
Regards,
Peter
Hi,
My Enfold theme seems to have been broken since the last update. I have not been able to access the backend so I updated to wordpress 3.8 then reinstalled the latest enfold theme via ftp. Removed jetpack, bbs forum, and a couple other plugins.
I managed to regain access to the backend but get this error if the webpage loads.
Warning: session_start() [function.session-start]: open(/tmp\sess_jkd521q7v91vh0j708q3p2c9n2, O_RDWR) failed: No such file or directory (2) in D:\Hosting\11573812\html\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php on line 33
Its hosted at godaddy on windows.
website is http://boholmototoursasia.com
Please help me resolve this issue, I’m not a wordpress expert.
Thanks
Hi,
I wonder if the forum can help me; I downloaded this theme yesterday (I am a very basic user) and it worked fine during set up, but now I am getting this error showing and am unable to access the dashboard to edit:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 71 bytes) in /home/systemat/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 1138
Has anyone any ideas? All help or advice gratefully received.
Amy
icon and icon font is great but not very flexible … I WOULD LOVE TO BE ABBLE TO DEFINE AN ICON WITH AN IMAGE !!!! with the exact same interface as the testimonial one
This reply has been marked as private.