ricardotadeu
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Click the links to expandI got it to work adding the code to a JS file.
For some reason it was not working in the header.Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Click the links to expandI′ve just noticed the link was wrong.
Here is the page i′m working on.
https://qetek.com/tfra/ourlawyers/?lang=en
Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Click the links to expandHi,
https://www.ads-software.com/support/topic/click-the-links-to-expand
I have added the js to the header.php, and it is loading it but as you can see in the link above, the titles with children still point to the page instead of expanding the accordion.
What am i doing wrong?
Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakRegarding the jquery, an i use the same method i used before to use your custom js code, and just replace the code in the custom-asm-script.js ?
Or should i do it some other way ?
Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakI′ve setup a dummy site qetek.com/tfra
While testing it again, I found this:
– The option “Include Parent Page” has to be selected, so that the child pages assume the accordion effect.
Also, with this option selected, the styling changes.– With the custom js you had sent me previously, there was an important feature not available in the current plugin:
– Only pages with no children would be a link to that page … Pages with children would have no link, and when clicked on the title, it would only collapse or expand the menu.– is possible to edit the Accordion Icons Style (custom css class maybe)?
You can login at qetek.com/tfra/wp-admin
[ Deleted ]
Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakYes (footer.php code bellow).
But at the moment i′m still using the custom js because the site is live already i couldn′t leave the expanded menu.If you want i can send you an access code.
<div class="clear"></div> <!-- Footer --> <div id="footer" class="dark"> <div class="container clearfix"> <div class="sixteen columns"> <div class="one-third footer-menu"> <?php /* Widget Area */ if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('Footer Left') ) ?> <?php wp_nav_menu( array('menu' => 'Footer', 'theme_location' => 'Footer Left', 'menu_class' => 'footer-menu')); ?> </div> <div class="one-third"><?php /* Widget Area */ if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('Footer Center') ) ?> </div> <div class="one-third column-last"> <div class="footer-menu footer-right"> <?php _e('Share', 'framework'); ?> <?php $url=curPageURL()?> <a>" target="_blank" class="fa fa-facebook menuico"></a> <a>" target="_blank" class="fa fa-twitter menuico"></a> <a>&url=<?php echo urlencode($url);?>" target="_blank" class="fa fa-linkedin menuico"></a> <a href="void(0);" title="Mais..."> <i class="fa fa-plus menuico"></i> </a> <div> <?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('Footer Right') ) ?> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> </div> <!-- End Footer --> <!-- Theme Hook --> <?php wp_footer(); ?> <!-- End Site Container --> </div> </body> </html>
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakI did an update to the plugin.
Should I delete the plug in and install it again ?
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakI do.
I’ve tried to turn off, save and turn it back on, but no results.
Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakHi,
I did that and the menu is always expanded (not collapsed).
Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakHi Mat,
Can you help me with this issue ?
If you go to that page, and click on “Legal Group Africa Consultants”, you will see that under “Angola”, the grand-child disapears.
My client is really pressing me to get this resolved.
I have updated the plug in.
Thank you
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakHi Mat,
Thank you for the update, but i′m still experiencing one problem.
If select one of the grand child pages, you will see after that page loads, you can no longer see the current page (grandchild) on the sidebar menu, unless you go to some other page and come back to it.
Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakI′m experiencing a strange problem.
https://qetek.com/tfra/team/?lang=enIf you go to the last menu “Legal Group Africa Consultants ” and select one of the grand child pages, you will see that you can no longer see it on the sidebar menu, unless you go to some other page and come back to it.
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakHi Mat,
Would you be able to send the code with the tweaks i mentioned before ?
1. When expanding, only expand the next (one) level … not all the grandchild pages
2. Make that only pages with no child pages open the url link.Thanks
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakI′m trying to change the plus and minus before the name of the page but with no success.
Would you please help on this to ?
ThanksForum: Plugins
In reply to: [Advanced Sidebar Menu] Accordion stlye tweakIt looks great!
Being a menu with child and and grandchild pages, i would ask if you can send the code where:
1. When expanding, only expand the next (one) level … not all the grandchild pages
2. Make that only pages with no child pages open the url link.Thank you for your prompt support.