Forum Replies Created
-
AuthorPosts
-
May 28, 2018 at 2:22 pm in reply to: Problem with changing the appearance and centering the button to activate Google #963224
Shortcode I have changed to Enfold Child –> Privacy and Cookies –> Cookie Consent Message. Please check on my website.
[av_privacy_google_maps]Włącz/Wyłącz wyświetlanie Google Maps[/av_privacy_google_maps]This information appears where there are google maps when you disable them.
Google Maps Enalbed PrintScreen
Google Maps Disabled PrintScreenUnfortunately, I can’t find anywhere where I can translate it or change the shortcode to this information. I have Loco Translate but that is not there.
Best Regards.
May 25, 2018 at 5:58 pm in reply to: Problem with changing the appearance and centering the button to activate Google #962304I will try it.
I did it a little differently now and have a question.
Where can I translate this banner? (PrintScreen1). It appears in the map place when the customer blocks it. I want to put this banner exactly in the middle because in the mobile version it is more to the right.
Thanks for your Help.
May 19, 2018 at 2:01 pm in reply to: (German) DSGVO – Deutschland, Datenschutz, Google Fonts, Google Maps, YouTube #959075Hello, I don’t understand how exactly this plugin should load fonts from my server and block downloading fonts from the google server. Maybe it’s someone who can explain it step by step?
On this Page I copied the CSS and paste it into the style.css of my ChildTheme. In functions.php in ChildTheme I have added a code
add_action( 'init', 'enfold_customization_switch_fonts' ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; }
as on PrintScreen1.
but fonts are still loaded from google servers as on PrintScreen2.
What is the case with Google Maps and SocialShareButtons because I can see that the Enfold update has appeared but there are no changes.
Best Regards.
- This reply was modified 6 years, 6 months ago by Mariusz86.
March 4, 2018 at 10:24 am in reply to: Problem with header h1-h6 text-transform in the color section. #920995This code works:
#team .av-special-heading-tag { text-transform: capitalize !important; font-weight: 300 !important; }
Thank you @guenni007
I have no opportunity now to link to the site because it is under construction.
Why did only the important code work?
Best Regards
MariuszMarch 3, 2018 at 8:13 pm in reply to: Problem with header h1-h6 text-transform in the color section. #920889#team .av-special-heading-tag { text-transform: capitalize; font-weight: 300; }
This code is correct and should work but unfortunately it does not work.
The Print Screen 1 shows exactly what I mean. All this is in the Color Section of ID: team
If I change it only in web browser it works but when I paste this code into Custom CSS it doesn’t work. Visible on Print Screen 2.
Best Regards
Mariusz- This reply was modified 6 years, 8 months ago by Mariusz86.
Hi
I have changed:
.avia-button-center position: absolute; bottom: 7px; left: 0px; right: 0px;
Now it is like that: Print Screen
Now it’s OK but, I need more space between the button and the text field (list).
How can I change it?
Thank you for your help.
September 18, 2017 at 4:06 pm in reply to: How to delete empty masonry without changes in the footer? #853459Hello Rikard,
Perfect ! Thank You very much for your help. Can you please explain, how did you do that?
Best regards,
MariuszSeptember 18, 2017 at 6:26 am in reply to: How to delete empty masonry without changes in the footer? #853256Hey Rikard,
Yes, please try to delete the Masonry.
Best Regards,
MariuszPlease close this Topic.
Best regards,
MariuszIt was an older version of PHP.
I have updated the PHP from 5.2.17 to 7.1.2.
Now everything works. -
AuthorPosts