Hi,
What safety plugins do you recommend preventing spam and vicious attacks to my site?
At the moment I only use Akismet and it doesn’t keep the spam back.
I use the Enfold theme.
Thanks
Eva
Hi,
today i figured out, that an orange icon is overlaying my blog grid: http://blog.lichttraeumer.de/blog/
This night, the wordpress does the update to 3.9.1 and i update also my FooBox plugin.
Is the overlaying a Enfold or an FooBox problem … ?
BR,
Martin
Hey Chrisidonner!
Thank you for using the theme!
I’m not so sure what’s the issue but I just noticed that you’re not using the latest version of the theme. Please download the latest version Enfold 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If possible, please translate the thread description to english so that we can understand it better. Google translate doesn’t seem to help. I’ll ask Dude to check this.
Best regards,
Ismael
Hi!
Thank you for the update.
Please remove the inline styling then add a custom css selector for the iconboxes that you want to have a centered content. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like the icon box element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “.centered-iconbox “.
You can add something like this on your custom.css or Quick CSS:
.centered-iconbox div.iconbox_content_container {
text-align: center;
}
Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
Ismael
Hi netarc!
This is the correct and intended way for that to look: http://kriesi.at/themes/enfold/blog/masonry-blog/
Cheers!
Devin
Hey!
That’s not possible at the moment, it may be added as a feature if more people ask it though. You’d need to stick with widget logic in the meantime.
Cheers!
Josue
I am trying to have multiple widget areas display on a given page- widget area ‘everywhere’ and 1 other is not really cutting it- I’d like the ability to select widget areas on a page by page basis- like page A gets widget areas A, C and E, page B gets wediget areas B +G, and so on…
I know I can do this laboriously on a per widget basis thru widget logic plugin or similar, however the beauty of enfold is that It requires almost no plugins and I want to keep it that way.
Hey!
One vital step when deleting the enfold.css file is that you need to re-save the styling options afterwards to re-generate that file. So that would be would happened when the styles weren’t showing.
Hopefully having them re-freshed through the whole above solves things. Just let us know if you do have issues again :)
Cheers!
Devin
Hi Lori!
Open functions-enfold.php, look for 307:
if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";
Replace it by:
if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' ".esc_attr( $title )."' $markup>".$title."</a>";
Cheers!
Josue
Hi!
Are the p tags empty? try updating Enfold to its latest version.
Best regards,
Josue
Hey!
You can re-create the slideshows as needed but no we don’t have any file or anything like that we can provide. The demo data import is a single batch import of the whole demo data. There isn’t single exported version of only the LayerSlider slideshows alone.
I just remembered that with the newest version of LayerSlider you can import the sample sliders from within the plugin by clicking on the Import Sample Sliders button next to the Add New button. If you import all demo sliders it will re-create the two Enfold slideshows.
Cheers!
Devin
-
This reply was modified 11 years, 7 months ago by
Devin.
Hey petertoner!
You can add a noLightbox class to prevent the themes lightbox from taking effect on any link. See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Cheers!
Devin
I have a strip of videos embedded with the shortcode from the Srizon Youtube plugin here:
http://www.agent90046.com/
When clicked the video plays twice at the same time. Once for the player and once for the Enfold popup.
How can I disable the Enfold function?
Hey!
Thank you for the update.
I’m sorry but the Enfold theme is not using the UberMenu plugin because it has its own mega menu feature. Please refer to this video: http://vimeo.com/channels/aviathemes/67651241
If I am not mistaken, the reference http://sevenspark.com/docs/ubermenu-enfold is created using an old version of the theme so it won’t work on Enfold 2.7.1.
Regretfully, we cannot provide support for third party plugins or scripts like the UberMenu as stated on our support policy. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Cheers!
Ismael
This reply has been marked as private.
Hey Antonio!
Thank you for visiting the support forum!
Please go to Appearance > Menus then make sure that the main menu is set as Enfold Main Menu. Upgrade your WP installation to WP 3.9. Please download the latest version Enfold 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael
Hey!
Please use your 5 points every month to vote for that feature on the Enfold Request Page. We’ll review this feature if there are enough votes.
Regards,
Ismael
Hi again,
Here is a question from my hosting provider who is trying to help me fix this issue :
Is there any rules to add in .htaccess file for the theme ENFOLD? Can you ask them regarding this RewriteRule?
Thanks
Hi,
I am having the same problem as this.
https://kriesi.at/support/topic/error-when-trying-to-view-a-blog-post/
My host says that The Enfold theme contains out dated code which is not supported with the server PHP version 5.4.28.
I am desperate…
Thanks for your help!
This reply has been marked as private.
Hey!
Try uploading over FTP and monitor the upload for any errors: 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
That would be my only idea on what could be causing the theme not to load like that for you.
Cheers!
Devin
Hi!
That’s possible with Enfold, it’s the same procedure with any theme:
http://codex.wordpress.org/Page_Templates
Cheers!
Josue
I must have tried adding this to Quick CSS 20 times and now it works for some reason. I must have been typing incorrectly.
@media only screen and (max-width: 1140px) and (min-width: 768px) {
#top .main_menu ul:first-child > li > a { font-size: 12px; }
}
For anyone else that reads this remember to set the Header Mobile Menu Activation to only for smartphone in ENFOLD>HEADER LAYOUT>MOBILE MENU tab. If you set it to smartphone and tablet the changes will only affect the tablet in landscape mode (greater than 990px)
This topic can be closed. (Admins…you can delete if you wish.)
Hey Kayzel!
That is the testimonial element/shortcode: http://kriesi.at/themes/enfold/shortcodes/testimonials/
Best regards,
Devin
thanks for the vid, I was asking however, how to create a template other than Default, Archives, or Blank template, in the wordpress right rail
http://screencast.com/t/0LlWxFiFpqK
What I am trying to accomplish may be impossible- a different header logo from one template to another… eg, a header image A that goes on template A pages, and header iamge B on B pages… and this may be the wrong place to try.
For example, this portion of your site: http://kriesi.at/ has a very different header than this portion of the site: http://kriesi.at/documentation/ and even further, it is different than this area of your site: http://kriesi.at/documentation/enfold/
I’m seeking the same effect….. site.com/topic-A has a different look than site.com/topic-B
-
This reply was modified 11 years, 7 months ago by
thanp73.
How do I eliminate the space between these two image widgets in a page sidebar, to make the image continuous?
(I am recreating some elements of an existing site using Enfold.)
http://omniway.ca/site/careers/why-omni/
Again, thanks for a wonderful theme and support :)
I’m trying to figure out why I can’t see any photos I’ve uploaded recently to galleries.
If I open a gallery I created in March everything works okay, I can see the photos and can drag and reorder them.
All galleries created recently however come up blank when I click the Add/Edit Gallery button.
They show up fine on the frontend though.
I checked if this was a permission problem but all the monthly folders have the same permission (755) in the Uploads folder.
I am running Enfold 2.7.1 and WP 3.9
Any thoughts?
-
This topic was modified 11 years, 7 months ago by
pallisvans.
This reply has been marked as private.
Hey!
Are you using the latest version of Enfold?
Cheers!
Josue
Hey!
If you are using the latest version of Enfold you should see the option in Enfold > Blog Layout.
Best regards,
Josue