Hey Sebastian,
Thank you for the inquiry.
For some reason, we can’t reply to your latest inquiry, so we replied here.
This is about: https://kriesi.at/support/topic/blog-add-header-transparent-to-archive-page/
We adjusted the hook in the functions.php file and created a small script ( https://pastebin.com/L11xieeS )
Best regards,
Ismael
This reply has been marked as private.
Hi Rikard,
everything fine with this topic. Please close it.
Best regards
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
I have been having problems with updates to page changes on my site for a couple of weeks. Then, finally, they stopped altogether. My server’s resources became full, so I thought that was the problem. So I dumped a lot of unneeded files but still had the problem. I tried troubleshooting with the cache, plugins, updates, and performance settings, which did not help. Actually, just modifying the performance setting for a moment caused my home page to no longer come up (even after the settings were reverted) to say “Nothing Found”. Prior to this, the home page became corrupted, and the formatting was shifted to the right and in box format despite the site being set to full width. But even if that is forever corrupt, I can’t create another homepage, since I can’t make a new page because I’m not able to update any changes. However, the site does allow me to upload media.
I don’t know what to do. Please help.
I’ve scoured the help forums to try and find an answer to this but as yet I haven’t found it. I’ve read the thread below which relates to it
Basically I have installed One Click Accessibility plugin & I can’t get the graphic to show. I just get a small tab with nothing on it despite selecting the option to show a graphic. Please see https://ttw.org.uk
Philip
Hi,
I have the font size set to this for my Portfolio Grid
#top .grid-content h3{
font-size:18px;
text-align: center;
}
I tried doing this for mobile but it still showing extremely small on mobile devices.
@media only screen and (min-width: 768px) and (max-width: 1023px) {
#top .grid-content h3{
font-size:18px;
text-align: center;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
#top .grid-content h3{
font-size:18px;
text-align: center;
}
}
How can I change the title font size on mobile devices?
Thanks!
Hello,
I am using the Enfold Health Demo theme template. Recently I purchased the Events Calendar Pro and Event Tickets Plus plugins to run on my website to create events, registrations and sell tickets. I am trying to understand how to customize the single event page layout to the way I want it to look. I can’t seem to figure out how to move the elements around on that page to make it look how I want.
Please see the attached link of how the current single event page looks like.
It seems that everything is aligned left, however the event description seems to run across the whole page. On mobile, everything looks perfect however, on desktop version it does not look right. I would like to change the layout of the elements to look more horizontal instead of vertical if that makes sense. Is it possible to use the Avia Layout Builder to create Events just like normal pages on the site?

