gramenauer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Agama Blue – White space on topHi, @themevision
Thank you very much for your help. It works, but… since white space only appeared on desktop, after applying your fix it takes 30 px from the image on mobile as well. Is there a way to avoid it? If it is difficult to do for you, please let it be, it is a minor issue.
Thanks again and best regards,
Forum: Plugins
In reply to: [WooCommerce] SyntaxError: Unexpected token < in JSON at position 1Thanks a lot!
Forum: Themes and Templates
In reply to: [Agama] Use full width page template for blog pagesHi, @themevision
Thank your for your help! Although I cannot select full width template when creating a blog post, removing sidebar widgets worked!
Best and thanks a lot!
- This reply was modified 5 years, 5 months ago by gramenauer.
Just another issue. The mc4wp-checkbox text is not translated on English version (https://www.thefatfinger.com/home/#contact), although I translated it on mailchimp-for-wp string. How could I fix it?
Thanks again in advance and best regards!
Thanks a lot!
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter’s icon very close to filter’s nameHi, Dima
Perfect fix. Thanks a lot!
Best!
AntonioHi, Harish
Thank you very much for your help.
Using the code you give me, I understand that all CF7 forms I use on the website will send the tag “ES” to mailchimp list, right? Is there any way to select a tag for each form?
Best,
Forum: Themes and Templates
In reply to: [Agama] Show entire image (keeping ratio)Fixed. Thanks a lot!
Forum: Themes and Templates
In reply to: [Agama] Show entire image (keeping ratio)Hi!
Thank you for your help. I have inserted the code, the image is centered and limited to 600px now, but it is not shown entirely. You can see differences between original image (https://brainamic.es/wp-content/uploads/2019/05/2019-langre-beach-1.png) and how is it shown on post (https://brainamic.es/blog-post/langre-beach/)
Best!
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobilefound the right code:
@media screen and (max-width: 992px) {
.sticky-header.sticky-header-shrink {
position: fixed !important;
}
#masthead.header_v3.shrinked #vision-mobile-nav {
margin-top: 67px !important;
position: fixed;
width: 100%;
z-index: 999;
}
}thanks!
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileHi again. Thanks for you help. I tried the code, but last item of the menu (BLOG) is not shown when I open the burger menu. So I apply only this part of the code:
@media screen and (max-width: 992px) {
.site-header {
position: fixed !important;
height:120px!important;
}Now, all the items of the menu are shown, but header menu looks odd: there is a grey area under header.
Also, after latest update of the theme, header v3 does not reduce when scrolling down.
(Just as a reminder: we are talking about mobile navigation of https://bikebros.es.mialias.net)
Thanks again for your help.
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileHi, again
After latest update of Agama theme, mobile fixed header has been misconfigurated.
I applied this code (site is https://bikebros.es.mialias.net):
@media screen and (max-width: 992px) {
.sticky-header.sticky-header-shrink {
position: fixed !important;
height:80px!important;
}
.sticky-header {
box-shadow: none;
}nav.mobile-menu {
position: fixed!important;
width: 100%;
top: 80px!important;
height: 160px;
overflow: auto;
z-index:9999;
}
}Many thanks in advance!
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileFantastic! Thanks a lot
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileThanks a lot. It works, but there is a space between header and deployed menu. How could I remove it?
Forum: Themes and Templates
In reply to: [Agama] Header always visible on mobileIt works! Thank you very much :)))
Best regards!