Hi!
A lot of Enfold users have this plugin: http://wordpress.org/plugins/wordpress-seo/
Cheers!
Ismael
This reply has been marked as private.
When trying to generate a contact form, using the latest version (2.3.1) of Enfold I get the error message
” 403 Forbidden
Access to this resource on the server is denied! Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!”
Please help!
Hey gshiels!
No, Enfold does not support a lightbox for the post slider element at the moment. You can try the “logo slider” if you just want to slide images – it supports a lightbox out of the box. If you want to change the post slider code you need to modify /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php
Cheers!
Peter
Hi kevinong!
1) Did you reload the page after you sent the message with the contact form?
2) Yes, but you need to modify the theme files and this code change will affect all checkboxes. Open up /wp-content/themes/enfold/framework/php/class-form-generator.php and replace
if(!empty($_POST[$id])) $checked = 'checked="checked"';
with
$checked = 'checked="checked"';
Regards,
Peter
Hey!
Ja, ich konnte den Fehler mit Firefox reproduzieren und wir werden diesen im nächsten Update beheben. Firefox scheint den umgebenden “article” Container eine Breite zu geben, welche sich dann auf das Video auswirkt. Als Quick Fix öffne enfold/config-templatebuilder/avia-shortcodes/portfolio.php und ersetze den gesamten Code in der Datei mit: https://gist.github.com/InoPlugs/0b2297e18e52e5b567ed und füge folgenden Code in das Quick css Feld ein
.portfolio_preview_container .portfolio-details-inner .no_portfolio_preview_gallery{
width:100%;
}
Cheers!
Peter
Hi!
Please try to increase the allocated memory to 128M by editing wp-config.php: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
Peter
Could you fix these two problems?
This reply has been marked as private.
Hi,
I have Enfold+WooCommerce+WPML Multilingual running on the site. English and Chinese are the two languages we currently have. Therefore products are in both languages as well.
All the products marked in English are displaying correctly, you can see the products using “Product Slider”, a click on “Show Details” would take you to a detail page. While products marked to be in Chinese can be displayed correctly using a “product slider”, a click on “Show Details” would take you to the homepage instead. Adding a Chinese product to a shopping cart is okay but no payment gateway would be displayed. All I got is an “Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.” message though Paypal is configured as payment gateway and I have no problem to check everything through to Paypal when I am checking out a product that’s created in English.
Can you please help?
Thanks,
Can someone please help me with how to change the default body font used throughout Enfold that is Italicised to just be Normal?
Thank you!
Is there a hook that I can use to remove the LayerSlider that is built into Enfold and allow me to use the plugin version?
This reply has been marked as private.
Hi LRS123!
1.) Please recreate the page, go to Advance Layout Builder. Don’t insert the Content Slider on a Color Section element. Color Section will always be full width. Select a right or left sidebar on the Layout.
2.) Add this on your custom.css or Quick CSS:
.slide-meta {
display: none;
}
3.) 1024px is too big for the header. You can add this on your custom.css or Quick CSS to specify the logo width:
.logo img {
width: 710px;
height: auto;
}
Best regards,
Ismael
As always, your help is greatly appreciated Ismael. I have now bought the Enfold theme 11 times and am loving how easy it is to use and the great support you guys provide.
Thank you
Ivana
I asked for support before, and it was closed without resolution: https://kriesi.at/support/topic/sidebar-option-for-custom-post-type/
I’m using a custom content type called download (created by easy digital downloads). I also edited enfold as directed to enable the avia layout editor for my custom content type. It works great, and now I have the editor for my downloads. However the website doesn’t understand how to use this properly.
I have added a bit of code to every template file in the theme root folder, and every loop file in the includes folder. This bit of code prints out the template name in the source code for me. None of the templates are being used. Instead it’s using something from the config-templatebuilder folder I believe. How can I edit the page layout for this content type if it bypasses all template files?
Link to page http://thepluginfactory.co/warehouse/gard-pro/
-
This topic was modified 12 years, 3 months ago by
Branndon.
Hi!
It should be in the General tab after updating.
Regards,
Devin
Hey tiffinity22!
You have not mentioned which theme you are using but please update your theme. Please go to Downloads on ThemeForest to download the newest version.
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
Best regards,
Yigit
Hi!
Yes i remember. But as i remember i suggested you to update Enfold to newest version. Can you please firstly update Enfold to version 2.3.1?
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,
Yigit
Hey kangaroozach!
The theme in provided link is not Enfold :)
You can add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .phone-info span { font-size: 16px; }
Best regards,
Yigit
Hello!
@HammerbyGB: Good job! Thank you for using the theme. :)
Cheers!
Ismael
Another question: while in single portfolio view there’s the prev/next navigation on left/right of the browser window. This func needs to be fixed too, as it still walks through the date created instead of alphabetical sorting.
Screen: http://s7.directupload.net/file/d/3405/yyo8dgd6_jpg.htm
Would be nice if you could point out the avia_hook so I can get this sorted aswell.
Thanks!
Edit:
Having a few looks at the avia_post_nav in function-enfold and I’m sad to say I have to write my own function for this. :( Did have some reading on get_adjacent_post() and this function also hooks on static post_date in prepare call… Doh! This one will be tricky…
-
This reply was modified 12 years, 3 months ago by
formateins.
sorry one more question.. in the enfold documentation in the styling section it has a FONT option – along with main content etc…
any reason why that is not visible on mine?
-
This reply was modified 12 years, 3 months ago by
jazbird.
Hi!
There are two ways of adding CSS to your website, one using the Quick CSS section located in (Enfold > Styling), and the other, editing the css/custom.css file located in the theme directory (this will need FTP access).
To alter the heading styles, you will need to target them with:
h1, h2{
color: red;
}
Best regards,
Josue
Hi BrandonBarringer!
You are currently using Enfold version 1.8.4. For WordPress 3.6+ compability you need to use at least version 2.0.1. Currently version 2.3.1 is available to download on ThemeForest. So please go to Downloads in ThemeForest and update your theme. There have been many bug fixes as well as improvements to the theme since version 1.8.4
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
Cheers!
Yigit
Hi sletts02!
You can do so in Functions.php file inside Enfold folder http://i.imgur.com/odEw0st.jpg
Regards,
Yigit
well since you ask… sorry i’m new to wordpress so excuse the simple question but…
how can i add/edit a stylesheet for my site?
currently the text options are only simple & i don’t have ‘heading 1’ ‘heading 2’ etc… can’t seem to find where to set these?
thanks
jaz
You are welcome, let us know if there is anything else we can do :)
Regards,
Josue
Yes that looks much wider than http://kriesi.at/themes/enfold/blog/blog-single-author-full/
Also is there any way to make the post titles like “Romantic Sunset” and the “April 8, 2013/1 Comment/in Featured Photo, Indiana, Locations, United States /by Jared Burnett” text larger?