Forum Replies Created
-
AuthorPosts
-
Hi,
Yes it will, Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJune 17, 2018 at 12:35 pm in reply to: Changing "Colours" to "Colors" (soungds easy, but isn't for any reason) #973873Hi,
Ok, I believe I solved it, I found that some of your text domains in Loco Translate are incorrect, and I corrected as many as I could, and followed these instructions but in the end, the reason the label was not changing was because it was not in the language file, it’s set on the product page. There is a dropdown to change the word that you can only see when you hover over a blank area.

Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
I found the correct fix now, please re-check.Best regards,
MikeHi,
While it shows in my Chrome & Edge with ABP turned off, Firefox is blocking them with a built in setting that I can turn off:The resource at https://platform.twitter.com/widgets.js” was blocked because tracking protection is enabled.Which browser are you using?
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.container_wrap.shop_columns_3 .single-product-summary { overflow: hidden; width: 45%; float: right!important; margin-left: 5%!important; margin-right: 0%!important; } .container_wrap.shop_columns_3 .single-product-main-image { width: 25%!important; float: right!important; margin-left: 50px!important; margin-right: 0%!important; overflow: hidden; padding-bottom: 50px; }Please see screenshot in Private Content area.
Best regards,
MikeHey kilometa,
Bitte fragen Sie Ihren Webhost nach diesen PHP-Einstellungen:
PHP-Zeitlimit: Kein Limit
PHP Speichergrenze: 256M
PHP Post Max Größe: 50M
PHP Max Upload-Größe: 20M———
Please ask your webhost to match these PHP settings:
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 20MBest regards,
MikeHey kevinpropper,
GoDaddy manage wordpress hosting has been troublesome in the past.
I could try a manual demo import if you like, which demo would you like?
Please include FTP access & WP admin login in the Private Content area.
Please note that all settings & content will be lost with a demo import.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av_phone_active_right.av_extra_header_active .container { float: right !important; width: 250px !important; }Best regards,
MikeHi,
Can I ask if your are using the browser plugin “Adblock Plus” or some other adblocker?Best regards,
MikeHi,
I added this to your Enfold Theme Options > General Styling > Quick CSS field@media only screen and (max-width: 767px) { a.avia-slide-wrap { min-height: 178px !important; height: 178px !important; background-size: contain !important; } }Please clear your browser cache and check.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 100% !important; max-width: 100% !important; } }Best regards,
MikeHey bilgecelik,
You could create a shortcode and place the shortcode in the Enfold Theme Options > Header > Extra Elements > Phone Number or small info text.
Try adding this code to the end of your functions.php file in Appearance > Editor:// Add Shortcode to show user logged in function user_logged_in() { if ( is_user_logged_in() ) { global $current_user; get_currentuserinfo(); echo 'Welcome ' . $current_user->user_login . " "; }; } add_shortcode( 'user_logged_in', 'user_logged_in' );then add this shortcode to Phone Number or small info text field:
[user_logged_in]Best regards,
MikeJune 16, 2018 at 7:40 pm in reply to: Keep getting "Saving didnt work! Please reload the page and try again" #973715Hi,
Thanks I was able to login, but when saving you have this error:/wp-admin/admin-ajax.php:1 Failed to load resource: the server responded with a status of 403 (Forbidden)Please ask your webhost if there is any directory protection on the admin folder or files, such as mod_sec
Best regards,
MikeHi,
Your homepage is loading for me without any 404’s
Please try clearing your browser cache.Best regards,
MikeHi,
I replaced your enfold theme folder and it looks as though your site is back up, please check.Best regards,
MikeHey debenm,
Please ensure that Enfold Theme Options > Layour Builder > Show element options for developers is checked.
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey fabienneBESD,
I couldn’t find the page with the easy slider to see the issue, but if the above code works good for you, except for small mobile screens, then change the code to this:@media only screen and (min-width: 767px) { .container { padding: 0; } }Best regards,
MikeHey Chnic,
Um Portfolioelemente zu einem Menü hinzuzufügen, müssen Sie die “Benutzerdefinierten Verknüpfungen” verwenden und die URL und den Titel manuell eingeben und dann unter den übergeordneten Menüeintrag ziehen. Stellen Sie sicher, dass sie etwas versetzt sind, damit sie zu Untermenüs werden.————
To add portfolio items to a menu, you will need to use the “Custom Links” and manually enter the url and title, then drag into place under your parent menu item. Be sure to leave them off-set a little so they become sub-menu items.
Best regards,
MikeHey KlausR,
I believe that it is already set to do this, in my tests it seems too. How many times does your rotate before it stops?
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey jayfarr1982,
Is this a result of updating enfold via ftp?
If not what was the action before this happened?
Please include FTP access in the Private Content area so we can take a look.Best regards,
MikeJune 16, 2018 at 6:04 pm in reply to: Unfold Sub-Sub-menus in the main navigation to the right #973674Hi,
I see that the sub-menu is opening to the left, and when I test the css above it changes to opening to the right.
So, if you added the css to your child theme style.css, please try enter a blank space in the Quick CSS to enable the “Save all changes” button, then save. This will re-build the merged css files.
Otherwise try adding it to the WordPress > Customize > Additional CSS field.
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey lewisedavis,
The widgets seems to be working for me, I can click each and the twitter is loading a feed.
Can you please explain what is not working about them?
Please see screenshot in Private Content area.Best regards,
MikeJune 16, 2018 at 5:42 pm in reply to: PLEASE HELP all images missing after update Enfold Theme #973659Hi,
Glad to hear, unless there is anything else we can help with shall we close this then?Best regards,
MikeHey Oceans247,
I assume that you are using a page as a footer, because your link to /footer/ returned a 404, and your “footer” has many links with underlines.
If this is correct, Try this code in the General Styling > Quick CSS field:.avia-section .post-entry-2704 .av_inherit_color a { text-decoration: none !important; font-size: 80% !important; }Best regards,
MikeHey lordgara3,
Try this code in the General Styling > Quick CSS field:.hr-inner.inner-border-av-border-fat { border-color: darkgrey !important; }adjust to suit.
Best regards,
MikeHey Wondergirrrl,
Es gibt zwei Stellen für das Logo-Bild, die hochgeladen werden, eine für die normale Ansicht und die andere für den transparenten Header.
1: Enfold Theme Optionen> Logo
2: Menüoptionen einklappen> Kopfzeile> Transparenzoptionen> TransparenzlogoEs gibt zwei Stellen, um die Sprache zu ändern, eine für das Backend und die andere für das Frontend.
1: WordPress> Einstellungen> Allgemein> Seitensprache
2: WordPress> Benutzer> Dein Profil> SpracheMit der Freelancer-Demo oder einer beliebigen Demoseite können Sie eine neue Seite hinzufügen und das Blog-Element mit dem erweiterten Layout-Builder zur Seite hinzufügen. Gehen Sie dann zu Enfold Designoptionen> Und wo möchten Sie den Blog anzeigen? und wählen Sie Ihre neue Seite, dann gehen Sie zu Ihrem Menü und fügen Sie einen Menüpunkt zu Ihrer neuen Seite hinzu.
———–
There are two places for the logo image to be uploaded, one is for normal view and the other is for the transparent header.
1: Enfold Theme Options > Logo
2: Enfold Theme Options > Header > Transparency Options > Transparency LogoThere are two places to change the language, one is for the back-end and the other is for the front-end.
1: WordPress > Settings > General > Site Language
2: WordPress > Users > Your Profile > LanguageWith the Freelancer Demo, or any one page demo site, you can add a new page and add the blog element to the page with the advanced layout builder, then go to Enfold Theme Options > And where do you want to display the Blog? and choose your new page, then go to your menu and add a menu item to your new page.
Best regards,
MikeHey Spiv,
Please check if the Enfold Theme Options > Performance > JS & CSS file merging and compression settings are enabled, while developing your site these should be disabled because the files are only rebuilt when the theme settings are saved.
To re-build the merged css files, try entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.Best regards,
Mike -
AuthorPosts

