Hey!
First, go to Appearance > Widgets then create a custom widget area using the “Enfold Custom Widget Area”. After that insert the Enfold Google Maps Widget on the custom widget area that you created. Go to the contact page then insert the Widget Area element. Select the new custom widget area.
Cheers!
Ismael
Hey duttonstuart!
You have a very old version of the theme. There is an added “Theme Update” option for Enfold. It automatically check for updates if there is any. Please download the latest version of Enfold on your themeforest account then update the theme via FTP. Please watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356
You can learn more about the automatic theme update here: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael
Hello,
I am having an issue with my installation of enfold. All of a sudden, I am having a problem with the visibility of blog posts in the slider feature. The posts (and the whole slider itself) disappears when you are not logged into the site, but reappears when you are logged in. I have triple-checked, and there are no “private” or member access locks on any of the posts, and the general settings should allow full read access to visitors who don’t log in. Curiously, the blog posts can be accessed though via the regular blog page when you are not logged in. What could be happening here?
You can check it out yourself…. http://www.murj.org . The front page, when logged in (on any level of account, including subscriber), shows a blog post slider in the bottom frame. When you are logged out, the whole slider element disappears entirely. If you click “staff login”, you can create a test account to try this if you would like.
Thanks!
Hello,
1. How can I disable the time and day release information, that appears if I select “Enfold Latest Portfolio” widget for sidebar. I’d like to display title only, without any information about time and date of release underneath.
2. If I chose portfolio grid with the link handling “open a preview of the entry (ajax portfolio)” and click on it to come further to the portfolio page itself after preview, how can I change the size of the image that is shown on top? Its cutted. I would like to display it smaller but not cutted.
3. How can I change colours of Icon List Symbols manually?
Thank you!
milatch
This reply has been marked as private.
Hi babayard!
Please download the theme again on your themeforest account then upload it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356
Also, try to update the theme right through the dashboard. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Ismael
This reply has been marked as private.
Hi,
I just uploaded the latest Enfold version 2.4.5 via FTP to a brand new WP install. No plugins, no other themes. After doing so this error showed up:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ‘]’ in /home/…/….com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394
The same problem happened in version 2.4.4
I deleted the file in question and instead uploaded the file from version 2.1 and that works. This can’t be the best solution.
Hi,
I would like to change the search result page and add a preview of the text containing the search words on the results page.
Basically I would like to have
– Page Title
Here the sentence in which the word appears.
I would also like to replace the numbers by an icon.
Do you know if this is something doable within Enfold?
Thanks for your help
Can someone please recommend a good pop-up plugin for this theme?
I’d need it for things like the contact form, maybe even inserting an Enfold shortcode into…
Hey glozemedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.boxed#top { box-shadow: 0 0 5px 3px #888888; }
Best regards,
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hi rcgroup!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#layer_slider_1 select { margin-left: -10px; }}
@media only screen and (max-width: 767px) and (min-width: 481px) {
#layer_slider_1 select { margin-left: 50px; }}
Cheers!
Yigit
Hey!
You can change the title section of Accordion element by adding following code to Quick CSS in Enfold theme options under Styling tab
.js_active .toggler { font-size: 16px; }
Regards,
Yigit
Hey Michael64142!
Please go to Appearance > Themes and click “Theme Details” on Enfold and see it on the right side of themes name http://i.imgur.com/SjJUu45.jpg
If it is not 2.4.5 then it was failed. Please try updating via FTP
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
Hey Gil413!
How would you like to change it? You can use following class in Quick CSS section in Enfold theme options under Styling tab to apply css rules
.widgettitle { font-size: 18px; }
Cheers!
Yigit
Hi carendavis!
In WordPress dashboard please go to Appearance > Editor and open Header.php and find following line
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">
and change it to
<html <?php language_attributes(); ?> class="<?php if(!is_home() && !is_front_page()) { echo " html_stretched ".$responsive." ".$headerS; } else { echo " html_$style ".$responsive." ".$headerS; }?> ">
and choose boxed layout in Enfold theme options under Styling tab
Regards,
Yigit
Hi!
If only css changes were made, they are either in Custom.css file inside Enfold/css folder ( which you can copy and paste in updated version ) or in Quick CSS section in Enfold theme options. For the ones in Quick CSS section you do not need to worry, they will not be overwritten and you do not need to create a child theme if only CSS changes were made and/or will be made.
Cheers!
Yigit
Hi fshn2day!
Please go to Enfold theme options > General Settings and make sure that you choose to display one of responsive layouts
Regards,
Yigit
This reply has been marked as private.
Hello all, I’m experiencing some problems with permalinks. If select post-name option, I get error 404 with all the pages except homepage.
I tried deactivating all plugins and the problem persists.
The only way to make the site work is using default settings in permalinks.
I’m using WP 3.8, Enfold 2.4.4, woocommerce 2.0, WPML 3.0.1
Any help is more than welcome.
FIXED. Minor change in .htaccess file.
Admins please mark my post as closed.
THANKS.
-
This topic was modified 12 years, 3 months ago by
jorgepelaez. Reason: Fixed
Is there a way to change the way the title text is being displayed? I can’t seem to find the code anywhere and I’ve tried to attach html but unfortunately that does not work. Thanks!
Thanks for clarifying, Devin.
The style settings though were not imported correctly. All the buttons and the hyperlink keep having the default green in Enfold and not the blue I set as standard in the Parent theme.
Hey Carsten!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}}
Best regards,
Yigit
Hi phaseonebarbers!
In this specific case developing locally is probably not a good idea. You could export the database each time and then re-import it but doing so often is just leaving you open to a small error happening and that causing issues for you down the road.
I would suggest setting up a live development installation at somewhere like Bluehost. You can get setup for a month for under $30 and then do an export of the database later on if you need to move everything to a different domain: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Cheers!
Devin
Hi reddoorchurch!
Theme documentation is here: http://kriesi.at/documentation/enfold/
In the full download of the theme, psd, license etc there is a link to it as well.
For a good general resource for WordPress I recommend: http://www.wpbeginner.com/
Best regards,
Devin
Hey targetzero!
Sounds like you may have a plugin or an extension of Jetpack on which is causing an issue with the theme. Enfold by default lets you choose the layout you want and one of those is a Fixed layout with no responsive functionality.
There isn’t however any settings to disable or switch between a mobile version and a desktop version.
Cheers!
Devin
Thanks Devin, Enfold’s the only one I’ve used, are the others relatively straightforward? Is it likely that new themes will use the advance layout builder?
Hi Yigit
The center part work :-)
I tryed to change this value but nothing happed.
wp-content\themes\enfold\js folder and open avia.js file
el_height = $(elements).filter(':first').height(),
and change it to
el_height = 200,
Hey!
When you say you set the home page to nothing, do you mean you set it to “Your latest posts” or just unset the front page? Try both setting that to Your Latest Posts with the home page and blog set in the theme settings and the opposite setting the home page and blog from WordPress and not set at all in the theme options.
Best regards,
Devin
When I saw their was an update available (2.4.4 to 2.4.5), I started the update and got the message: “Fout opgetreden tijdens het bijwerken van Enfold: Map kan niet aangemaakt worden.”
In English: Error when upgrading from Enfold: Folder couldn’t be created.
My website does work with the theme, so did the update fail or not?
(My website: http://www.michaelwijnands.nl)
Regards,
Michael