Hi,
Im finalizing a website im working on and now IE9 is giving me a hard time with one last small flaw. The link titles (when u hover on an item) for some portfolio tiles are not shown correctly after filtering.
http://vdmbv.cyoniq.com/projecten
Does anyone know what could cause this? I noticed the enfold demo site is not having this issue.
Thanks.
Hi,
First, delete or remove all Layer Slider elements on the entire website.
Edit functions.php, find this code
require_once( 'config-layerslider/config.php' ); //layerslider plugin
Replace it with
//require_once( 'config-layerslider/config.php' ); //layerslider plugin
Then go to wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > locate slideshow_layerslider.php and remove it.
Regards,
Ismael
Hi,
Do you have Enfold 1.7? Your wordpress version should be 3.5 or higher.
Allocate more php memory.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Yes, there is a preview at the very top of Enfold > Styling. For example, change the background of the header then scroll back to the top, you’ll see the preview header.
Regards,
Ismael
Hi,
Do you have Enfold 1.7? The EasySlider on my end is quite responsive.
Please give us a link to your website.
Regards,
Ismael
“Warning: trim() expects parameter 1 to be string, array given in /###/####/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 442”
What is the Problem?
Thankyou
Markus Lissner
Hi,
1) You can add css via Quick CSS located in Enfold > (Theme Options) > Layout Styling … its a text box at the bottom of the page. Just paste your css in there and save.
2) Its on line 186 of /framework/php/class-bradcrumb.php
3) Please show a screen shot of the page where the main categories are locate on. They are in multiple places in various font sizes.
4) Just delete the http:// when you submit the page. Though I think that functionality depends on there being a link. Since the field is Website Name and Website URL , so if you leave Website URL empty, there won’t be a website name.
4) You can set line 83 of footer.php to read
$kriesi_at_backlink = "";
Thanks,
Nick
Hello there!
I’m setting up a website with this theme and I’ve got a copyright sentence that I want to put at the footer. The problem is, no matter what, I’ll have “Enfold Theme by Kriesi” right next to my sentence. I want to delete this. How can I do it, please?
Hi there,
I just switched to the Enfold theme and I gotta say: it ROCKS! Thank you so much for creating such an awesome theme. It already works like a charm.
Just a few formatting/css questions related to viewing the site on a mobile device (link to the site so you can see live what I’m talking about: http://www.ferienwohnung24-garmisch.de)
1. Easy Slider: looks good on PC and tablet with captions, but on iPhone (and I presume on Androids, Windows Phone, etc as well), the captions take up the entire slider. Is there a way to disable captions for certain devices? The pictures are just too small on the phone, making the captions unreadable even if they were smaller. However, the captions are really useful on tablets and PC, so I wanna keep them.
2. I have my homepage set up in a way that it has a “tabs” and “acordion” text. On PC and tablets, clicking on the individual items works fine. When clicking on a different “tab” (the shortcode version, not the browser one) on a mobile device, the page will jump down (in this case all the way down to the “acordion” section, thus the user has to scroll back up to see the text he just clicked on). Do you know how I could fix this?
3. Headlines (h2): On iPhone, headlines that contain words longer than 9 characters (pretty common in German ;)) are not displayed correctly. Since the word is too long, only the first 9 characters are displayed and the rest gets omitted. Is there a way to change this?
4. Using the boxed version of the format, the margins on the left and right are quite large on a mobile, making the readable portion quite small. Is there a way to decrease these margins for mobile devices only?
5. Is there a way to eliminate the: “You are currently here: xyz” below the header menu?
Thank you so much for your time and effort. It is truly, truly, truly appreciated! :) :) :)
Cheers,
Fabian
Hi Enfold Team,
How do I remove/hide the header on the blog post page?
It says:
“Blog – Latest News You are here: etc etc etc”
This is already hidden on all of my custom pages. Can’t seem to find the setting to hide this for blog posts.
Thank you
Definitely vote for Mailchimp (if its either or vs. Constant contact)
I would like to see more CSS options for displaying portfolio items in grid…
Thanks!
Hi!
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace
$show_meta = !is_post_type_hierarchical($entry->post_type);
with
$show_meta = false;
Regards,
Peter
Hi!
Or remove following line in wp-contentthemesenfoldconfig-woocommerceconfig.php
add_action( 'ava_main_header', 'avia_woocommerce_cart_dropdown', 10);
Best regards,
Peter
In this case you can’t use the theme option page to select the font but you need to generate a font-face kit here: http://www.fontsquirrel.com/tools/webfont-generator – then upload the generated fonts into the enfold/css/ folder and copy/paste the font-face code from the stylesheet into enfold/css/custom.css. Afterwards you should be able to use the font-face font as “font-family” value.
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace
if(trim($title) != "") $title = "<h2 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
with
if(trim($title) != "") $title = "<h1 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";
if(trim($content) != "") $content = "<div class='avia-caption-content'><h3>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</h3></div>";
Hi Gstar72,
I re-create the semi parallax effect in this video which will show you how to do it step by step: https://vimeo.com/channels/aviathemes/64927358
Regards,
Devin
Hi, could you help to advise how to change the font size of the caption and content of the easyslider as shown in the link below? I want to change the caption to H1 and content to H3, thanks in advance!
http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/
Hi,
@aweterings: Awesome wildlife photography. :)
Regards,
Ismael
Woocommerce integration please
Edit by Devin: This was added in about 2 weeks after the first release of the theme
ENFOLD
I would like to hide the “Add to Cart” button on product thumbnails… unless the user is logged in but still keep the “Show Details” button…
How can I do this?
MLL
The images being transparent or not are only important in that they will display how you want them on the front end. So if you don’t like the look of them you can change them however you want (transparent, background color etc).
Hi,
I use Enfold theme with woocommerce, everything is updated. I have problem with woocommerce shortcode Product by SKU/ID.
When I try to use woocommerce shortcode Product by SKU/ID, always the same product is shown, instead of the product matching to the product SKU/ID.
I did it like follows:
I put the shortcode Product by SKU/ID on the product page, this first time it worked. But in all other following cases, when I tried to put this shortcode with another Poduct ID on another product page, always that product was shown, which I inserted first.
Please help me!
Thanks
Hi,
I love the contact form option from the layout builder/shortcodes.
It actually removes the need for a plugin, and most form plugins I simply dislike because of their complex nature for something fairly simple.
2 things lack there in my opininion, to make it a nice full featured form:
a. datepicker (something often needed, eg reservation forms)
b. insert a title/explanation/space/textline whatever in between the input fields…especially useful for longer forms
Now I tried with inserting text in between the shortcodes, but it gets stripped away.
Now this contact form is like 95% ok, but often the client asks a small extra which in’t possible and then I’m forced to leave this one behind. I believe it would be useful for all your templates since I believe you will reuse the avia builder for new themes.
Thanks for reading
S
Hi,
we decided to install another plugin (The Events Calendar), and now we don´t have any problems
Would really appreciate being able to chose between Posts and Pages. One of the themes I bought from you (Newscast) does not currently allow this or a custom HP as others do, and it’s frustrating having to use posts instead of pages.
Cheers and thanks for all the great work
A
Hi all,
Please how I can enlarge the sidebar on Enfold theme.
WIth my best regards, Michel
My website is running the Enfold Theme, love it!! Especially the layout editor.
Please drop by and view my new website:
http://www.arnoweterings.nl
Hi Chenan,
The support forums aren’t a place for hiring freelancers. As Ismael mentioned there are a number of places to look into:
https://www.odesk.com/
http://jobs.freelanceswitch.com/
https://codeable.io/
http://jobs.wpdaily.co/
and quite a few others depending on the depth you are looking for.
Regards,
Devin
I’m trying to alter the styling color scheme by selecting the option “Blueish” within the 18 pre-set categories.
I found this answer from an earlier thread. How do I check this? How do I make sure that folder is writable and where do I look?
“Make sure that the wp-content/uploads/dynamic_avia/ folder is writable. Enfold will use this folder to create the dynamic css file (called enfold.css). It contains the styling settings which you configured on the theme option page and if Enfold can’t write or create it you won’t notice any changes even if you save the options.”
Thank you
Yes, it’s not possible to insert text inside the [av_contact] shortcode – it will be ignored and stripped. You can add your idea to the wishlist though: https://kriesi.at/support/topic/enfold-feature-requests/page/4 – maybe we’ll add a “html content” element to the contact form if more users request it.