Thanks!
-
This topic was modified 2 years, 1 month ago by
solinpaul2.
Hi Rikard,
Great, that fixed the HEADER on my laptop, but the Menu items for the “Notaria” menu are still not listed completely.
Regards,
Ramon
MarielaGuest
Hi there,
I hope you’re well!
I’m Mariela, writing from DevriX (https://devrix.com/), WordPress development company with 10 years’ experience and amongst the highest rated B2B companies (https://devrix.com/devrix-no-23-wordpress-development-company-globally-clutch-2019!
Do you do link placements at all?
Alternatively, we would love to write a bespoke editorial piece on a topic approved by you, from extensive guides to short snappy pieces – just tell me if you are open to this option and I will be happy to send some ideas to you! The content we write for you will be completely free of charge and to your specifications and is written by a team of web development experts and copywriters.
We’ve previously been featured in Bulk.ly (https://bulk.ly/creator-economy/), RankTracker (https://www.ranktracker.com/blog/static-vs-dynamic-linking-what-is-the-difference/), GoDot Media (https://www.godotmedia.com/blog/how-to-optimize-content-for-googles-new-e-e-a-t-update/), BootStrapDash (https://www.bootstrapdash.com/blog/google-content-update), Design Your Way (https://www.designyourway.net/blog/misc/the-complete-guide-to-ai-for-seo/), Small Biz Trends (https://smallbiztrends.com/2020/09/small-business-productivity-tips.html), Forbes (https://www.forbes.com/sites/laurashin/2016/03/31/at-these-125-companies-all-or-most-employees-work-remotely/#2eda3bbe6530) and Inc. (https://www.inc.com/jessica-stillman/no-office-no-problem-125-companies-proving-that-virtual-companies-can-thrive.html), among others. Also, feel free to browse our extensive blog (https://devrix.com/articles/) where we’ve put some of our best work.
All we’d like in return is a link back to the DevriX site (https://devrix.com).
We’d also consider link/ article exchange opportunities.
Please let me know if that would be alright, or if there are any questions you’d like to ask me.
Thanks and all the best,
Mariela
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.html_header_top.html_header_sticky #top.blank #wrap_all #main {
padding-top: 0 !important;
}
the pages shown in the lightbox have the class “blank” added to the body, so #top.blank can be used to target elements inside the lightbox.
The lightbox has the class “mfp-iframe-holder” but the page in the lightbox is in a iframe and the parent page css can not effect the iframe page, so the css must be added to the child page css, thus the #top.blank.
If you clear the cache and the above css still doesn’t work, try adding it to your WordPress ▸ Customize ▸ Additional CSS, it has a highest priority.
Best regards,
Mike
Hi,
We have an isseu with Google Maps. A few days ago, it stopped to work. The error on the console is “Google Maps JavaScript API warning: NoApiKeys”.
I try to fix it with this solutions but it doesn’t work:
– Check if you typed the key correctly.
– If you use the restriction setting on Google try to remove that, wait a few minutes for google to apply your changes and then check again if the key works here. If it does, you probably have a syntax error in your referrer url
– If none of this helps: deactivate all plugins and then check if the API works by using the button above. If thats the case then one of your plugins is interfering.
Now if I introduce the apikey, it doesn’t save on the enfold option.
Could you help me to fix the issue.
Thanks in advance,
Jordi
Hi Ismael,
Thanks for the response. I’m looking for the margin adjustment to only affect the lightbox. I tried using your code but as a class=contentmodal for the link like this, but it didn’t work.
/* Hide modal margin where header is */
html .contentmodal #main {
padding-top: 0 !important;
}
html .contentmodal #main .container .content {
padding-top: 10px;
}
In Mike’s functions.php he references “modal” which appears in the link as ?iframe=true&modal. Is there any way to style just the modal with your CSS by adding a class or ID? This is my only use for the modal on the event site.
Thanks for your help!
Hey fogelfish,
Thank you for the inquiry.
The theme automatically centers the logo vertically relative to header height, but if you need to adjust the vertical alignment, you can add this css code.
.logo img, .logo svg {
position: relative;
top: 100px;
}
.logo, .logo a {
overflow: visible;
}
Adjust the value of the top property as you wish.
Best regards,
Ismael
Hey StarSolutions,
Thank you for the inquiry.
Are you trying to move the submenu closer to its the parent menu item? If so, then you can try this css code.
.av-main-nav > li > ul {
margin-top: -50px;
}
Best regards,
Ismael
Additional comment:
Is it possible to change the color background only in the mobile screen?: transparent area menu for laptop screen and when we change the size screen to mobile, then it changes to blue background.
Thanks!
Hi,
Thank you for the update.
You can add the following css code to adjust the space above the post content. However, please note that this modification will also be applied to the actual post template, not just the lightbox content.
html .postid-2243 #main {
padding-top: 0 !important;
}
html .postid-2243 #main .container .content {
padding-top: 10px;
}
Best regards,
Ismael
In the case of the subtext H1… I have tried
.header_color {
text-align: center!important;
color: #25463!important;
}
also
.header_color h1 {
text-align: center!important;
color: #25463!important;
}
.subtext {
text-align: center!important;
color: #25463!important;
}
It keeps pulling through the black colour from the following location and is ignoring the text align on desktop completely.
.header_color .heading-color,.header_color a.iconbox_icon:hover,.header_color h1,.header_color h2,.header_color h3,.header_color h4,.header_color h5,.header_color h6,.header_color .sidebar .current_page_item>a,.header_color .sidebar .current-menu-item>a,.header_color .pagination .current,.header_color .pagination a:hover,.header_color strong.avia-testimonial-name,.header_color .heading,.header_color .toggle_content strong,.header_color .toggle_content strong a,.header_color .tab_content strong,.header_color .tab_content strong a ,.header_color .asc_count,.header_color .avia-testimonial-content strong,#top .header_color .av-related-style-full .av-related-title,.header_color .wp-playlist-item-meta.wp-playlist-item-title,#top .header_color .av-no-image-slider h2 a,.header_color .av-small-bar .avia-progress-bar .progressbar-title-wrap,.header_color div .news-headline .news-title,.header_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.header_color .av-default-style.av-countdown-timer.av-flip-numbers .card__top.card-time-color,.header_color .av-default-style.av-countdown-timer.av-flip-numbers .card__bottom.card-time-color,.header_color .av-default-style.av-countdown-timer.av-flip-numbers .card__back.card-time-color::before,.header_color .av-default-style.av-countdown-timer.av-flip-clock .flip-clock__card .flip-clock-counter {
color: #000000
}
I’ve just discovered something that I think is causing the issue.
A lot of changes I have been making have not been applying to the DESKTOP SITE. They are all working on the mobile site. For example, I have tried centering masonry gallery titles and this was not working on desktop but did on mobile. I have also followed the steps to edit H1 in logo area — this is working on mobile site but not desktop. And the change about IS working on mobile, but not desktop. Therefore I need to fix whatever is causing these changes to work on mobile but not desktop…
Any ideas?
-
This reply was modified 2 years, 1 month ago by
TBant.
This reply has been marked as private.
Hi,
Great, I’m glad to hear that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
It was on desktop too. The code below did the trick.
If the issue is also happening on desktop view, remove the css media query.
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
opacity: 0;
}
Thanks!