Forum Replies Created
-
AuthorPosts
-
Hi Zdenek,
I’m glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Monika,
When you upload a logo and Media Library (pop-up window) shows up, click on the logo you want to use and check the sidebar and find Size and set it’s value to Full Size then click Use Image as logo button.
Hope this helps.Best regards,
NikkoHi schweg33,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .page-id-241 .av-le1qx22n-0d847840b527e1f40f2381188013c850, .page-id-241 .avia-button-wrap.av-bn809-402e5454ae050ba1ede479b67a8f0843-wrap { width: 50%; float: left; } .page-id-241 .avia-button-wrap.av-bn809-402e5454ae050ba1ede479b67a8f0843-wrap { clear: none; margin-top: 30px; } }
Best regards,
NikkoHi Schmidtgrafisk,
We are happy to hear that :)
If you come across any issues just post a new thread.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi martinmoravek1,
Please try to add this in your child themes functions.php file:
function temporary_removal_title_tags(){ ?> <script> window.onload = function() { var links = document.querySelectorAll('a, img, *[title]'); for (var i = 0; i < links.length; i++) { var link = links[i]; link.onmouseover = function() { this.setAttribute("data-tooltip", this.title); this.title = ""; }; link.onmouseout = function() { this.title = this.getAttribute("data-tooltip"); }; link.onmousedown = function() { this.title = this.getAttribute("data-tooltip"); }; } }; </script> <?php } add_action('wp_footer', 'temporary_removal_title_tags');
If you don’t have a child theme yet, then go to https://kriesi.at/documentation/enfold/child-theme/ and download the child theme there (instructions on how to use it is also there)
Hope it helps.Best regards,
NikkoHi xeovision,
Thanks for giving us admin access.
The reason the color is not changing for bold letters on your site is because of this CSS code in your Quick CSS: under (/** alle links rot **/)#main p strong{color:#000!important;}
Best regards,
NikkoHi Kirstie,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:479px) { .responsive #top #wrap_all .flex_column { box-sizing: border-box; } }
Hope this helps.
Best regards,
NikkoHi Tre,
In the WordPress Dashboard, go to Settings > Permalinks and find Portfolio Items Base just change the slug there.
Hope this helps :)Best regards,
NikkoHi Jan,
I tried to use Enfold 5.4.1, Hello Elementor, and Twenty Twenty-three (default WP theme) and timed them all, and the calculation duration is the same for all of them.
The other link you gave is really fast but when I tried Hello Elementor on the stage site, it does not seem to show any improvement in calculation speed.Best regards,
NikkoFebruary 14, 2023 at 9:29 am in reply to: No more white space/large caps in Masonry Gallery? #1397860Hi newmediologo,
Yes, the issue is fixed on version 5.4.1.
Best regards,
NikkoHi martinvanderharst,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi leonard8,
You can see it in the sidebar (at the bottom, under Layout):
I think you are currently using Transparent Header, try to change it to No Transparency.
Hope this helps.Best regards,
NikkoHi gfriend70,
Thanks for giving us admin access.
It seems the homepage set is already in trash, I just set the Homepage to Home again in Theme Options.
Then in Settings > Reading, I have set it back to Your latest posts
Please review your site.Best regards,
NikkoHi martinvanderharst,
Please try to add this CSS code as well:
#top .header-scrolled #header_main { padding-top: 10px; padding-bottom: 10px; }
Just adjust the top and bottom padding.
Hope this helps :)Best regards,
NikkoFebruary 14, 2023 at 6:52 am in reply to: No more white space/large caps in Masonry Gallery? #1397848Hi Alwin,
Yes, it is a known issue in Enfold 5.4.
As for Enfold 5.4.1, it is already available in Themeforest :)Best regards,
NikkoHi Matt,
Please try to add this CSS code in Quick CSS:
#top .av-special-heading-tag { background-image: linear-gradient(transparent 0%, transparent 65%, yellow 65%, yellow 90%, transparent 90%, transparent); display: inline; }
and then use a Special Heading element.
Hope this helps.Best regards,
NikkoHi Sebastian,
Thanks for giving us admin access.
I have added this CSS code (at the bottom) in Quick CSS:#top #wrap_all .sub-menu .current-menu-parent > a { background-color: #f00 !important; color: white !important; }
Please review your site.
Best regards,
NikkoHi jeel147,
I tried to check your site and it seems to be using the correct color, please see the screenshot:
Best regards,
NikkoHi Sebastian,
Since you’re using a Text Block, then it is possible to change the color of some text using Text Color in the editor:
You may need to toggle the toolbar to see it.
Hope this helps.Best regards,
NikkoFebruary 14, 2023 at 6:23 am in reply to: Increse minimun logo size when header shrink at scrolling #1397842Hi enfold,
I’m glad that Guenni007 could help you :)
Just let us know if you still need further assistance.
@Guenni007 thanks for helping out :)Best regards,
NikkoHi informaticacenart,
I’m glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 14, 2023 at 6:21 am in reply to: only on the home site the pictures didn`t do not appear or load #1397840Hi Nic,
Try to disable image optimization in the fastest cache or anything related to images, if it works, then try to enable the setting one by one to know which setting is causing the issue.
If it does not work, then please try other caching plugins.Best regards,
NikkoHi Fran,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Franz,
Please try to add this CSS code instead:
#top .avia-table a { color: red !important; }
Hope it helps.
Best regards,
NikkoHi CPSPharma,
Thanks for giving us admin access.
We have now fixed the issue.
Please review your site.Best regards,
NikkoHi Tim,
Thanks for giving us admin access.
It seems to be a bug when video size is set to Try to match the default slideshow size but stretch the video to fill the whole slider (video will be cropped at top and bottom), we have added this CSS code in your Quick CSS to fix it:.av-video-stretch.av-video-service-vimeo .av-click-overlay, .av-video-stretch.av-video-service-youtube .av-click-overlay { bottom: 36px; }
Please review your site.
Best regards,
NikkoHi Jan,
We apologize for the delayed response.
Can you setup a staging site for us in order to inspect it? just post the credentials in private content.Best regards,
NikkoHi threshershark,
Can you give us temporary admin access? so we can check it further.
Just post the credentials in private content.Best regards,
NikkoHey Empatica,
Google now requires you to enable billing for the API key to work.
Please go to https://developers.google.com/maps/billing-and-pricing/billing and find Manage billing in the Cloud Console and follow the instructions there.
For further information please check our docs: https://kriesi.at/documentation/enfold/google-map/#could-not-connect-to-google-maps-with-this-api-key
Hope this helps.Best regards,
NikkoHi threshershark,
I see, in the WordPress Dashboard, go to Portfolio Items and just change the featured images on those portfolio items.
Hope this helps.Best regards,
Nikko -
AuthorPosts