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.
Hey!
No – posts don’t support the “Advanced Layout Builder” at the moment (see: http://themeforest.net/item/enfold-responsive-multipurpose-theme/discussion/4519990?page=34#comment_4128768 ) because the comments, the blog layouts, etc. are not compatible with it.
Best regards,
Peter
You can try this fix: https://kriesi.at/support/topic/quform-its-my-4th-topic-and-nobody-answer-me#post-122772 or open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";
This modification will remove the wpautop() function/filter which adds p tags to the content. Maybe this will also fix the conditional logic issue.
Try following css code
#gform_wrapper_1 .gform_body .gform_fields .gfield input#input_1_2 {
margin: 0em 17px -1em -1em;
}
you can change the distance between button & text input field by increasing/decreasing the second value (17px).
1) You can reduce the sidebar margin with following css code:
.inner_sidebar {
margin-left: 50px;
}
Decrease the margin-left value. It’s not easily possible to change the outer margins or the margin between content area and sidebar because this will break the existing layouts and would require some major adjustments to the css grid.
2) Open up wp-contentthemesenfoldincludesloop-index.php and search for
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
You can replace “large” with any other thumbnail size (small, medium, portfolio, portfolio_small, entry_with_sidebar).
I would love to see the layout builder on the tabs content editor too!
Desperately needed some many of the elements in the tab contents.
Hi Dude,
I have changed this and it works fine.
Chears Rob
Did you set this image as post thumbnail (featured image)? If you want to get rid of the post thumbnail on pages open up wp-contentthemesenfoldincludesloop-page.php and replace
if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";
with
//if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";
Flexibility of controlling margins or spacing between EACH SET of H1 H2 H3 H4 headings and control of spacing between divider breaks.
Feature Request:
1. Centered Logo with Navi Menu items on left and right side.
Hi Guys,
On the Home page example here: http://kriesi.at/themedemo/?theme=enfold scroll to the bottom of the page, where you see the title: In Case You Need Help.
How do I get the image to stay static like that?, I tried gallery, ut you cannot stretch the image. I tried Colour section, but it is not possible to get the image to not scroll…is it to do with background att: fixed / scroll?, I tried both, can’t see a difference?.
Also, can I increase the height of the image here, I tried padding variables in the colour section again, it made no difference between small, large and default.
My brain is fried.
Thanks
I would like a layerslider that is NOT fullwidth so I can put a layerslider beside a sidebar.
In the Enfold theme, I assumed that the Avia Layout Builder worked on Posts, but it is not showing for me. Should the Layout Builder work on Posts? Is their a way to get it to work for posts. I am looking to do a magazine site and really need the Layout Builder flexibility on the Posts.
This is most annoying, but here’s how to fix it if you don’t want to FTP (which can in itself be a rats maze depending on your situation).
The “Error” message ‘Are you sure you want to do this?’ is caused by php hitting the upload limits set within the php.ini file.
You can usually find and update this file at either:
/etc/php.ini or, for Ubuntu, /etc/php5/apache2/php.ini
edit the following lines to:
memory_limit = 99M
upload_max_filesize = 20M
post_max_size = 24M
save, quit.
restart apache : sudo service apache2 restart
and then give it a whirl – you should have no problems
the following code is not in the header on my website, got it comparing my website to the enfold theme demo with firebug
data-avia-search-tooltip=” <form action=”http://kriesi.at/themes/enfold/” id=”searchform” method=”get”> <div> <input type=”submit” value=”🔍” id=”searchsubmit” class=”button”/> <input type=”text” id=”s” name=”s” value=”” placeholder=’Search’ /> </div> </form>” style=”height: 88px; line-height: 88px;”>
Hi guys,
I am trying to use the Enfold theme on one of my sub sites in a WordPress Netwrok environment. Everything else with the theme seem to be working, however, when I go to Appearance -> Widgets, I don’t see the custom widgets that should be registered on theme activation and also there are no sidebar areas where you can drop any widgets.
Please help
Thanks
Sven
If I choose a specific page to be the blog in the enfold settings and I choose to hide the header, it still does. Also, I’m unable to place any content on that page using the Avia Page Builder… What do I need to do to make functional like a normal page and display blog posts?
https://www.bluesquidmedia.com/ink-blog/
Hi,
LOVE the theme !! but still have some questions :
1) Is there a way to get the custom.css to the backend of WP ? or do I have to make all edits via FTP ?
2) Breadcrumb navi : I need to change “You are here : Home” ? Where is it ?
http://outilsducoach.com/?page_id=12
3) Where can I make the main categories font siz a bit bigger ?
4) Testimonials: if I don’t fill in a link I get still the beginning of “http://” how can I get rid of this ?
4) Where to remove the backlink “Enfold Theme by Kriesi”
Thanks in advance,
A
Hello, I’m having this problem on Enfold theme:
I create a new “portfolio item” i put an easy slider than open the media gallery, and i can’t see any of the previous images i already loaded.
However i load some new pics there, then i go to choose a “featured image” but i still see the media gallery empty, i can only upload a new image, and, if i do it, i will see the same image loaded two times in my folder. how to solve it?
thank you very much
Got latest Enfold version and latest WP version running, no issues whatsoever, so far.
Thanks Ismael. Are you interested in taking the job? :)
Chenan
I searched the forum and it seems like nobody posted a link to a French translation yet. You can use http://wordpress.org/extend/plugins/codestyling-localization/ to translate the theme and please post a link to your translation files – they will help other users too.