Forum Replies Created
-
AuthorPosts
-
Hi Franz,
Please try to add this CSS code:
#my_section .av_textblock_section { margin-top: 50px; }
Then just adjust the value as you see fit.
Best regards,
NikkoHi IBRAHIMBerro,
I have responded to your other thread and posted what is causing the issue on your site.
Let us continue the discussion on the other threadBest regards,
NikkoHi IBRAHIMBerro,
We apologize for the inconvenience and thanks for giving us admin access.
We have inspected the page and it seems the home page itself is not working properly.
I created a new one (called homepage) which you can edit and set it as the homepage (the home in main menu is also replaced).It seems when this attribute is found in the shortcode the server does not allow it:
overlay_pattern='' overlay_custom_pattern=''
You can test this by creating a new page and then in the classic editor just add:
overlay_pattern=''
or
overlay_custom_pattern=''
or both of them combined.
You can verify as well that it is not a theme issue but a server setting that does not allow it by switching to a default WordPress Theme and do the steps mentioned above.
Best regards,
NikkoHi AlpineWeb,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.av-hotspot-container .av-image-hotspot_inner { color: transparent; }
Best regards,
NikkoHi djsmbd,
I’m glad that Mike could help you :)
Let us know if you still need further assistance or if we can close this thread.Best regards,
NikkoHi Franz,
I have added the following CSS codes:
This code moves the content up:#my_section .container .content { vertical-align: baseline; }
This code makes sure that the socket is displayed exactly at the bottom (applies to tablets, ipads and bigger devices)
@media only screen and (min-width: 768px) { #top #my_section { height: calc(100vh - 148px); } #top.logged-in #my_section { height: calc(100vh - 180px); } }
This code makes sure that the socket is displayed exactly at the bottom (applies to bigger devices that are bigger than the tablet/ipad)
@media only screen and (min-width: 981px) { #top #my_section { height: calc(100vh - 114px); } #top.logged-in #my_section { height: calc(100vh - 146px); } }
Please review your site.
Best regards,
NikkoHi Frank,
Please try to add this CSS code:
#top .main_color .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day .ui-state-active { background: green !important; }
Hope it helps.
Best regards,
NikkoHi William,
Please try the instructions in our documentation: (Under Six Columns or more) https://kriesi.at/documentation/enfold/columns/#six-columns-or-more
Let us know if it helps.Best regards,
NikkoHi Karin,
I’m glad that Mike could help you :)
Just let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHi carlosTLM98,
Please edit the Fullwidth Easy Slider, then edit the slide item, go to Styling > Font Sizes > edit Caption Title Font Size and Caption Content Font Size (make sure that the mobile device icon on the top of it is selected).
Hope this helps.Best regards,
NikkoFebruary 1, 2023 at 3:41 am in reply to: color Section class with gradient Background and a picture #1396117Hi Monika,
It should work using this format (use rgba for colors and make sure that the colors are a bit transparent):
.hintergrund { background-image: linear-gradient(direction, color-stop1, color-stop2, ...), url('url'); }
For further information, please check: https://www.geeksforgeeks.org/css-combine-background-image-with-gradient-overlay/
Another workaround is to use a background image, then add this CSS code (just change the opacity value as you see fit (value is from 0-1):
.hintergrund { position: relative; } .hintergrund:before { background: linear-gradient( to top, #8D005B 0%, #8D005B 90%, black 50%, black 100% ); content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; }
Best regards,
NikkoFebruary 1, 2023 at 3:26 am in reply to: i have a issue with a content slider who is doesn’t slide… #1396116Hi mediafacto,
Can you give us a link to the page mentioned? so we can try to inspect it.
Best regards,
NikkoHi gammamedia,
Thanks for providing the staging site however, I could not seem to login to it.
Please provide login credentials for it as well.Best regards,
NikkoHi nataliaborduk,
Thanks for giving us admin access.
I was able to import the SPA demo manually.
Please review your website :)Best regards,
NikkoHi katbi89,
cURL error 28: Connection timeout after 10001 ms maybe due to poor network connectivity between the server where your site is hosted and our server where the demo is hosted or maybe due to some firewall or security settings. I think the only way around it is manually import the demo.
Please try to follow the instructions in our documentation: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Hope it helps.Best regards,
NikkoHi gustavotrule,
In your WordPress Dashboard, please go to Enfold > Import/Export > Iconfont Manager then delete Flaticon.
You can add the justice icons by downloading the icons here: https://drive.google.com/file/d/1_7J9rcLbHZYXd1HvJwine9tfX9chNw-n/view?usp=share_link
And upload it in Enfold > Import/Export > Iconfont Manager.
Hope this helps.Best regards,
NikkoHi gustavotrule,
Please try to download the justice icons here: https://drive.google.com/file/d/1_7J9rcLbHZYXd1HvJwine9tfX9chNw-n/view?usp=share_link
And upload it in Enfold > Import/Export > Iconfont Manager.
Hope this helps.Best regards,
NikkoJanuary 28, 2023 at 8:42 am in reply to: How to remove the “title attribute” in post title link #1395703Hi yundian,
I’m glad that we could help you :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi yundian,
Please replace the last code I gave to:
function avf_change_logo_title($title) { $title = "云点SEO"; return $title; } add_filter('avf_logo_title', 'avf_change_logo_title');
Hope this helps.
Best regards,
NikkoHi B,
You can autoplay it but you’ll need to host your video file (not using youtube or vimeo).
Please do the following:
1. In your WordPress Dashboard, go to Media > Add New
2. Upload your video (in mp4 format)
3. Click Copy URL to clipboard button
4. Go to your page and edit the Color Section
5. Go to Styling > Background Video > Background Video then paste the URL that you have copied.Best regards,
NikkoHi bemodesign,
I apologize for the delayed response.
You can autoplay it but you’ll need to host your video file.
Please do the following:
1. In your WordPress Dashboard, go to Media > Add New
2. Upload your video (in mp4 format)
3. Click Copy URL to clipboard button
4. Go to your page and edit the Color Section
5. Go to Styling > Background Video > Background Video then paste the URL that you have copied.Best regards,
NikkoHi yundian,
Hmm, can you try adding this code in functions.php (just change the value of the title):
function avf_change_logo_title($title) { $title = "Logo"; return $title; } add_filter('avf_logo_title', 'avf_change_logo_title');
Hope it helps.
Best regards,
NikkoJanuary 28, 2023 at 8:13 am in reply to: How to remove the “title attribute” in post title link #1395695Hi yundian,
Please change also this code in line 80:
$output .= " </a>";
to:
$output .= "</a>";
Best regards,
NikkoHi Serge,
Yes, it will be fixed in the upcoming version. :)
Best regards,
NikkoHi photographie-tous-azimuts,
Please check Yigit’s answer on this thread: https://kriesi.at/support/topic/enfold-5-4-no-space-between-images-in-masonry-gallery/#post-1395105
Hope it helps.Best regards,
NikkoHi Steve,
I think you accidentally removed this code:
.woocommerce form .password-input, .woocommerce-page form .password-input { position: relative; }
after that is re-added, you will need to adjust the top value of the previous code.
Best regards,
NikkoHi fumsel,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Steve,
Please replace this part of the code I gave:
.woocommerce-page .woocommerce-form-login .show-password-input { position: absolute; top: 0.8rem; right: 1.2rem; cursor: pointer; }
with:
.woocommerce .woocommerce-form-login .show-password-input { position: absolute; top: 0.8rem; right: 1.2rem; cursor: pointer; }
Best regards,
NikkoHi Ryan,
I’m glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi yundian,
I think the title isn’t supplied that’s why it looks like that.
Just supply it with a title and that should show up just fine.Best regards,
Nikko -
AuthorPosts