Hi Tung Do,
I tried Option 1 and receive an error:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘enfold_child_load_google_fonts’ not found or invalid function name in /home/integral/public_html/wp-includes/plugin.php on line 505
I’m not a php coder so am not sure what it means nor what to do…do you recognise this code and know how to fix it?
cheers
Darryl
Hey!
Make sure you are using the latest version of Enfold (3.0.2).
Regards,
Josue
Hi!
The bundled version of LayerSlider is meant to be used within the Enfold Layout Builder, if you want to use it via shortcode or PHP function you’d need to purchase LayerSlider as a standalone plugin and disable the Enfold one afterwards.
Best regards,
Josue
Hi enfold team:
I wonder if there is a functionality exist in enfold theme to display the subscribe button or link just like the one in this forum above?
Hi Krissie!
1. To use a custom blog layout template, simply save your file as single-(post-type).php.
For reference:
http://codex.wordpress.org/Post_Type_Templates
http://codex.wordpress.org/Template_Hierarchy
2. For sidebars for particular posts in certain categories, create a page for the post, add the blog post using Avia Layout Builder, add a Dynamic Sidebar using Widget Area.
Alternatively, you can look into third-party plugins.
E.g https://wordpress.org/plugins/wp-custom-post-template/
You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
3. With regards to images, you can change image size on functions.php, find this code
$avia_config['imgSize']['widget'] = array('width'=>48, 'height'=>48 ); // small preview pics eg sidebar news<br />
$avia_config['imgSize']['related'] = array('width'=>128, 'height'=>80); // small images for related items<br />
$avia_config['imgSize']['portfolio'] = array('width'=>208, 'height'=>125); // small preview pic for default portfolio (4 columns )<br />
$avia_config['imgSize']['portfolio2'] = array('width'=>448, 'height'=>260); // medium preview pic for 2 column portfolio and small 3d slider<br />
$avia_config['imgSize']['portfolio3'] = array('width'=>288, 'height'=>170); // medium preview pic for 3 column portfolio<br />
$avia_config['imgSize']['page'] = array('width'=>608, 'height'=>200); // image for pages and one column portfolio<br />
$avia_config['imgSize']['featured'] = array('width'=>928, 'height'=>350); // big images for fullsize pages and fullsize 2D & 3D slider<br />
$avia_config['imgSize']['portrait'] = array('width'=>340, 'height'=>390); // medium preview pic for portrait pictures
You need to regenerate thumbnails once you edit the thumbnail sizes.
Regards,
Arvish
Hey!
The custom link is a meta data (“av-custom-link”) attached to the media file, in this case i think you’d need to do that with the term in question, check out /enfold/config-templatebuilder/avia-template-builder/php/media.class.php:87.
Cheers!
Josue
There are many ways to do this.
Adding a Google Font
1ST OPTION: enqueue it via the child theme functions.php file. Example:
add_action( 'wp_enqueue_scripts', 'enfold_child_load_google_fonts' );
function enfold_child_load_google_fonts() {
wp_register_style( 'enfold-child-fonts', '//fonts.googleapis.com/css?family=Lora:400' );
wp_enqueue_style( 'enfold-child-fonts' );
}
2ND OPTION: embed the Google Font using your child theme style.css file. (The example above is recommended.) Example:
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
3RD OPTION: Use the Google Font embed link in your child theme header.php file. Again, I recommend option one.
Adding scripts
Very similar, almost exactly, to the examples above. Look into wp_enqueue_scripts. At the bottom of that documentation page, there are links to other functions that should help you as well, like print, register, or localize scripts.
Hey Enfold. Love your themes, have 4 of them. Just a problem though. I deleted a logo from Enfold theme, and need to upload and replace, however it will not let me. I click upload, page does nothing… any tips?
I want to have a stationary, “sticky,” color section, (where the slider or banner is at the top of the page,) that is anchored to the top menu. Then the rest of the content would slide up underneath it in the way the content now slides under the menu as you scroll down. So I can have some information that is constant at the top of the page, then as menu items are clicked the page navigates, (scrolls,) to that section in the bottom half leaving the menu and the top banner constant. A single page type site navigation.
How can I anchor, fix the position—in my case 122px from the top and 100% width, a color section to the top menu and have the rest of the content slide up under it as links are selected? I can do this within an HTML/CSS environment, but cannot within the WP Enfold dashboard.
After looking through the support posts, what I am trying to do is fix a full-width, responsive color section into which I can place content, to the header. So when a user scrolls down, the header and the fixed banner/content are always visible. Is this doable?
By client demand, I need to fix some content on the top of the page.
If this is not possible, can I just code a container in “code” element and have it work within Enfold? If I place a code element within the “color section” and fix it at a position, with the color section be fixed or will that not work.
I hope you can help me as I am on a rush deadline and am stuck on this.
Thank you.
-
This topic was modified 11 years, 6 months ago by
blaircomm. Reason: Clarification
Here’s a link to a screenshot: http://i.imgur.com/WKTdTOA.png
As you can see the top of the parallax portion is cut off. It should be directly under the banner at the top. (And sometime it is, but not all the time.)
Any chance you’ll be adding pics to this forum? (The only reason I have an Imgur account is for Enfold theme support.) Kind regards.
This reply has been marked as private.
Hi Yigit. Thanks–but I’d already tried Josue’s solution (I did a search prior to posting my question). It works for images , but not for iframe content, which is what I’m concerned with, as I’ve noted throughout. The iframe content remains the same default large–i.e., it covers about 70% of the screen. The iframe content is responsive (takes up the entire screen when going directly to the origin URL). Please see exactly what I’m referring to with the links I provided earlier per your request.
I’m hoping to avoid adding yet another lightbox plugin, as they often don’t play nice with each other (or with themes), so I’d really like to use the lightbox solution that comes with the theme.
Any other ideas on how to change (increase) the lightbox size for iframe content within Enfold?
Thank you!
This reply has been marked as private.
Hi,
I use the mentioned plugins and wootickets
So “The event calendar” and “Calendar Event Pro” and “Wootickets” are all installed with Enfold.
Before Enfold added “compatible” with “Event Calendar” the single page for an event was nice with 3 rows 1 col
Event description on top and meta stuff under, then the wooticket – NICE!
Now it’s a mess with 2 col (1 narrow one on left with meta and ticket squeezed together ) and a wider col with the event description)
How do I move it back to the nice old layout?
When I install these plugins, the admin panel gets disabled so I can’t edit any part of my page.
Am I the only one having this problem? Is it possible to fix by any chance?
Reference, the original problem 3 weeks ago: https://kriesi.at/support/topic/enfold-v3-wp-admin-wont-load/
Hey!
Please go to Appearance > Editor and open functions-enfold.php file and find
if(version_compare($settings['wpversion'], '3.8', '>=' ))
{
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['prev'] = get_previous_post($settings['same_category']);
$entries['next'] = get_next_post($settings['same_category']);
and change it to
if(version_compare($settings['wpversion'], '3.8', '>=' ))
{
$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['next'] = get_previous_post($settings['same_category']);
$entries['prev'] = get_next_post($settings['same_category']);
Regards,
Yigit
Hey!
Thank you for your kind words! :)
Currently it is not possible. You can go to Enfold theme options > Header > Mobile Menu and choose to display mobile menu at 990px width. If you would like to display it on screens wider than 990px, please request or vote if already requested, such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hi moltenman!
Please go to Enfold theme options > Sidebar Settings and choose to display sidebar under “Sidebar on Archive Pages”
Regards,
Yigit
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit
Hey!
Can you please try de-activating all active plugins and check if that helps?
You can also try to enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
and edit shortcode on default editor
Cheers!
Yigit
Hi
Sorry, but my friends still have a problem with loading the page. For example: iphone4, loads the page, and when it comes to 95%, crashes and off site. Maybe it’s the browser, but if you have Safari on iPhone 4? And what if it is Maxthon? and others? I have no idea about what can go. Your suggestions?
thank you
Damian Bilinski
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 8px; }
strong.logo * { max-width: 85%; }}
Best regards,
Yigit
Hey mattardisson!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { text-decoration: inherit!important; }
Best regards,
Yigit
My client aked me if he can upload files trough wp-admin so visitor can download some pdf, documents, and other kind of files.
Is it possible to do this using only enfold ? Or i need an plugin ?
Hi Yigit,
I’m sharing the attitude above :). And I’m having a problem with translation as well, however in this case I think it could be a bug.
I’ve translated everything with Codestyling Localization and everything was just fine, until I updated Enfold. Then it messed up (understand – translated back to English) at least the bottom section of the articles (“Share this entry”, all stuff about comments and so). Tak a look here’s a specific example.
It’s not really a blocker, but it kinda buggs me, ‘cos I have to translate it back every update :(. So…this is kinda feedback for you guys :).
Thanks for the awesome theme, it was one of the best investments I did last few months :)!
Mathy
-
This reply was modified 11 years, 6 months ago by
etnMathy.
Hi, I’d like to use toggles in a web page for a Customer and I’d like to align justify the content text. Can you suggest me some code to put for example in Quick CSS of the Enfold theme?
Many thanks.
Marcello (Italy)
Hey Guys,
is there a way so that a front page created as on http://kriesi.at/themes/enfold-business-flat/ gets HTML-valid?
Please see http://validator.w3.org/check?uri=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold-business-flat%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 for errors.
In my implementation, I get the following 2 errors:
- No space between attributes
- Attribute ; not allowed on element span at this point
Thanks a lot!
Best, Simon
Hi there,
Although I have not used it yet, how to I activate the Events Calender that comes with Enfold, or is this an external pluh=gin?
Thanks,
Silvio
Versions
Wordpress: 4.0
Enfold: 3.0.2 (running child theme)
After updating both WordPress and Enfold, we’ve noticed the following bugs occurring:
1) Updates to an existing page built with Advanced Editor are often not saved and can result in content disappearing from the page. I was able to consistently reproduce this by replacing/adding images on select existing pages of ours. If the images are separated from other content with a color section though, this appears to be okay..or at least not as bad.
Related Posts: https://kriesi.at/support/topic/big-issue-with-enfold-3-0-1-wp4-avia-breaks-up/
https://kriesi.at/support/topic/lost-changes-in-advanced-editor/
2) Color Sections do not properly close – if background color is not selected for the section, it will continue until the next color section starts
Note: I’ve noticed this happening with existing pages… I have not tested by building a brand new page yet.
Related posts: https://kriesi.at/support/topic/editing-page-in-advanced-editor-breaks-color-sections/
3) Buttons that include “>” in the text field appear to be completely independent from the styles selected. Its as if the symbol closed an incomplete tag that came before it. This never used to happen before.
In all three of these instances, it appears tags are either not being properly closed or closing other existing tags inadvertently. Looking into this further, specifically #1 that I mentioned, I discovered that images added via Advanced Layout now come with a separate closing tag [/av_image] which was never there before. Aside from rebuilding countless pages of content, is there any solution or update that is coming that would resolve this sort of thing?
Hope this info is descriptive enough. Please let me know if I can provide any additional info.
Hey!
Just made the update. Everything went fine but still I have 3 issues since the update (see private link) :
1. The logo looks bad, kind of fuzzy… though it shouldn’t.
I re-uploaded it in the admin/Enfold/Theme options, and refreshed, but no changes…
It seems like it’s being made “bigger” on desktop mode than the original size. And the original size seems to come back under approximately 750px -> the the logo looks clean again.
2. In the container (alternate color) just under main menu -> The “main page” titles are not aligned correctly on the left anymore.
Here again, it seems to align correctly again when I stretch the window to 750px more or less…
3. On the “references” page (on Safari only) -> second slider -> border bottom is kind of cropped.
Thanks for your help! Cheers!
Marie
PS: for info no child theme here, just quick css.
-
This topic was modified 11 years, 6 months ago by
Marie.