Forum Replies Created
-
AuthorPosts
-
May 10, 2019 at 4:43 am in reply to: Shortcode Problem on POPUP MAKER after updating from 4.5.2 to 4.5.5 / 4.5.6 #1099142
Hi, Thank you for replying.
I will ask POPUP MAKER plugin developer.Thank you
February 4, 2019 at 3:09 am in reply to: Change to ASC order by date in the specific taxonomy archive pages #1062453Hi, Victoria
Thank you for your support.
I tried it. Unfortunately, it did not work for my site.
However, I found another solution to use plugin “Archive Posts Sort Customize,” it works well.I tried it again, because this plugin is too old ever though it works well.
Here is my code. It works.add_action( 'pre_get_posts', 'my_change_sort_order'); function my_change_sort_order($query){ if(is_tax( 'your taxonomy name' ) && ! is_tax( 'your taxonomy name', 'exclude slug name' ) ): //Change "your taxonomy name" and "exclude slug name" //Set the order ASC or DESC $query->set( 'order', 'ASC' ); //Set the orderby $query->set( 'orderby', 'date' ); endif; };
Thank you again
Koji- This reply was modified 5 years, 9 months ago by kmotoyama.
Hello Yigit,
Thank you for telling the code!
It works perfect!
Thank you again,
KmotoyamaAugust 25, 2017 at 6:08 pm in reply to: Burger Menu does not work if Conditional Menus Plugin is used #844096Hello
Günter’s solution is working perfect for me.
1.Deleted ShiftNav
2.Keep active “Conditional Menu” (nothing changed)
3.Get the update file enfold\functions-enfold.php.(according to the below link)
4.Replace the current file to update file (enfold\functions-enfold.php)
That’s all,https://kriesi.at/support/topic/zen-menu-logic-not-working-with-new-enfold-mobile-menu/#post-843382
Please share to others who have same issue. It may help.
Thank you
kmotoyamaAugust 25, 2017 at 5:52 pm in reply to: How can I disable Enfold default "page nav" for archive page? #844083Hi, Victoria
Thank you for quick reply and solution.
IT WORKS! Perfect!
We deeply appreciate it.
Thank you again
KmotoyamaAugust 25, 2017 at 9:02 am in reply to: How can I disable Enfold default "page nav" for archive page? #843794This reply has been marked as private.August 23, 2017 at 4:13 pm in reply to: How can I disable Enfold default "page nav" for archive page? #843125This reply has been marked as private.August 23, 2017 at 2:37 pm in reply to: How can I disable Enfold default "page nav" for archive page? #843040This reply has been marked as private.August 13, 2017 at 1:47 pm in reply to: Burger Menu does not work if Conditional Menus Plugin is used #838222HI, moniot,
What I have done is the following.
1. Install Conditional Menus.
2. Install ShiftNav.
3. Go to Dashboard->Appearance->menu-> manage locations
4. Set the Conditional Menu.
Enfold Main Menu: You can assign the menu for not burger menu.
Shift Nav Menu: You can assign the menu for burger menu.
5. Go to Dashboard->Appearance->ShiftNav.
6. Set the value as you like.
***recomendation***
1)Toggle Bar->Toggle Breakpoint->990 or 768 ( This should be the same value of “Menu Items for mobile”. You can find the “Menu Items for mobile” = Enfold->Main Menu->General->Menu Items for mobile)
2)Toggle Bar->Hide Theme Menu. Insert the below. It will make Enfold’s burger menu to be disable.
.av-burger-menu-mainThe above setting is what I have done. I hope it will help you.
Kmotoyama
August 13, 2017 at 3:58 am in reply to: Burger Menu does not work if Conditional Menus Plugin is used #838107Hi, mmaack
Thank you for sharing your issue!Hi, Victoria.
Thank you for reproducing and testing the issue.
I am looking forward to resolution!Thanks
KmotoyamaJuly 24, 2014 at 2:53 am in reply to: Does not work to change the width of fixed layout by using quick css #295231Thank you for replying and advising.
Now it does work well.
The problem was the file permission of enfold.css(644).
Thank you very much!!! -
AuthorPosts