Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHi,
Unless there is anything else we can assist with, shall we close this then?Best regards,
MikeJune 16, 2018 at 4:25 pm in reply to: Changing "Colours" to "Colors" (soungds easy, but isn't for any reason) #973627Hey Chris,
Can you please include a admin login in the private content area, and a direct link to the product page, so we can take a closer look.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,
Can you please include a admin login in the private content area so we can take a closer look at your fallback image issue.Best regards,
MikeJune 16, 2018 at 3:32 pm in reply to: Remove Demo Import, Import/Export, Theme Update and the Reset all button #973618Hi,
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,
Do you mean this background:
it is fixed when I view it in Chrome.
That is that the background-image doesn’t move, and the rest of the page moves over it. Perhaps you are thinking of “scroll” where the background-image stays “fixed” in one place on the page and moves as the page moves?
Please see these examplesBest 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,
MikeJune 16, 2018 at 3:16 pm in reply to: URGENT – my site is now down after trying to add Facebook pixel ! #973609Hey fionayoung,
I see your site is back up, and I don’t see your facebook pixel code in your functions-enfold.php, so I assume you were able to remove it.
If you still need to add the script, please enter it into the Enfold Theme Options > Google Services > Google Analytics Tracking Code box, because this box adds it’s content into the header of your site.
Or you could use a plugin such as Header and Footer ScriptsBest regards,
MikeHi,
Glad to hear, if you find that you need some assistance, we are always happy to help.
We will close this now.Best regards,
MikeJune 16, 2018 at 2:52 pm in reply to: Remove Demo Import, Import/Export, Theme Update and the Reset all button #973604Hey insanityNL,
Try adding this code to the end of your functions.php file in Appearance > Editor:// hide theme options add_action('admin_head', 'hide_theme_options'); function hide_theme_options() { echo '<style> #wpbody-content #avia_options_page .avia_button.avia_button_grey.avia_reset,#wpbody-content #avia_options_page .avia_section_header.goto_update,#wpbody-content #avia_options_page .avia_section_header.goto_upload,#wpbody-content #avia_options_page .avia_section_header.goto_demo { display: none !important; } </style>'; }
Best regards,
Mike -
AuthorPosts