chasperlisimba
Forum Replies Created
-
What was the big shift 8-9 months ago?
I completly agree with all of you. the new updates are a mess. everything is something important broken. when a field is not working correctly ok, a bug can always happen. but at the moment basic functions like css creation for mobile devices are completly broken. I hope they can get back the quality of elementor of one year ago. then you didn’t have to think about updates because everything was always working.- This reply was modified 2 years ago by chasperlisimba.
Forum: Plugins
In reply to: [A-Z Listing] count of used termsI saw that there is the the_item_post_count function available now. How can I use it in a shortcode?
Forum: Plugins
In reply to: [A-Z Listing] theming anchor linksHey Daniel
?? Works perfect thank you for your help! ?? Really nice.
Best
Forum: Plugins
In reply to: [A-Z Listing] theming anchor linksHi Daniel
Thanks ?? I found this script in your source.
Can you maybe help to change the anchor links from the az-links? for example from #letter-A to #!/letter-A. If I can get this its working with the theme perfect ??jQuery(document).ready(function() { change_anchor = document.getElementsByClassName('az-links'); jQuery(change_anchor).find('a').each(function(){ this.href = this.href.replace('#', '!#/'); }); });
This adds the whole link to the anchor… But there should just be the anchor ??
Best
PS: I know it’s customcode and I absolutly understand when you say no ??
- This reply was modified 5 years, 9 months ago by chasperlisimba.
Forum: Plugins
In reply to: [A-Z Listing] theming anchor linksI tried this for point 1 and 2:
<script> jQuery(document).ready(function() { mykey = document.getElementsByClassName('az-links'); jQuery(mykey).find('a').addClass("anchor-link"); jQuery(mykey).find('a').each(function(){ this.href = this.href.replace('#', '!#/'); }); }); </script>
But then the link is with the complete URL and not just with the anchor… ??
Forum: Plugins
In reply to: [A-Z Listing] Display count of posts contained in custom taxonomy terms listHi there
Is there any update about the count? ?? would be nice to have the count at the end of a term.
Thanks ??
cubic00 did you fixed it? I have the same problem…
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] sortingthanks for the fast reply Kevin
Hmm i saw it on one product. but how can I change it for 500 products? :-/
and which plugin did you take?
Hi Dwinden
thank you for your post! It helped me a lot!
And yes I didn’t get the notification e-mail. I saw it now by happenstance :-/Best Regards
Hello Maria
It doesn’t work. It seems to be a problem with my theme…
regards
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive Table on IphoneThanks Tobias. It works ??
okidoki I can confirm that the problem occurs in combination with the plug in WPML! when I deactivate this plugin and delete the cache, then the options appears (when I want to insert a gallery on a site)
hmmm I moved my website from xampp to an external hoster. could that be the problem? but i deleted the nextgen plugin and all the sourcefiles of it…
i have deactivated all my plugins and tested it again…but the same effect.