Hi!
1) No, WordPress generates an unique page id for each post/page, etc. when you create it. This article will show you how to find out the id of a page/post: http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
2) The slider doesn’t support ids but you can use the “custom css class” option field to add a custom class to your slider(s). You must activate this option field because it’s hidden by default – this article will show you how: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then change your code a bit and replace:
#changingcolor {
-webkit-animation: colorBackground 12s infinite;
animation: colorBackground 12s infinite;
}
with
#changingcolor, .changingcolor {
-webkit-animation: colorBackground 12s infinite;
animation: colorBackground 12s infinite;
}
and insert “changingcolor” into the custom css class field (without the “” quotes).
Regards,
Peter
Thank you Devin!
Could you please let me know what causes our lower ranking?
We used to be in top 3 with our basic WP theme, after purchase of Enfold in April 2014, we are the last on the second page.
Thanks!
sounds very good… thanks a lot for helping, I will try the changes ASAP.
btw. I was wondering… since Enfold new features support now transparent header, does the video slider also work behind the header?
Thanks
Igor
Hi jzguest!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
h2.avia-caption-title { font-size: 24px; }}
@media only screen and (max-width: 480px) {
.avia-caption, .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 5px; }
.avia-caption { bottom: 0; }
h2.avia-caption-title { font-size: 14px; }}
Cheers!
Yigit
Hi Anthony!
Currently it is not possible. You are going to need to find either a plugin or hire a freelance developer to make the needed modification for you. Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hi traductio!
As far as I know w3c validation has no effect on SEO. By being more compatible with browsers you will not have valid code often times and in the case of Enfold there are cases that will never validate because of this.
In general though it will have no effect on your google rank. Yoast has a post on the issue as well: https://yoast.com/w3c-validation-seo/
The gist is write clean code, fix major errors which Kriesi always does :)
Best regards,
Devin
Additional thought:
The problem is the function avia_get_header_scroll_offset().
It should be defined but is not…
It is called for in: wp-content/themes/enfold/css/dynamic-css.php.
I looked for the function definition, searching the whole theme.
But it is not defined anywhere…
That is strange!
Hi,
We are currently working on a site based on Enfold 2.9.1, when we try it on ipad (ipad 1, ipad mini, and the new ipad air), the browser crash (tested on safari and chrome). We were trying many things and finaly I tried, with exactly the same content, to roll back to enfold 2.5.2 (I had this version because of a previous project). With Enfold 2.5.2 the site display correctly except few changes and I don’t have the problem on ipad, it works perfectly, nothing crash.
So I want to try a more recent version, not 2.9.1 as it doesn’t work but let’s say 2.8.X? How can I get it?
Thanks in advance for your answer,
Cyril
Currently have version 2.9 installed and the Enfold dashboard showed this as the current version. When I run the manual scan it then show version 2.9.1 as be current and I need to update. The ThemeForest site shows nothing about version 2.9.1. When did version 2.9.1 come out? I have received no alerts from the my sites dashboard or ThemeForest of this theme version update.
ThemeForest shows version 2.9 being released on July 8th is the current version. Please provide a change log on ThemeForest for version 2.9.1 and show there is a more current version.
Hi Cyrille!
Please add Color Section to your contact page with a unique ID ( say, your-custom-id http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add a Code Block element inside it with your code. Then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; }
Cheers!
Yigit
Hey Jojo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-4529 .column-top-margin { margin-top: 0; }
.page-id-4529 .av_one_fourth { margin-top: 50px; }
Best regards,
Yigit
Hey Justin!
Please use a child theme – http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
you can download pre-built one in Downloads section in Enfold documentation – http://kriesi.at/documentation/enfold/downloads/
Regards,
Yigit
Hey Chris
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .avia-gallery img, #top div .avia-gallery .avia-gallery-big { max-width: 450px; }
Cheers!
Yigit
Help!!!
After the latest update to Enfold version 2.9.1 the website is completely broken.
Getting the error message:
Fatal error: Call to undefined function avia_get_header_scroll_offset() in /home/deb62238/domains/intu-jewelry.nl/public_html/enfold/wp-content/themes/enfold/css/dynamic-css.php on line 772
I have tried all solutions mentioned in the forum:
– manually updating the theme via ftp
– re-upload the wp-content/themes/enfold/functions-enfold.php file. It contains the function mentioned in the first post (avia_get_header_scroll_offset())
– overwriting all files via FTP once again
– switch to main theme first, then updating and switching back to child theme again after
None of these worked!
The only solution that works is:
– manually overwrite wp-content/themes/enfold/css/dynamic-css.php with an old version (from months ago)
But … that is no good solution, since it will be overwritten with every new update of the theme…..
Could anyone please help me out???
We are under immense pressure to go live asap!!!
Thanks very much!
Kind regards
Thijs
Hey Max!
Please add Masonry Gallery element to your page under Media Elements in Advanced Layout Builder. You can see the example here on demo site – http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
Please make sure to choose “Lightbox linking active” in Image link section – http://i.imgur.com/XOKCGf7.png
Cheers!
Yigit
Hello ,
I would like to know ,
do you have Visual Composer support for Enfold in TO DO list ?
thanks
Hey Philippe!
1- Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo, .logo a, .logo img { float: left\9; }
2- Can you post the link to your website and point out the link so we can provide you an accurate custom CSS code?
Cheers!
Yigit
Hi sammiak!
Please try deactivating all active plugins and check if that helps. If it does not, try re-updating Enfold via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Cheers!
Yigit
Hello, I am interested how can I move the whole instalation of Enfold theme with all pages, posts and theme settings to a new domain. At the moment I have done a subdomain where I am making a test version of the site but now I want to move it to a new domain that I will buy. How can I export the sliders I have done with Layerslider also.
Thanks
Hi D!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-share-box {
margin-bottom: 20px;
}
Best regards,
Yigit
Hi Jan
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.hr-inner-style {
display: none!important;
}
Regards,
Yigit
Shalom Tal
Please try re-updating Enfold via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hi chytry!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.avia-popup .mfp-close:hover { border: none!important; }
Cheers!
Yigit
Hi JDavidMcGregor1!
Try following the steps on this video to install the theme: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Regards,
Devin
Hi Enfold support team,
What is wrong with Enfold toady?
first had problems with the menu – had to turn to a default theme.
now cannot do anything with the widgets???
any suggestions?
I have set off all plugins.
Thanks
Tal
Hey Ben!
Thank you for choosing Enfold and welcome to our forum!
1- Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links”.
2- Please see answer 1, add the same element to edit and check “Apply only to mouse hover state”
3- Please see Ismael’s awesome post here – https://kriesi.at/support/topic/mobile-solution/#post-302354 :)
FYI, you can find Enfold documentation here – http://kriesi.at/documentation/enfold/ and make feature request ( or vote requested ones ) here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
How does your Currency Switcher work with Enfold? :)
The Currency Switcher works perfectly. That was one of the reason why we bought the Enfold theme. We have a customer who uses it, so we installed it on a test site to verify how it would work, and it was perfect out of the box. Besides, our Currency Switcher implements simple widgets, and it also allows to override their templates, if needed, so it’s a winning combination. :)
Update
If you wish, we can give you a special coupon code that you can send to your clients to get a discount on our products. We do not have an affiliate program in place yet, but that’s on our list. :)
-
This reply was modified 11 years, 7 months ago by
Aelia.
Hi there,
I am getting lots of WordPress File Change Warnings mentioning ‘TimThumb’.
Files are modified, deleted or changed.
They are in paths like:
wp-content/uploads/em-cache/timthumb_ext_01b3d685d85c33c9994c0962219c5d68.timthumb.txt
wp-content/uploads/em-cache/timthumb_ext_ae7455942c48e329d3f15ed347c4ac23.timthumb.txt
wp-content/uploads/em-cache/timthumb_cacheLastCleanTime.touch
Is timthumb a part of the enfold-theme?
Is this normal behavior?
Hope you can help!
Maaike
Hey!
Alright! Menu is good to go – thanks!
2. Yes, I have chose “Home” as the front page in Enfold options. Is this why it is now adding /home/ to the end of the display URL?
3. Fixed – thanks!