Forum Replies Created
-
AuthorPosts
-
Found and resolved problem.
MODSEC
Rules
214540
and
214940Can you please detail the steps for this process as it is very confusing.
If you are going to bundle a plugin, it should be able to be upgraded easily, if not there needs to be simple step for us to purchase the plugin and install + disable bundle + import/keep sliders created in bundled version.
ie:
– 1) Disable LayerSlider bundle
add_theme_support(‘deactivate_layerslider’);
– 2) Purchase and install layerslider (code canyon)
– 3) Import layersliders created in bundled version??
Here is the solution in case anyone is trying the same.
#top .av-main-nav ul li a:before { content: '\25B8'; font-family: 'entypo-fontello'; }
Thanks for reply.
1) I dont want to use mega menu
2) I only want to add triangle style to my drop down in regular main nav drop down.
See screenshot: http://screencast-o-matic.com/screenshots/u/mNG/1493412540086-25353.png
April 28, 2017 at 12:51 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #784263Excellent.
I apologize for the frustration.Thanks for your support.
April 25, 2017 at 3:28 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #782616Are you not reading the posts I am putting up?
Are you purposely sending me in circles?
April 22, 2017 at 1:17 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #781491Here is the child menu code in enfold-functions.php, however I don’t see a depth variable
/*
* Display a subnavigation for pages that is automatically generated, so the users doesnt need to work with widgets
*/
if(!function_exists(‘avia_sidebar_menu’))
{
function avia_sidebar_menu($echo = true)
{
$sidebar_menu = “”;$subNav = avia_get_option(‘page_nesting_nav’);
$the_id = @get_the_ID();
$args = array();
global $post;if($subNav && $subNav != ‘disabled’ && !empty($the_id) && is_page())
{
$subNav = false;
$parent = $post->ID;
$sidebar_menu = “”;if (!empty($post->post_parent))
{
if(isset($post->ancestors)) $ancestors = $post->ancestors;
if(!isset($ancestors)) $ancestors = get_post_ancestors($post->ID);
$root = count($ancestors)-1;
$parent = $ancestors[$root];
}$args = array(‘title_li’=>”, ‘child_of’=>$parent, ‘echo’=>0, ‘sort_column’=>’menu_order, post_title’);
//enables user to change query args
$args = apply_filters(‘avia_sidebar_menu_args’, $args, $post);//hide or show child pages in menu – if the class is set to ‘widget_nav_hide_child’ the child pages will be hidden
$display_child_pages = apply_filters(‘avia_sidebar_menu_display_child’, ‘widget_nav_hide_child’, $args, $post);$children = wp_list_pages($args);
if ($children)
{
$default_sidebar = false;
$sidebar_menu .= “<nav class=’widget widget_nav_menu $display_child_pages’><ul class=’nested_nav’>”;
$sidebar_menu .= $children;
$sidebar_menu .= “</nav>”;
}
}$sidebar_menu = apply_filters(‘avf_sidebar_menu_filter’, $sidebar_menu, $args, $post);
if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; }
}
}April 21, 2017 at 10:34 pm in reply to: Page Sidebar navigation / Show parent + child + grandchild #781452Please don’t forget this vital piece of info ..
http://screencast-o-matic.com/screenshots/u/mNG/1492738069264-56491.png
*in the screenshot you will see vital info that will keep you from going in this loop. You will see there are 2 menus in the sidebar this way you can see that indeed the hierarchy is configured correctly, and that the in page menu navigation does not show the grandchild.
It seems this post should have had a quick response, 3 days later you asking me for credentials again.
April 21, 2017 at 10:20 pm in reply to: Page Sidebar navigation / Show parent + child + grandchild #7814421) Yes the hierechy is setup.
2) The credentials were posted earlier in the thread, here the are again in private contentApril 21, 2017 at 3:31 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #780952I would like to use the “Page Sidebar navigation” tool
Screenshot of tool in Enfold Theme settings
https://s3.amazonaws.com/screenshots.screencast-o-matic.com/screenshot/u/mNG/1492737815212-13384.pngwhen I enable the tool only the top level “child” pages will show and not the “grandchild”.
The sidebar on the left top nav of “What we do” is currently showing you both the “Page Sidebar Navigation” which has 2 entries and the custom menu, which shows all the entries. As stated I do not want to use a custom menu for this anymore, I want to use “Page Sidebar Navigation” as long as it can show the full nest of pages including grandchild. I’m sure this is as simple as changing the “depth” varial somewhere in enfolds-functions.php ?
Here is a screenshot to further illustrate.
http://screencast-o-matic.com/screenshots/u/mNG/1492738069264-56491.png
April 20, 2017 at 1:59 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #780238Hello.. any help?
April 19, 2017 at 11:32 pm in reply to: Page Sidebar navigation / Show parent + child + grandchild #780211Hello there,
I am still wondering why you cannot answer my question..
I am trying to show sub pages of page in my sub nav. What is the code to change? If you see example below, by default in enfold “Grandchild page” does not show in sub nav, I need to show, and I don’t want to use custom menu.
Page
> Child Page
>Grandchild Page
–with permalink below for further illustration–
Mysite.com/page
> Mysite.com/page/child-page
> Mysite.com/page/child-page/grandchild-pageApril 19, 2017 at 9:14 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #779847Hey that was really useful.. thanks!
> What about being able to put child pages ie: grandchild ?
April 19, 2017 at 1:35 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #779731Hi there, did login work for you?
April 18, 2017 at 10:23 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #779159PS. you link was not relevant .. perhaps typo?
April 18, 2017 at 10:22 am in reply to: Page Sidebar navigation / Show parent + child + grandchild #779157Hi John,
– Top left menu is standard enfold “Page Sidebar navigation” option in theme setting (*on)
– Under that menu is a custom menu in widget area (for testing)You can see the design is much more pleasant (work is done for me here) using the standard enfold built in “Page Sidebar navigation”, but the only problem it does not show 2nd layer child (grandchild).
Also I need the list to be presentable, alined etc.
What am I missing ?
It is Ok now.
I have fixed it.
There are some conflicts with plugin.
Yes, I did.
Remember that it is single post.
Very urgent now, Did you login to my sites and check it?
hi,
Please only edit that post.
I have fixed it already.
hi,
I want to change skin similar with this:
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/?skin=Bright+Blue
Let me know how to do this?
It seems in avia_styleswitch.jsThe same with me at here: https://mauikayakadventures.com/kayak/molokini-crater/amp/
April 11, 2016 at 1:14 am in reply to: Problem with sidebar location and content in woocommerce #610882@ismael Thanks! A mix of misunderstanding the instructions and incorrect css. Found and fixed. Thanks so much for your support!!
April 6, 2016 at 11:39 pm in reply to: Problem with sidebar location and content in woocommerce #609240@rikard
Sure thing, thanks.April 6, 2016 at 4:55 am in reply to: Problem with sidebar location and content in woocommerce #608646What is going on with WooCommerce product page sidebars? They are not showing, spent all day troubleshooting why.
Ismaels post suggests editing the WooCommerce plugin files, do you really think this is a good solution? WooCommerce is being updated twice a week.
Am I reding this correctly?
Dear Jordan,
This is link and login account of my site. Please check it and give me right directions.
Thanks.- This reply was modified 8 years, 7 months ago by cptnem0.
hi Vinay Kashyap,
Got that.
Thanks so much.
hi,
I think HTML structure are wrong.
See example at here: https://www.tourmaui.com/new-years-in-maui/
Sidebar should be in div with class container
It is Enfold issues.
hi Rikard,
Yes, I did it already.
I have sent super admin and FTP account for you already.
You can review it. It is LIVE site, if so please let me know if you want to change any things.
No, it is not.
1. I have just downloaded and replaced parent theme “wp-content/themes/mm” folder, but issues still happen.
Check it at here: https://www.tourmaui.com/new-years-in-maui/
2. I have created new FTP for you. Please check and let me know asap.
-
AuthorPosts