Forum Replies Created
-
AuthorPosts
-
Hi dreamreader,
Please try to replace the content with:
<a href="https://www.cliff-potts-golfacademy.com/academy/golfreisen/">Golfreisen Herbst 2023 aktualisiert</a>
Hope it helps.
Best regards,
NikkoHi Sabine,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Beat,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ijnavas,
You just need to remove target=”_blank” from the previous code I gave:
<a href="https://www.website.com/" target="_blank">Name/Title</a>
Best regards,
NikkoSeptember 26, 2023 at 9:52 am in reply to: Post image full width on desktop, tablet and mobile #1420385Hi BenjaminSpeedtsberg,
I think the reason for the issue you mentioned is caused by this CSS code:
#top.single .container { padding: 0 !important; width: 100% !important; max-width: 100% !important; }
You will need to make it more specific so it doesn’t affect other areas.
You can target the main area without affecting the header or footer section by replacing #top.single .container with #top.single #main .containerBest regards,
NikkoSeptember 23, 2023 at 3:19 pm in reply to: Post image full width on desktop, tablet and mobile #1420119Hi BenjaminSpeedtsberg,
I see, please try to add this CSS code:
@media only screen and (max-width:767px) { #main { overflow: hidden; } .single-post main.content img.attachment-featured { width: 118%; max-width: none; margin-left: -9%; } }
Best regards,
NikkoSeptember 23, 2023 at 3:14 pm in reply to: sticky menu on mobile with centered logo & burger menu #1420118Hi Munford,
Sure, please replace the code I previously gave with this one:
@media only screen and (max-width:767px) { .responsive #top .logo { width: 100%; } .responsive #top .logo img { margin-left: auto; margin-right: auto; } #top #av-burger-menu-ul { vertical-align: top; } .responsive #top #wrap_all #header { position: fixed; } .responsive #top #wrap_all #main { padding-top: 80px !important; } }
Best regards,
NikkoHi woogie07,
Please try to add this CSS code:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed; } .responsive #top #wrap_all #main { padding-top: 113px !important; } }
Best regards,
NikkoHi woogie07,
How would you style the button?
You can add this CSS code:#top .av-section-tab-title { padding: 10px 10px 0; } #top .av-section-tab-title .av-outer-tab-title { background-color: #FFFFFF; border: 1px solid rgb(209,213,219); border-radius: 0.5rem; box-sizing: border-box; color: #111827; line-height: 1.25rem; padding: 0.75rem 1rem; text-align: center; text-decoration: none #D1D5DB solid; text-decoration-thickness: auto; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); cursor: pointer; } #top .av-section-tab-title .av-outer-tab-title .av-inner-tab-title { margin: 0; } #top .av-inner-tab-title, #top .av-tab-section-icon, #top .av-tab-arrow-container, #top .av-tab-section-image { width: 100%; }
Maybe add an arrow icon above each tab header?
It’s possible, you can use this CSS code:#top .av-outer-tab-title:before { content: '\e88b'; display: block; font-family: 'entypo-fontello'; font-size: 18px; }
Best regards,
NikkoHi Julian,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi,
Yes, it’s possible, hex values are valid value, I just used color names for simplicity.
You can use this CSS code instead:#top .team-member-name a:hover, #top .team-member-job-title a:hover { color: #c01401; }
Best regards,
NikkoHi Wiseguyver,
We will try to help you.
Can you give us temporary admin access for the dashboard and also FTP access?
Just post the credentials in private content.Best regards,
NikkoSeptember 22, 2023 at 5:21 am in reply to: cannot find the Enfold theme. the wordpress only show one theme #1419982Hi Yaphoon,
Please do the following:
1. right-click over the file that looks like: themeforest-OjxFUk9U-enfold-responsive-multipurpose-theme-wordpress-theme zip file and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
Use enfold.zip when you add the theme in WordPress.If you still need assistance, please include a login link for your website.
Best regards,
NikkoHi LesleyJean,
I could see this JS error via inspector:
Uncaught Error: Syntax error, unrecognized expression: #Inservice%20Videos
It seems to be coming from the links on your submenu items.
You’ll need to fix those links and also fix the IDs where they are linked, the problem with it are IDs should not include a white space, so the ID “Inservice Videos” should be changed to “inservice-videos”.
I think you’ll need to other similar things as well (It’s 10 in total including Inservice Videos).Best regards,
NikkoHi AgenturLanzinger,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#header #avia-menu #menu-item-1525 > a { display: flex; justify-content: center; max-width: 150px; } #header #avia-menu #menu-item-1525 > a > .avia-menu-text { display: flex; align-items: center; } #header #avia-menu #menu-item-1525 > a > .avia-menu-text img { max-width: 60px; max-height: 60px; }
Hope it helps.
Best regards,
NikkoHi woogie07,
We can continue the discussion on this thread: https://kriesi.at/support/topic/tab-section-27/
Best regards,
NikkoHi woogie07,
Please add Ismael’s code again and then add this CSS code as well:
#top #header { margin-top: 0 !important; }
Let us know if it helps.
Best regards,
NikkoHi Sara,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoSeptember 22, 2023 at 4:31 am in reply to: blog post overview: links in headlines are cut off after a second #1419975Hi Anne,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoSeptember 22, 2023 at 4:30 am in reply to: sticky menu on mobile with centered logo & burger menu #1419974Hi Munford,
Thanks for that, please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .responsive #top .logo { width: 100%; } .responsive #top .logo img { margin-left: auto; margin-right: auto; } #top #av-burger-menu-ul { vertical-align: top; } }
Let us know if it helps.
Best regards,
NikkoSeptember 22, 2023 at 4:24 am in reply to: (Page) Footer not loading correct on search result page #1419973Hi bonsaimedia,
Can you set the permission to administrator? the current permission isn’t sufficient. If you’re uncomfortable with giving admin access on the live site, then I think setting up a staging site and giving us admin access, would be better option, so we can try to fix it then give you steps on how to fix it.
You can check this tutorial on how to create a staging site: https://wpengine.com/resources/what-is-a-staging-site-why-have-one/#How_to_Create_a_Staging_Site_for_WordPress
Best regards,
NikkoHi woogie07,
There’s no auto rotation for it.
Maybe make the tab headers look like a button would help?Best regards,
NikkoHi ijnavas,
You can add this CSS code in Enfold > General Styling > Quick CSS:
#top .team-member-name a:hover { color: blue; } #top .team-member-job-title a:hover { color: red; }
Just change the colors as you see fit.
Best regards,
NikkoHi dablec,
Yes, there’s an easy way for that (I’m assuming you’re using gallery or masonry gallery).
Basically you’ll have two image galleries, one for mobile and one for all other devices like desktop.
The first gallery for all other devices (horizontal gallery), edit it and go to Advanced > Responsive > Element Visibility (here’s a screenshot)
Check only Hide on very small screens (smaller than 479px – eg: Smartphone Portrait)Then on the second gallery (gallery for mobile), edit it as well and go to Advanced > Responsive > Element Visibility and check all options except Hide on very small screens (smaller than 479px – eg: Smartphone Portrait)
Hope this helps.
Best regards,
NikkoSeptember 22, 2023 at 3:51 am in reply to: visualizzazione pagina carrello su mobile errata #1419969Hi bassato,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Beat,
Please try to add padding on Rikard’s code, it should look like this:
.page-id-2343 #element_avia_10_1 .input_checkbox_label { line-height: 22px; margin-top: -3px; padding-left: 25px; }
Best regards,
NikkoSeptember 22, 2023 at 3:47 am in reply to: Post image full width on desktop, tablet and mobile #1419967Hi BenjaminSpeedtsberg,
Thanks for giving us admin access, I have added this CSS code in Enfold > General Styling > Quick CSS:
.single-post main.content img.attachment-featured { width: 100%; }
Please review your website.
Best regards,
NikkoSeptember 21, 2023 at 2:05 am in reply to: sticky menu on mobile with centered logo & burger menu #1419801Hi Munford,
I tried to login using the credentials you gave however it returns this error:
Error: The username is not registered on this site. If you are unsure of your username, try your email address instead.
Please check.
Best regards,
NikkoSeptember 21, 2023 at 1:59 am in reply to: (Page) Footer not loading correct on search result page #1419800Hi bonsaimedia,
To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
Nikko -
AuthorPosts