Hey Austrianweb!
Versuche bitte Enfold auf v2.7.1 zu aktualisieren. Soweit ich weiß hat Kriesi dieses Problem mit dem Update vehoben.
Best regards,
Peter
Hey!
Please create us an admin account and post the login credentials as private reply.
Cheers!
Peter
Dear all,
Its my first time I’m working with WordPress, its even my first time I’m trying to build a website.
As you understand I’m very new with this.
My question:
When I’m adding images to my layerslider it shows very blurry on my website.
The image doesnt show blurry in the editing space in wordpress, but only on my website.
The images that I use are vector images (.ai) To use them for my site I save them as .png files.
I assuming this is not the correct way as they show very blurry (in Chrome as in Firefox).
Could you please advice what I’m doing wrong?
@dude, I have done as requested and all works well. I have also re-activated my plugins and everything is still working.
Thank you and Ismael for the help.
Cheers
Julie
Hello Enfold,
Do you recommend a way to make a sitemap to the enfold theme? ?
Hi Guys
URGENT! Managed to get my Enfold site up and running only to find that ALL of the data in my accordion (and there was a LOT of data) is no longer there!
Where is it and how can I retrieve it??
Hey!
I’ll close this thread now. If the final version of Chrome still shows the same error we’ll look into it.
Cheers!
Peter
Hi!
Ok, in this case we’ll wait for the final version. We can’t support beta versions of the browser coz we don’t know if it’s a browser bug or not. It works on my stable Chrome 34.x installation and you also can’t reproduce it with Chrome 34.x stable so there’s nothing we have to worry about at the moment. If the final 35 version doesn’t work we’ll look into it.
Best regards,
Peter
Hi Dude & Kriesi,
I am now on a windows 7 pc with chrome 34.0.1847.131 m and all works as expected.
I think it must have something to do with windows 8 in combination with chrome 35.0.1916.86 beta-m.
So maybe this is a problem for the future as its on chrome 35.x beta.
Thx for you time!
Thomas
Hi,
I implemented the Google Tag Manager on my website to track event on Google Analytics (as outbound links or any action the user could do) but it doesn’t work.
I think the problem is because there is already a listener in the enfold theme.
I found this article talking about this issue : http://www.simoahava.com/analytics/dont-gtm-listeners-work/
I would like to know what I have to do (to change on the code) to solve this issue ?
Thank you
Pascal
Hi,
Since I’m using enfold, about 4 updates have been released, thank you for this great job.
Each time a new update is released, I need to update through FTP, since the UpdateThrough WordPress feature always tells me I have the latest version… when I haven’t.
I’m using enfold on a multisite WP, with a child theme. I even created a dummy blog site using enfold to enter my User Name and API key directly into enfold, but that still doesn’t work.
Everything else is working great, so perhaps I just missed something installing this theme?
Hello there :)
Im running the latest version of Enfold and have the following issue with VIDEOS. Here’s what I do:
1) insert video in post and publish. I can see video featured on post when accessing /blog page
2) I put articles shortcode element inside another page and cannot see the preview of the video nor anything else
Can you help?
Thank you
Hi!
The menu you are referring to is set to be hidden on mobile devices on purpose. You can choose to show them by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.responsive #socket .sub_menu_socket {
display: block !important;
}
The menu just don’t stack or display well on small screens.
Best regards,
Devin
Dear Peter,
It is done too with 128M but always the same problem… :(
If I go back to the standard theme in the page edition I can see that :
[av_textblock ] perhaps there is an incompatibility with … ?
Regards
Hey Linda!
This topic was and is for the Enfold theme. As you are using Replete on your site you should first try updating your theme version to the most recent release which has updates to work with the newest WordPress version and updates.
I’m not getting the original posters issue when visiting the site now so I’m going to close off the topic as well. If @akhilz is still having it or if you are still having issues please create a new topic and we’ll address it there.
Cheers!
Devin
Hi!
If the enfold.css file isn’t writable by your WordPress installation it may just need its permissions adjusted on the server side. Setting the chmod permissions to 777 for example on the avia upload folder in your uploads folder should do the trick.
As for the issues, without being able to actually log in to the site we would have no way of knowing what you mean.
If you are adding in custom html to anywhere in WordPress you should use the text tab of the visual editor and never switch to the visual tab. WordPress has an auto editing functionality which can cause issues. This is the reason the new Code element was added in with Enfold version 2.7 so that you can add in raw code right into your layouts.
Cheers!
Devin
Hi there,
the Advanced Layout Builder does not load. I see the first line of the builder but the content does not load. Cant click …
I have testet it in different browsers. All the same …
I got Wp 3.9, the newest enfold and the newest WPML.
What is going wrong?
Dear Dude ,
Thanks for fast respond :)
Second code is working :)
But first only remove padding between flags, but flags again are over ” Phone Number or small info text””
Best regards : Altan
This reply has been marked as private.
Hello,
ich habe das gleiche Problem. Fahre alle Plugins auf dem neustem Stand. Und der Erweiterte Editor lädt nicht. Vor den Updates gings …
Keine Idee?
Hi,
Since WP 3.9 shortcode genrator in post and page classic editor.
I have made lost of custom thing on Enfold theme and I’m not really enjoy with the idea of remade some.
I have already tried upgrade of theme, or via child theme both of this way broke part of tweak.
First point is to know if upgrading config-templatebuilder could resolve the issue without breaking website rendering. I imagine this is only used for page builder in WP Backoffice?
Second is it possible to implement new shortcode wupport like gmap in 2.5 version of enflod ?
Thanks for answer
Regards
Erdrol
Hi!
The portfolio slug option can be found on the default permalinks settings page now (Settings > Permalink). Change the slug and click the “Save” button to flush the permalink rules.
The css styles should change if you re-save the Enfold theme options. If it doesn’t work probably Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).
Best regards,
Peter
Hey bootsmannlive!
Das klingt nach einem Javascript Problem/Konflikt. Bitte aktualisiere Enfold auf 2.7 und WordPress auf 3.9. Falls dadurch der Fehler nicht behoben wird versuche einmal alle Plugins zu deaktivieren, leere den Browser Cache und versuche dann die Icons auszuwählen.
Regards,
Peter
Hey!
1) You can add the code I posted here into the enfold/functions.php file (insert it at the very bottom). The only disadvantage is that you must modify the file every time you update the theme. Thus I recommend to switch to a child theme – it’s very easy see: http://kriesi.at/documentation/enfold/using-a-child-theme/
2) I checked your website and only 5 pages are translated to Spanish: http://www.amequipment.com/wp-admin/edit.php?post_type=page&lang=es
I visited all pages and the language switcher seems to link to the right, translated page: http://www.screenr.com/DAgN
I noticed you use different settings for each language – I recommend to go to Enfold > Theme settings and to check the settings for each language. You can use the language switcher at the top to change the language. Enfold creates a different option set for each language and you must configure the options for each language separately.
Cheers!
Peter
This reply has been marked as private.
Hey sgrobert!
I recommend to re-save the theme options (Enfold > Theme Options) and to configure the new “Header settings” if necessary.
Cheers!
Peter
Hi altns!
You can reduce the padding between the flags:
@media only screen and (max-width: 767px){
.responsive #header_meta .sub_menu>ul>li {
padding: 0 0px;
}
}
– then the flags should be displayed in one line. If you want to display them next to the social icons use this code instead:
@media only screen and (max-width: 767px){
.responsive #header_meta .sub_menu>ul>li {
padding: 0 0px;
}
.responsive #header .social_bookmarks {
width: 28%;
}
}
Best regards,
Peter
Hi!
Please try to increase the allocated memory to 128M. Enfold + WPML probably require 64+mb memory and with 128M you’re on the safe side. This article and: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ shows you how to increase the memory.
Cheers!
Peter
Hello,
like i already wrote at the comments area at themeforest (http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/comments?filter=all&term=depa_94469&utf8=%E2%9C%93), i unfortunately cannot translate the portfolio slug. I don´t know if it´s just me, but i don´t find the “WPML” > “Translation options” in the sidebar like it´s described here: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/.
Could you please help me? Thank you very much!