Hi!
Try updating to the latest Enfold version (2.4.5).
Cheers!
Josue
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi,
I just resolved using the code:
rel=”prettyPhoto” like the example:
//
//
Thanks
Hi!
Please go to wp-content\themes\enfold\js folder and open shortcodes.js file and find
displaySlide.css({visibility:'visible', zIndex:2, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed/3, 'linear');
self._start_video(displaySlide);
self._stop_video(hideSlide);
hideSlide.avia_animate({opacity:0}, this.options.transitionSpeed/2, 'linear', function()
and change it to
displaySlide.css({visibility:'visible', zIndex:2, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed/1, 'linear');
self._start_video(displaySlide);
self._stop_video(hideSlide);
hideSlide.avia_animate({opacity:0}, this.options.transitionSpeed/1, 'linear', function()
Best regards,
Yigit
Hi Lars!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.post-meta-infos { display: none; }
If that does not work, please add the code to bottom of Style.css file of your child theme in Appearance > Editor
Regards,
Yigit
Hi!
You can select your secondary menu and check Enfold Footer Menu on that menu so it will be displayed on the footer socket. http://i.imgur.com/k5SSqF9.jpg
If you would like to display menu items that are in your main menu and also additional menus, you can create a third menu and check “Enfold Footer Menu” on that menu
Regards,
Yigit
Hey Roine!
Actually version 2.5 was not released yet, it was just a mistake as far as i know. It was actually version 2.4.4. Yes, it is safe to do manual update to the latest version. Please make a backup if you have made changes on theme files and are not using a child theme
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey nmillas!
You can choose to display “Header with social icons and bottom navigation” Header type in Enfold theme options under Header tab and add following code to Quick CSS in Styling tab
#header_main_alternate { display: none; }
Best regards,
Yigit
Hey cally423!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .title_container { display: none; }
if you would like to remove it globally, you can simply remove .blog
Regards,
Yigit
Hi all,
I just ran the Enfold 2,4,5 upgrade on our test environment and one of the two Gravity Forms is now broken. The contact us one here: https://test.mosfoundation.org/foundation/contact-2/
Is still working, but the payment page here: https://test.mosfoundation.org/donate/donate-now/ is not.
The payment one uses a Gravity Forms add-on for PayPal, but not sure how or why that would be breaking it. I have gone through the typical steps of disabling plugins, reboot, clearing caches and the like, but nothing has made a difference.
Any help would be greatly appreciated.
All the best,
Dave
Hi – i have for the past few days been trying to update wordpress to v3.8 and the enfold theme to the latest version however I am getting an error shown below: My host (1&1) is trying to resolve the issue. Is there an issue with Enfold and WordPress 3.8? So now I have 2 issues – | cant update wordpress and Enfold to their latest version and some page on my website can no been updated as explained in my post above. If anyone has any suggestions on how to fix this please let me know. I’ll post back hear if I have any luck with a solution.
> Downloading update from
> https://wordpress.org/wordpress-3.8-new-> bundled.zip?
> Download failed.: Failed to write request to
> temporary file.
> Installation Failed
Hello, I can’t upgrade theme

my theme stuck in purchased version.
In the “Enfold Theme Options” i see

i have another site with enfold in the same hosting and aull updates run correctly.
PS: i can create admin account for you.
UPD: i downdoad latest vertion from themforest and place it in “enfold_” then select it as main. All my settings works correctly, but can i get new updates automaticly?
-
This topic was modified 12 years, 2 months ago by
Zum00t.
hello i am new to this whole wordpress thing and just exploring the wonderful enfold theme.
i am working on http://www.schach-welten.de/wordpress and having some problems.
paddings:
they are to large for my taste and i want to change that.
i found in the support forum the advice to use this code in css.
.content { padding-bottom: 0; }
.content { padding-top: 0; }
this works well with 0, every other value 1,10,20 resets its back to the default padding. i cant adjust it better than off/on ….
is there a way to change the paddings of the ruler object ?
another problem is that my vimeo videos display a very lowres preview pic of the movie.
i have uploaded 1920 x 500 preview pictures to vimeo to change this. On vimeo this works fine, now.
On my worpress site they get reduced to lowres versions again. (browser cache is cleared)
Any ideas.
Another problem is with the advanced layer slider. Preview in the editor is slightly different from the real display in firefox. So i have to adjust every element again and again and test if it is looking right in my browser … thats really a pain.
is there a way to get more than 5 rows of content for text objects. i would need 6 ,-)
Can you help me with my problems ?
kind regards
stucki
-
This topic was modified 12 years, 2 months ago by
stucki1.
My website is scoutcharleston.com/here. On the home page, there are 3 services with key icons. I would like for the text, which I’ve typed and set link manually, to turn a blue color when hover or mouseover. I have it set up under theme styling, but those don’t seem to be working. In fact, the only time I see it working is on my sidebar on the pages that have sidebars. Can you please advise the CSS I need to use or if there is a setting somewhere? I absolutely love Enfold, btw!
I have version 2.5. Today I received mail from Themeforest to update to 2.4.5. I see that something has gone wrong, https://kriesi.at/support/topic/enfold-2-5/
I have five clients running Enfold, 2.4.4 and three running 2.5.
– Is it safe to do an manual “update” to 2.4.5
– Is it safe to run 2.5 or is it a beta version
Fixed classes for Avia-Layout-Elements and Widget-Areas would be awesome..
Regards
Hello Ismael,
I want also remove the the # of comments / category of the blog post / author of the blog post of my site (http://www.tierheim-horka.de/aktuelle-artikel-hunde-katzen-aktionen-neuigkeiten/). But if I insert your CSS-Code ” .text-sep.text-sep-date, .comment-container.minor-meta, .text-sep.text-sep-comment, .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta {display: none; } in the style.css of my enfold-child-theme, then nothing happens. Maybe you have an idea, where is my mistake.
Best regards,
Lars
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content { padding-bottom: 0; }
It will remove bottom padding of content which is 50px by default
Best regards,
Yigit
This reply has been marked as private.
Hey Monsoon!
Create your custom category page as a Page and then use this plugin to make a redirection.
Cheers!
Josue
Hi!
There are typos in the code: http://wordpress.rpsplanadm.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1
In the Quick CSS, replace the gt; by “>”.
Cheers!
Josue
This is my complete italian translation of the version 2.4.4.
Best regards,
Giuseppe Beghelli
-
This reply was modified 12 years, 2 months ago by
elmanisero.
Hey wasite!
Can you post the link to your website?
Best regards,
Yigit
Has this been mentioned and if not considered?
Allow main menu to be at the top or on the left side.
Thanks
Hi Brandon!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#nav_menu-10 { display: none; }
Best regards,
Yigit
Hi
Before I start I am not a web developer and I am not great with code. So please go easy on me.
I have been building my site using Enfold and have created a Layer slider for my home page. This works fine on a PC but it is not responsive and will not fit on a iPhone screen. I’m a bit confused as to what options I should select on the Layerslider screen and what size I should build my graphics to? I currentl have built them at 800px x 600px but when I select responsive on layersilder controls they go massive and look rubbish. However they still don’t work on an iPhone.
What am I doing wrong?
Cheers
James
Hi studiotopo!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child>li>a { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 16px!important; }
Regards,
Yigit
Hey glozemedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #header_meta { display: none; }
Best regards,
Yigit