Forum Replies Created
-
AuthorPosts
-
October 30, 2023 at 5:15 pm in reply to: avia gallery thumbs are not displayed correctly on mobile devices #1424150
Hi Rikard,
Thanks, you can close the topic!
Best regards,
SoltnerOctober 30, 2023 at 11:24 am in reply to: avia gallery thumbs are not displayed correctly on mobile devices #1424114Hi Ismael!
Thanks for the quick feedback, now everything works as desired :-)
many thanks and compliments for your valuable support!Best regards,
SoltnerOctober 30, 2023 at 8:56 am in reply to: avia gallery thumbs are not displayed correctly on mobile devices #1424088This reply has been marked as private.October 29, 2023 at 6:32 pm in reply to: avia gallery thumbs are not displayed correctly on mobile devices #1424045Hi Mike,
Strange, just checked, the page is running…. Please try again, thank you!
Best Regards,
SoltnerOctober 27, 2023 at 6:18 pm in reply to: avia gallery thumbs are not displayed correctly on mobile devices #1423928Hi Ismael,
Thank you very much for the quick feedback.I noticed the error on my iphone 11 (Chrome), but you can also reproduce it in Firefox with the mode “Tools > Test screen sizes”.
Unfortunately your fix doesn’t work, the photos are displayed one below the other. two more screenshots with and without the CSS fix in private content.Thanks!
Best regards
SoltnerHey Mike,
wonderful, your tip solved the problem :-)
many thanks for the great support!Best regards,
SoltnerHi Ismael!
i put the code from here in the functions.php – now works!
Thank you very much for your help :-)
best regards,
SoltnerHi Ismael,
I added the following script/function to a code module below the gallery – see screenshot
<script>
(function($) {
function scrollToTab(s, e,) {
$(s).on(e, function(event) {
var anchor, loc, cur, hash, tab, parent, pos;if( e == ‘load’ ) {
loc = window.location.hash;
hash = loc;
} else {
loc = $(this).attr(‘href’);
hash = loc.substring(loc.indexOf(‘#’));
}tab = $(‘.av-section-tab-title[href=’+ hash +’]’);
parent = tab.parents(‘.av-tab-section-outer-container’);
pos = parent.offset();tab.trigger(‘click’);
if(hash) {
setTimeout( function() {
$(window).scrollTop( pos.top – 100 )
}, 1000 );
}
});
}scrollToTab( ‘.menu-item a’, ‘click’ );
scrollToTab( window, ‘load’ );
})(jQuery);
</script>best regards,
SoltnerHey Ismael,
Thanks for the feedback.
Yes, i used the same setting (with adjusted urls) for Italian, but it only works in German.
A problem with wpml?Best regards,
SoltnerHey Ismael & Bernd!
the problem was solved by updating to WPML Multilingual CMS version 4.5.8!
Best regards,
SoltnerHey Ismael!
i don’t use the post type order plugin but the “Category Order and Taxonomy Terms Order” plugin,
tried to change the settings and also deactivate them, unfortunately without success (also browser cache emptied).Login details in private…
Thank you very much for your help :-)
Best regards,
SoltnerHey Mike,
perfect, works perfectly :-) thanks for the help, great Support!
Best regards,
SoltnerMarch 9, 2022 at 4:33 pm in reply to: Different menu for different pages – wpml language selection not displaying #1343873Hi Rikard,
thanks again, you can close the topic!
Best regards,
SoltnerMarch 9, 2022 at 9:52 am in reply to: Different menu for different pages – wpml language selection not displaying #1343789Hi Mike,
wonderful :-)
Thank you very much for your effort and quick implementation!Have a nice day, best regards
SoltnerMarch 8, 2022 at 3:59 pm in reply to: Different menu for different pages – wpml language selection not displaying #1343660Hi Mike,
that would of course be wonderful – thanks a lot for your effort!Best regards,
SoltnerMarch 8, 2022 at 9:50 am in reply to: Different menu for different pages – wpml language selection not displaying #1343582Hi Mike,
thanks for your feedback.
sorry for my late reply, but i was not notified of your reply via email, in the past this was always the case, just for info.Then I can’t practically display the language selection as a list of languages or as a dropdown with a language name? Have I understood that correctly? Here I have the problem with the mobile display on the smartphone because the flags cover the logo…
1) Maybe the only way to resolve the display problem is to configure a language selection in the footer for the smartphone and hide the other one?
2) or create a custom flag as text for DE IT EN under “Edit Languages”?do you have another solution?
Thanks for your patience,
I’m grateful for every tip!
Best regards, SoltnerMarch 7, 2022 at 9:36 am in reply to: Different menu for different pages – wpml language selection not displaying #1343442Hi Mike,
Wow, thank you so much for your help – great support, the best ever!
How can I configure the language switcher? As a dropdown and language list?
Tried in the language settings of wpml, unfortunately without success.Best regards
SoltnerMarch 3, 2022 at 10:10 am in reply to: Different menu for different pages – wpml language selection not displaying #1342971Hi Ismael,
yes i set up the language selector as secondary header-menu in the bar above on the right.
I’ve looked at the documentation, but unfortunately I can’t solve the problem, because my programming skills are relatively limited – can you help me please?Best regards,
SoltnerJanuary 24, 2022 at 4:42 pm in reply to: Submenu links to tab sections not working on mobile #1336922Hi,
i solved the problem with the navigation on smartphone with
“Alternative menu for mobile devices”.Thanks,
SoltnerHey Rikard,
I have now found a solution myself, here is my CSS:
#header.header-scrolled #avia2-menu {
position: absolute;
top: 17px;
right: 100px;
}
.av_secondary_right .sub_menu {
float: right;
width: 203px;
}and here the CSS to minimize the bar above the menu (header_meta):
#header_meta, .html_header_transparency #header_meta {
max-height: 10px!important; min-height: 9px!important; border-bottom: 0px solid!important;
}
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 98px!important;
}Now all I have left is one desired change, for which I can’t find a solution – the home should have a transparent header, but this is shown in red … can you please help me here?
Hey Rikard,
Wonderful, works flawlessly :-) Thank you very much for the fast, great support
Best regards,
Soltner… maybe there is also a way to minimize the bar above the menu (header_meta) – tried to hide it, but then the language selection is also hidden …
Hey Rikard,
thanks for the quick response :-)
the position of the current language is now correct, but the alternative languages are not displayed correctly …Best Regards,
SoltnerHi Yigit,
thanks for the feedback.
Ok, I thought so … I was hoping for a workaround :-)Best regards,
SoltnerAugust 11, 2021 at 2:04 pm in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1316271This reply has been marked as private.August 10, 2021 at 4:04 pm in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1316094This reply has been marked as private.August 10, 2021 at 8:04 am in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1315978Hi Ismael,
thank you very much for the solution!
Have a great day :-)
Best regards,
SoltnerAugust 9, 2021 at 8:48 am in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1315788Hi,
thanks for the feedback – see login details in private field…
Best regards,
SoltnerAugust 6, 2021 at 11:43 am in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1314815Hi Ismael,
sure, the shortcode is also used elsewhere in the post.
I have now restored the enfold / config-templatebuilder / avia-shortcodes / av-helper-masonry.php and inserted the new code in the functions.php – unfortunately without success, nothing is displayed… (also with modified av-helper-masonry.php).
Best regards,
SoltnerHello Günther,
thank you very much for the feedback and explanation!
I will look for my luck at wpml :-)Best regards,
Soltner -
AuthorPosts