Forum Replies Created
-
AuthorPosts
-
Perfect, works like a charm.
Hi Mike,
thanks, it turned out that one font was still being used without the local downloaded version from Theme Options -> Advanced Styling.
Thanks,
StefanHi Mike,
thanks, I missed that font and changed it.
But still I’m seeing fonts downloaded from fonts.gstatic.com and I’m not sure where they are coming from.
As you probably know using google fonts in Germany will cost you between 800 and 2.000 Euros if detected by one of the many lawyers specialist in “user protection” – and as long as I can’t figure out why there’s a call to google I can’t put the site online.
any ideas how to check what is causing the downloads from goole?
Link to screenshot: https://mega.nz/file/RZRSDKoT#Pp_OwvnzWUmfvn2e1iG357Xj4-8higWaLvKgP3RM26w
Thanks a lot,
StefanJune 11, 2023 at 11:23 pm in reply to: “Couldn’t Add the Font Because The Server Didn’t Respond” Error #1410293Perfect – thank you.
June 10, 2023 at 12:03 pm in reply to: “Couldn’t Add the Font Because The Server Didn’t Respond” Error #1410135the php extensions from c-panel:
Hi Ismael,
thanks that fixed it.
Cheers
Hi Nico,
perfect, just needed to replace $medal with $telegram – does now exactly what I was looking for.
Thanks for the fast and helpful support as usual.
And for reference the complete functions.php from my child theme that allows telegram to be used to share pages, posts etc via the social share button (after the fontello telgram icon has been imported):
<?php
// Register Telegram icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘telegram’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8b7’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Telegram’] = ‘telegram’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);// Add the URL to the telegram URL in the share section
function avia_add_custom_social_share_link_arguments($args) {
$telegram = array(‘telegram’ => array(
‘encode’ => true,
‘encode_urls’ => true,
‘pattern’ => ‘https://t.me/share/url?url=%5Bpermalink%5D&text=%5Btitle%5D’
));
$args = array_merge($args, $telegram);
return $args;
}
add_filter(‘avia_social_share_link_arguments’, ‘avia_add_custom_social_share_link_arguments’, 10, 1);Hi Nikko,
thanks for help – I now can see the Telegram icon within the social share buttons BUT it is just a generell link to telegram, the behaviour is not like the facebook etc buttons – they do share the actual Post. Is there a way to also tell the telegram button to pass the URL of the Post etc directly via the social share button?
Please note the changed URL in the private Content – I build a temp development environment …
Hi,
I did some additional testing and the custom uploaded font can successfully be loaded as body font – so it seems that selecting a custom font via advanced styling (in my case I selected h6) does not work correctly.
So I used the old @font-face method in my style.css child theme directory and now it’s working fine. For reverence if someone else is looking for a solution.
upload the font file in a new created fonts directory in your child themes directory and add the following css into your style.css:
@font-face { font-family: Great Vibes; src: url('fonts/GreatVibes-Regular.ttf'); } /* align h6 font (Great Vibes) with regular text */ h6 { font-family: 'Great Vibes'; font-size: 24px; font-weight: 400; margin: 0.85em 0; color: #7c6853 !important; }
Adopt as needed,
CheersFebruary 20, 2022 at 7:49 pm in reply to: submenu formatting – initially placed over main menu #1341527Perfect – worked like a charm.
Thanks
February 17, 2022 at 4:05 pm in reply to: White space between footer socket and main content #1341187Ok – Thanks
February 17, 2022 at 2:18 pm in reply to: White space between footer socket and main content #1341167Hi Yigit,
I just tested the login credentials again and they are working just fine – I’m resubmitting the login details again in the private content.
Thanks,
StefanFebruary 17, 2022 at 12:43 pm in reply to: White space between footer socket and main content #1341124Please try again with the supplied credentials, login should work now.
A screenshot of the layout issue: https://mega.nz/file/FRhy1DQK#_YIUXaxmDIRSFU8EmOMEpQuo6O4fOE5U1biDpZMkaDw
and there is even much more to scroll down to reach the footer socket.
Thanks,
StefanPerfect, thanks a lot.
Please try again – should work now …
August 13, 2021 at 3:07 pm in reply to: Das Kontaktformular kommt leer an / Contact form arrives empty #1316642Uups – I did send you the wrong login details … Please see private content.
Cheers,
StefanAugust 10, 2021 at 4:04 pm in reply to: Das Kontaktformular kommt leer an / Contact form arrives empty #1316093Hi – I have the same issue with a contact form – I do have a simple captcha enabled but still now and then an empty contact form is submitted. Any hints?
Thanks,
StefanApril 20, 2021 at 11:30 am in reply to: Blog Page 2 – back link to page 1 references gain Page 2 #1295504Thanks – works with the new Version.
Cheers
Please close the ticket – I had some issues with comments in the css and it seems that that was the issue.
Thanks,
StefanApril 7, 2021 at 9:09 pm in reply to: CSS from quick css and child theme styles.css are ignored #1293137Hi Nikko,
thanks for your reply – it turned out that my browser cache didn’t empty correctly, clearing the complete cache browser data did the trick.
Cheers
Hi Mike, perfect, exactly what I was looking for.
One more question: how do you extract the correct css path to the div? I tried Firefox inspector – Copy CSS Path / Selector or css path from “this Element” and normally come up with a good enough css path to use – but somehow not in this case.
Cheers
Hi Nikko,
thanks a lot for the reply – I will look into it.
Cheers
Hi – I’m trying to achieve pretty much the same as the original poster; I want the second column to be a different colour but failing to adopt the css code to my needs. The test site is: http://test.aboderc.de/digi-bel-system/#preise.
What I noticed is that the css path seemed to have changed from … builder-el-8 …. to builder-el-81 etc – still the follwoing css doesn’t do the trick:
#top.page-id-585 #av_section_1 > div > div > div > div > #av_section_1 > div > div > div > div > div.avia-table.main_color.avia-pricing-table-container.avia_show_empty_cells.avia_pricing_default.avia-table-1.avia-builder-el-81.el_after_av_heading.el_before_av_hr > div:nth-child(3) > ul > li.avia-heading-row {
background-color: green !important;
border-color: green !important;
}
What am I missing?
ThanksJanuary 22, 2021 at 5:04 pm in reply to: Header Verhalten, fixierte Kopfzeile auf einer einzelnen Seite verhindern #1274790Perfect, thanks
January 21, 2021 at 12:04 pm in reply to: Header Verhalten, fixierte Kopfzeile auf einer einzelnen Seite verhindern #1274334Login in private content.
The idea is that only on this page the main menu should disappear completely and the avia element fill width menu should scroll up and stay sticky. On all other pages the main menu should remain the current behaviour. Hope that makes sense.
Cheers,
StefanJune 8, 2020 at 9:33 am in reply to: WooCommerce – Produkt-Raster – WooCommerce Sorting Options; not working #1220402Hi Support – after testing I am a little bit further into the issue (although I Haven’t found a solution yet).
It seems that the sorting for the Produkt-Raster element defined in Dashboard -> Design -> Customizer -> WooCommerce -> Product-Katalog -> Standard Produkt Sortierung only works if the option “Lasse den Benutzer auswählen, indem in einen Dropbox-Menü die Sortieroptionen angezeigt werden” but not if any other option is selected (which I actually want).
Please advice
June 4, 2020 at 11:45 am in reply to: WooCommerce – Produkt-Raster – WooCommerce Sorting Options; not working #1219339Hi Rikard,
i’ve updated enfold to 4.7.5 – unfortunately I still have the same issue. The login credentials should be fixed now and the Produkt-Raster issue can be seen in the link (private content).
Please advice,
ThanksMay 15, 2020 at 10:10 am in reply to: AV Rotator / Rotierende Überschrift / change text color of rotating text #1213206Hi Rikard,
please close / update the ticket – I found a workaround.
I used the html tag <br> for the rotating headline – that caused the above described issue. I changed the html tag to within the headline text and now color instruction works.
Thanks
May 1, 2020 at 7:11 pm in reply to: WooCommerce – Produkt-Raster – WooCommerce Sorting Options; not working #1208906Hi Yigit,
please close / update the request. The Produkt-Raster Element does seem to ignore listing directives – but if you set it to use the default sorting option set within the customizer it works. The downside of course is that all Produkt-Raster Element will use the same sorting … but that works for me at the moment.
Thanks though for following up on this issue.
Cheers
April 24, 2020 at 11:23 pm in reply to: Homepage does not show anymore – it's redirected to woocommerce shop #1206992Please close the ticket, problem solved.
Just for the records – the Site element Produkt-Raster has some serious issues – from completely screwing up the layout of the page where it’s placed on up to a complete site screw up (white screen on every page, complete restore of site was necessary). Although I really love enfold for it’s possibility I found myself today as a “beta tester” for an official release needing to rely on a backup to bring my site up again after a change to a drop down menu …
-
AuthorPosts