bowbow7
Forum Replies Created
-
Hello, I opened several tickets there but I cant find them on the website as history I have them as emails.
also without replies on some of them from the team for a while.
let me know about it.
Regards,- This reply was modified 2 years, 6 months ago by bowbow7.
Hello Is there a solution for this it still appears EN/AR when I am in arabic language
https://paste.pics/b0b81197eaee0e5ad456ad0780840d14
I want it to be in arabic language not english
Forum: Plugins
In reply to: [Jeg Elementor Kit] Nav Menu not clicking on parent linkThank you for the help yes it worked but I fixed the code to something like this
/** Make Parent Menu Clickable */ function make_parent_menu_clickable() { ?> <script> (function($) { $(window).on('load', function() { var $wrapper = $('.jeg-elementor-kit.jkit-nav-menu'); $wrapper.find('li.menu-item-has-children > a').each(function() { $(this).unbind(); console.log($wrapper) $(this).on('click', function(e) { dropdown.addClass('dropdown-open') }) }); }) })(jQuery) </script> <?php } add_action( 'wp_footer', 'make_parent_menu_clickable' );
and it worked fine on mobile with the setting above in elementor
- This reply was modified 2 years, 8 months ago by bowbow7.
Forum: Plugins
In reply to: [Jeg Elementor Kit] Exclude the pages from the search queryHello Team,
Thank you for your fast replies and your hard work.
this works fine for me, I think the default WordPress search is not 100% accurate do you suggest any replacement for it ?
Forum: Plugins
In reply to: [Jeg Elementor Kit] Nav Menu not clicking on parent linkHello, Sorry we just noticed that the current code works fine on desktop but doesn’t on mobile.
on mobile, the dropdown work but we cant click the parent
please use this link for testing on mobile.
Thank you
Hello Sorry for the last comment ignore it because I am not able to delete it.
Hello, Can I exclude the pages from the search query?
https://paste.pics/b3d55d9fad1e1dae8a724b36e30ede1b
I don’t want to include the pages in the search results I want the search to only to search the posts.
Also, I notices in the search if I search for “?????” I got different results if I switch the language can I know please what is built in the search ? as it should give the same results in both languages.
Thank you.
Hello How i can solve this I am not able to make it appear in arabic.
yes, sure I will wait for it.
Thank you for the help.- This reply was modified 2 years, 8 months ago by bowbow7.
Hello Thank you for the reply but this didn’t work I already have it on but still appearing en English
https://paste.pics/fc67176e5ec887157a76f36a86850b81
https://paste.pics/b0b81197eaee0e5ad456ad0780840d14It is still giving AR and EN when it is Arabic language
Forum: Plugins
In reply to: [Jeg Elementor Kit] RTL languagehello,
when I switch RTL language the text is forced to align to left while it should go to right automaticallyso I’m forced to add custom css to each element that doesn’t align to right
before : link : https://paste.pics/f354c7569be8799eb754dd3a61b5281c
after : link : https://paste.pics/57aaa3ff1bfca3453888a298ce797d0fI’m almost adding this modification to all jeg elementor items
if I use Elementor it auto switches text direction from ltr to rtlThank you very much it worked !!
will you implement this in the next update ?Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Post by languageThank you I will add a ticket
Hello The issue was solved only when I disabled the Amazon cloudfront CDN
https://paste.pics/969d74485347907e57f7ce0c726d9e60
But how I can make it work with the CDN?
I need to be able to update elementor to the latest version with the CDN working.
So if if i update elementor to the latest version + Amazon cloudfront CDN enabled => It doesnt work but.
if if i update elementor to the latest version + Amazon cloudfront CDN disabled => It doesnt .
how to solve that issue?
- This reply was modified 2 years, 9 months ago by bowbow7.
Forum: Plugins
In reply to: [Jeg Elementor Kit] Sorting for custom post type by category is not workingHello Any updates about this?