Forum Replies Created
-
AuthorPosts
-
sometimes it is like magic if you try both one after the other.
so go to icomoon upload your svgs – download them – unpack that zip file and look for the svg font file.
This svg font file you can drag and drop to fontello icons. –
Download the font files from fontello and upload that fontello.zip file to enfold.
Don’t ask why – sometimes this helped me to get it work.PS
give the fontello files a different name than that you have used allready.First: why an updated version? it still works on Enfold 4.5.7 and WP 5.2.1
you can influence it same as the top navigation area with quick css:
#top .socialbookmarks-widget .social_bookmarks { display: inline; } #top .socialbookmarks-widget .social_bookmarks li { border-right-width: 0; width: 50px; } #top .socialbookmarks-widget .social_bookmarks li a { width: 50px; line-height: 50px; min-height: 50px; } #top .socialbookmarks-widget .social_bookmarks li a:before{ font-size:30px }
Result with 50px : https://webers-testseite.de/#footer
That widget area in the middle: Social Bookmarks Widget-
This reply was modified 6 years, 3 months ago by
Guenni007.
you can force download by different methods.
One globaly – put this into your htaccess file in the root directory:<FilesMatch "\.(?i:pdf)$"> <IfModule mod_headers.c> ForceType application/octet-stream Header set Content-Disposition attachment </IfModule> </FilesMatch>
or f.e. place the download in this way:
<a href="https://domain.de/xyz.pdf" download="Aufsatz_ueber_Nettiquette.pdf">Nettiquette</a>
for better adivce it would be necessary to see your site.
i would have expected a svg file now, because chrome needs a lot of information, but a png should not cause any problems. I can’t confirm that either; I can see your logo on my Chrome/Mac.
after your logo img there is a noscript tag, which definitely does not originate from Enfold. So there already seems to be a third party script interfering.
So – if javascript is deactivated on your chrom – you will see that fallback.May 29, 2019 at 6:52 am in reply to: Adding ids to buttons so that events can be tracked in Analytics #1105069i’m Participant as you – so i do not see any private content data.
That field is there if you are using my edited alb element of the button.No relation to it – just the reason why i was a bit longer offline that i wanted – can be closed
May 28, 2019 at 11:02 pm in reply to: Adding ids to buttons so that events can be tracked in Analytics #1104980read carefully even on top of that : https://webers-testseite.de/edited-enfold-alb-elements/#buttons
for better advice i had to see a link and your two buttons you are talking about.
yes – but please try to internalize what cg said. That was your syntax error.
you can write it asletter-spacing: 12px!important;
as well but the space if is there had to be after the valuesorry – i’m participant as you are – so i could not see your private content.
You had to wait til mods are here.May 28, 2019 at 2:45 pm in reply to: is it possible to load reCAPTCHA v3 only on needed Pages #1104849Sorry – can be closed now – i forgot to tell you that i changed the regex code to:
$regex = "!\[contact-form-7|\[av_contact!";
Well i think you had to first register an icon as a theme icon – then you can define it as a social icon:
// Register a new icon as a theme icon function avia_add_custom_icon($icons) { $icons['tel'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854'); 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['tel'] = 'tel'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
and think of to set the css styles for hover state too!
all icons get the class : av-social-link-xxxso f.e. with example above: tel
#top #wrap_all .av-social-link-tel:hover a { color: #fff; background-color: #006567; }
thats it
i can not reproduce your troubles – but it would be anyway a nice idea that the ( #avia_builder .inside ) container stays fixed on top when scrolling.
Unfortunately, this is simply about the German language. There is no superlative too current in analogy to only/unique.
Either something is up to date or not. Something cannot be more than up to date.
big – bigger – biggest that is ok. ;)by the way: translation on German “Du” – (not formal) is: “Blog – Beiträge”
-
This reply was modified 6 years, 3 months ago by
Guenni007.
Sorry Ismael – answering late to your reply.
I had some troubles with a nice page.
-
This reply was modified 6 years, 3 months ago by
Guenni007.
i installed 4.5.7 and there are some changings on that alb element.
So if you have a child-theme menu.php uploaded – this will come into conflict with the new settings.
in that case it maybe enough to delete that file. ( Save it first on your desktop)by the way : if you like to have on logo ( non transparency one) a title tag too – add one line for it above:
function custom_logo_attriubtes(){ ?> <script> (function($){ $('.logo img').attr({ title:"custom_title", alt:"custom_alt" }); $('.logo img.alternate').attr({ title:"transparent Logo", alt:"Alt Transparent" }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_logo_attriubtes');
Edit : habe eben mal auf Deutsch Sie gestellt : auch da ist die Suchergebnis Seite auf Deutsch.
Hast du deine Seite denn sonst auf Deutsch laufen? Wenn ja – welches “Deutsch” hast du dort ausgewählt – ist ja wohl eine Sonderstellung der Sprache, dass wir “Du” oder “Sie” als Ansprache wählen können.
Dort sind die Übersetzungen teilweise anders oder fehlen gar.-
This reply was modified 6 years, 3 months ago by
Guenni007.
well that Logo is the alternate logo – set for transparency Option.
You can add alt and title attribute by child-theme functions.php:function custom_alternate_logo_attriubtes(){ ?> <script> (function($){ $('.logo img.alternate').attr({ title:"Manchester Coach Hire Logo", alt:"Manchester Coach Hire" }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_alternate_logo_attriubtes');
is there a link to the site you can make public?
maybe we use that class on html (avia_mobile) to only loose that nice animation on ipad and not on small screens:
@media only screen and (min-width:768px) and (max-width: 1024px) { .responsive.avia_mobile #top .avia-timeline-vertical .milestone_icon, .responsive.avia_mobile #top .avia-timeline-vertical .av-milestone-indicator, .responsive.avia_mobile #top .avia-timeline-vertical .av-milestone-icon-wrap:after { opacity: 1; transform: scale(1); } }
May 21, 2019 at 10:46 am in reply to: Verlinkte Spalten einen Linktext bzw. Title Tag geben #1102787I guess it is now implemented in Enfold 4.5.7 – thank you – this is a nice feature for SEO and Wai Aria points of view.
May 10, 2019 at 6:25 am in reply to: Post Navigation on mobile : is there a way to have swipe event for that? #1099167Danke – kann geschlossen werden.
the script here from line 601: https://kriesi.at/support/topic/a-question-to-a-developer/#post-1098037 rules the positioning of the image.
On most cases it is set to center the image ( on a min height option it happens that the width is bigger than the screenwidth).
there are images with the thematic focus on the right side – so i try to position (similar to a background-image) the image on f.e. bottom right side.May 7, 2019 at 7:37 pm in reply to: Post Navigation on mobile : is there a way to have swipe event for that? #1098184May 7, 2019 at 7:30 pm in reply to: Post Navigation on mobile : is there a way to have swipe event for that? #1098181thanks
by the way : standard default is h2 and h4 – so what version on enfold do you use?
And : thanks to Günter for detailed Info about that new filter ( you only have to ask for it ;) )
By the way the context is the alb element itself : open the alb element and look on top of each alb: there will be somenting like this:
if ( ! class_exists( 'avia_sc_timeline' ) ) { class avia_sc_timeline extends aviaShortcodeTemplate
so context on this case is : avia_sc_timeline
-
This reply was modified 6 years, 3 months ago by
-
AuthorPosts