Forum Replies Created
-
AuthorPosts
-
Hi,
I was able to solve it, I changed the language for the theme options and added your css to the Quick CSS, and now your page works in both languages.
Please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the login, I was able to login to the site, but the ftp password seems to fail. Please check.Best regards,
MikeHi,
@prompos1234 Please open a new thread so we can assist, and post your admin login in the private content area so we can take a closer look. But as this is not your thread your login info will not be private.
If you have a header.php in your child theme, please replace it with the newest version.Best regards,
MikeHi,
@Jagrav
Please update the temporary password link, I believe the other has expired.Best regards,
MikeHi,
When I test your code it seems to work, please try it in the WordPress > Customize > Additional CSS field.
If it works, then you could have a css error in your Quick CSS, assuming that is where you placed it.
Try copying all of your custom css and put in the WordPress > Customize > Additional CSS to look for errors, Red “X”‘s
in the margin which will explain what is wrong with the code.
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,
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,
It’s proving to be a little more difficult to change the tag itself, but if the goal is to change the font size of the widget title, please try this code in the WordPress > Customize > Additional CSS:h3.widgettitle { font-size: 10px !important; }adjust the font size to suit.
Best regards,
MikeHi,
When I look at your site I see the css I provided above is not active, perhaps you have other css errors preventing it from working correctly. Please see screenshot in Private Content area of the above code and your site in portrait mode.
Please include a admin login in the private content area so we can take a closer look at your css.Best regards,
MikeHi,
Thank you for the login, I found that you have the “header.php” in your child theme and when I copy it to my localhost child theme it brakes my lightbox. When I compare it to the standard “header.php” in the Enfold theme the lightbox settings don’t match, I believe yours is from a older version. Please replace your child theme “header.php” with a current version.Best regards,
MikeJune 1, 2018 at 10:56 am in reply to: Cookiehinweis und Info Fenster für Cookies und Datenschutz #965183Hi,
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,
Sorry, I didn’t mean for it to be a shorthand response, I thought the images would be helpful.
I would recommend the UpdraftPlus plugin, but here’s a good list to review: 7 Best WordPress Backup Plugins Compared (Pros and Cons)Best regards,
MikeHey Alex,
I see that your menu is very long and over laps your logo, please try this code in the General Styling > Quick CSS field to make the burger menu stay viable longer:@media only screen and (max-width: 1193px) and (min-width: 768px) { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block; } }Best regards,
MikeJune 1, 2018 at 5:29 am in reply to: "Maps were disabled by the visitor on this site." How to disable it? #965059Hi,
Please try re-building your merged styles by entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.
Or, add the above css to WordPress > Customize > Additional CSSBest 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,
The logo in the scrolling text didn’t work because you had the link as “https” when it needed to be “http”
I corrected.
I also changed the text “Centre Val-de-Loire” to green by adding:<font color="green"> Centre - Val de Loire</font>to the scrolling text plugin
Best regards,
MikeHi,
Sorry changing the play button to a image would require quite a bit of time and coding.
But if you add this css to your Quick CSS it will hide the play button while the video is playing:.avia-fullscreen-slider .avia-slideshow-inner .av-video-playing .avia_playpause_icon { display: none !important; }Please clear your browser cache and check.
Best regards,
MikeHi,
@sugarwayltd Please open a new thread so we can assist, as this is not your thread you will not see the link in the Private Content area.Best regards,
MikeHi,
I tried a different approach, I added this to your functions.php:function move_socket_logos(){ ?> <script> jQuery(window).load(function(){ jQuery( '#socket .container' ).each(function() { jQuery( this ).find( 'span.socket-logos' ).insertAfter( jQuery(this).find('span.copyright') ); }); }); </script> <?php } add_action('wp_footer', 'move_socket_logos');and replaced the above css with this in the Quick CSS:
@media only screen and (min-width: 676px) { #socket .copyright { float: none!important; width: auto; } #socket .social_bookmarks { float: none!important; margin: -10px 0 0 0!important; width: auto!important; display: inline-block!important; } #socket .socket-logos { float: none!important; width: auto !important; margin-left: 0!important; } #socket .container { display: flex !important; justify-content: center !important; } } @media only screen and (min-width: 1340px) { #socket .social_bookmarks { margin-left: 28%!important; } #socket .socket-logos { margin-left: 25%!important; } } @media only screen and (min-width: 676px) and (max-width: 1339px) { #socket .social_bookmarks { margin-left: 8%!important; } #socket .socket-logos { margin-left: 5%!important; } } @media only screen and (max-width: 675px) { #socket .copyright,#socket .socket-logos,#socket .social_bookmarks { display: flex !important; justify-content: center !important; float: none !important; margin-left: 0 !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) { #top.home #full_slider_2 .avia-caption-content p { font-size: 80% !important; line-height: 12px !important; padding: 0 5px !important; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { #top.home #full_slider_2 .avia-caption-content p { font-size: 80% !important; line-height: 16px !important; padding: 5px 5px !important; } #top.home #full_slider_2 .slideshow_caption { padding: 40px 5px !important; } } @media only screen and (min-width: 1024px) and (max-width: 1064px) { #top.home #full_slider_2 .avia-caption-content p { padding: 5px 5px !important; } #top.home #full_slider_2 .slideshow_caption { padding: 40px 5px !important; } }This is meant for the single testimony slider on the home page, if this element is also on another page please let up know so we can adjust the code.
Best regards,
MikeHey YTM_Filip,
Are you referring to a text widget in the footer or a different widget? Would changing the tag font size via css be ok, or do you really need the actual H tag to be changed?Best regards,
MikeHey justeyer2,
We can assist with a manual demo import, which demo do you which to use, which webhost are you using, Please include FTP access in the Private Content area.Best regards,
MikeHey Sam,
Sorry for the late reply, I logged in and your site seems to be working correctly and I don’t see the error message.
Although I see your child theme is not being used right now, your parent theme is activate.
Please advise.Best regards,
MikeMay 31, 2018 at 11:54 am in reply to: feature image caption / Beitragsbild mit Quellenangabe #964736Hi,
I see that you are using the Advanced Layout Builder for your posts, it has been created to give you the most design choices, and doesn’t show some things automatically like the default WordPress editor like the excerpts. You will need to create your own excerpts by going to the top of your post page and clicking “Screen Options” and then checking the box “excerpts”, in your language it’s “abstract”. I did this to the first post to show you, and here is a screenshot:

This is also why your featured image is not displaying at the top of your post, please use a image element to add one. You will notice the post “SCHNELLER LAUFEN DURCH RUMPFSTABILISATION” is using the WordPress default editor and it shows the featured image and the excerpt.
I hope this explains well.In testing I removed my code in the functions.php and the copyright seems to be staying correct, but I not sure if this is a caching issue, we can add the functions.php code back in later if need be.
I recommend disabling your caching plugin while you are developing, when you are done the caching plugin will be a good idea. I also note that the buttons for the caching plugin seem off a little as if there is a conflict with another plugin

I recommend disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
—–
Can I ask if you have registered for support yet? This thread looks different to us than a regular support thread, most likely because you started it before as a contact form request. We would like to start using the regular support threads for your future questions, I hope this makes sense and you understand.If you have not done so yet, please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfold
Scroll to the bottom of the page to open a new ticket.
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,
Glad Jordan was 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,
Thank you for the login, I have taken a look and believe I have found a solution. First I changed your copyright link a little and include the word “Foto” inside the first link so you will not have a line brake, like this:<a href="https://flic.kr/p/nnkLZL" target="_blank" rel="noopener">Foto: "Stròlic Furlàn - Davide Gabino"</a>, lizenziert unter <a href="https://creativecommons.org/licenses/by-nd/2.0/" target="_blank" rel="noopener">CC BY-ND 2.0</a>.Then I added this function to your child theme functions.php:
function move_copyright(){ ?> <script> jQuery(window).load(function(){ jQuery( '.slide-entry' ).each(function() { jQuery( this ).find( '.avia-copyright' ).insertAfter( jQuery(this).find('.slide-image') ); }); }); </script> <?php } add_action('wp_footer', 'move_copyright');This solved the extra line issue, I then added this css to WordPress > Customize > Additional CSS to give your copyright a smaller line height and to give the link a light black color, you can remove this if your wish, I just thought you might like it.
.avia-copyright a { color: #383838!important; } .avia-copyright { line-height: 14px !important; }Please clear your cache and check.
Best regards,
MikeHi,
That is strange, do you mind if I try? Please include FTP access and WordPress admin access in the Private Content area.Best regards,
Mike -
AuthorPosts




