Forum Replies Created
-
AuthorPosts
-
Hi Monika,
You’re welcome :)
Please try to add this CSS code as well:#weisse-linie-oben { overflow: visible; }
Best regards,
NikkoMay 23, 2023 at 4:05 pm in reply to: Different transparent menu color on just a single page #1408281Hi MadRhino,
I see, can you try adding !important, for example:
.page-id-13079 .av_header_transparency span.avia-menu-text { color: #1b1b1b !important; }
Hope it helps.
Best regards,
NikkoMay 23, 2023 at 4:01 pm in reply to: add top/bottom margin between elements inside one column #1408280Hi JantienM,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 23, 2023 at 4:00 pm in reply to: my custom post type “branches” posts not showing any details of that post #1408279Hi NicomIT,
Is this page https://www.maritimetravel.nicomitcms.com/branch-details-new/?bid=10 generated by a plugin or a custom code?
Also https://www.maritimetravel.nicomitcms.com/branches/prince-rupert/ can become like https://www.maritimetravel.nicomitcms.com/branch-details-new/?bid=10 if necessary information can be fetched from the backend of the post type.Best regards,
NikkoHi Beat,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Reto,
Yes, you’ll just need to put it inside a Color Section and then add a Custom CSS Class to it.
Then replace .page-id-3290 #after_section_6 with #top .yourclass (just replace yourclass with the class name you added).Best regards,
NikkoHi Monika,
Thanks for giving admin access, I have added overflow: visible in the code:
#weisse-linie-oben-hoeher { border-top: 10px solid white!important; z-index: 9999!important; position: relative; overflow: visible; }
Please review your site.
Best regards,
NikkoHi Andrew,
Can you give us the link to the site as well?
Best regards,
NikkoHi Tieme,
Thanks as well for using Enfold and have a great day!
Best regards,
NikkoMay 23, 2023 at 3:05 pm in reply to: I can’t see the footer area if i am not logged in as administrator #1408263Hi ac1977,
We’re happy to hear that :)
Thanks as well for using Enfold and have a great day!Best regards,
NikkoHi Anne,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi M-Graphics24,
Please try the solution posted by Mike on this thread: https://kriesi.at/support/topic/sticky-button-on-the-right/
Just change right: 12%; to right: 0;Best regards,
NikkoHi Caroline,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Manfred,
You can change the caption size by adding this CSS code in Enfold Theme Options > General Styling > Quick CSS:
#top .avia-image-container .avia-copyright { font-size: 15px; }
Best regards,
NikkoHi Beat,
Please try to add this CSS code in Enfold Theme Options > General Styling > Quick CSS:
#top .menu-item-language .avia-menu-text { height: 22px; padding-top: 5px; } #top .wpml-ls-menu-item .wpml-ls-flag { display: block; }
Best regards,
NikkoHi Monika,
I’m glad that you have found the cause of the issue. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 22, 2023 at 3:21 pm in reply to: my custom post type “branches” posts not showing any details of that post #1408154Hi NicomIT,
I think adding it to Advanced Layout Builder is a bit complex, the simplest workaround I could think is to create shortcodes that will output the values of those in the metaboxes.
I hope this puts you in the right direction.Best regards,
NikkoHi,
What browser are you using?
It seems to work on my end and also I checked if this is supported in major browsers: https://caniuse.com/?search=text-underline-offset and it is supported except for IE.
Here’s the documentation of it as well: https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-offset
Also, try adjusting different values.
If that still doesn’t work, then I think border is the only option left:@media only screen and (max-width:767px) { a, #top .av_inherit_color a { text-decoration: none; display: inline-block; border-bottom: 1px solid; padding-bottom: 1px; } }
just adjust the values as you see fit.
Best regards,
NikkoHi Monika,
z-index does not work if the block/div is static, please try to set it in relative position:
#weisse-linie-oben-hoeher { border-top: 10px solid white!important; z-index: 9999!important; position: relative; }
Best regards,
NikkoHi sitesme,
Please try to put this code inside the Media Query @media only screen and (max-width: 989px):
#mobile_footer .flex_column > .av_font_icon:first-child > a { position: relative; top: -2px; }
Best regards,
NikkoHi Intercettazioni,
You can use the Permanent Line Break in the Text Block or press CTRL + ALT + N
Here’s a screenshot:
I hope it helps.Best regards,
NikkoHi El,
Can you try to disable Javascript File Merging And Compression in Enfold Theme Options > Performance? and see if it helps.
Best regards,
NikkoMay 22, 2023 at 2:51 pm in reply to: Different transparent menu color on just a single page #1408143Hi MadRhino,
I think the reason it might not be working with you is because of this part: .page-id-1672 you’ll need to use the page ID that is used on your site.
Best regards,
NikkoHi Monika,
Please try to use text-underline-offset and test which value would work better on your case:
@media only screen and (max-width:767px) { a { text-underline-offset: -1px; } }
I hope it helps.
Best regards,
NikkoMay 22, 2023 at 2:26 pm in reply to: my custom post type “branches” posts not showing any details of that post #1408139Hi NicomIT,
Thanks for giving us access.
I have modified this part of the code in single-branches.php (line 26):get_template_part( 'includes/loop', 'index' );
to:
get_template_part( 'includes/loop', 'branches' );
so it will fetch includes/loop-branches.php, and in loop-branches.php, I have added this code (starts with line 307):
/* * Get Values */ $address = get_post_meta( get_the_ID(), 'address', true ); /* * Add Values to Content */ $content_output .= "<h4>Address: {$address}</h4>";
There other values that I have added, you just need to fill in the rest and arrange the structure.
The first part of the code was just fetching the values from the metaboxes and the second part is adding it to the content.
Please review your site.Best regards,
NikkoHi Reto,
Please try to add this CSS code:
.page-id-3290 #after_section_6 .hr-custom { min-height: 1px; line-height: 1; margin-bottom: -2px; } .page-id-3290 #after_section_6 .hr-custom .hr-inner { margin-bottom: -5px; } .page-id-3290 #after_section_6 .avia-button-wrap ~ .hr-custom .hr-inner { margin-bottom: 0; margin-top: -13px; }
Best regards,
NikkoHi Chris,
Can you try to disable CSS File Merging And Compression in Enfold Theme Options > Performance? and see if it helps.
Best regards,
NikkoHi Stilecatalini,
Unfortunately, at the moment I don’t have a working solution, but I’ll post here if I can make one.
Best regards,
NikkoHi Stilecatalini,
I have posted screenshot links in private content.
The first one is when the page is not scrolled and the second one is when the page is scrolled.Best regards,
NikkoMay 22, 2023 at 4:12 am in reply to: I can’t see the footer area if i am not logged in as administrator #1408107Hi Andrés,
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,
Nikko -
AuthorPosts