abhi1987
Forum Replies Created
-
Thanks Miled I just asked you because i think that may be you know about that problem.
By the way nice work done.I supposed may be it happen due to the redirect url, what you think isn’t it.
Forum: Plugins
In reply to: [Max Mega Menu] maxmenu create confliction with category.php pageThanks Tom
I am going to try that stuff.
Forum: Plugins
In reply to: [Max Mega Menu] maxmenu create confliction with category.php pagehello Tom,
code that i put inside the php widget is:
<section class=”mega_wrapper”>
<div class=”container”>
<div class=”row”>
<?php query_posts(‘cat=11&posts_per_page=5’);?><?php if(have_posts()):
while (have_posts()) : the_post();
$img = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘menu-thumb’);
$item = ‘<div class=”col-lg-2″>
<div class=”mega_single”>
<img src=”‘.$img[0].'” class=”img-responsive” alt=””>
<article>’.get_the_title().'</article>
</div><!–mega single–>
</div>’;
echo $item;
endwhile; endif;?>
</div>
</div><!–container–>
</section><!–mega wrapper–>for every different php widget assign to configuration panel widget.
Forum: Plugins
In reply to: [Max Mega Menu] maxmenu create confliction with category.php pageHi Tom,
Thanks for keep supporting me.
I am making my own custom theme, a theme is for hindi newspaper
in our region.
Actually i integrate your max menu plugin with php widget to make my
menu dynamic,its a newspaper website so the menu will update every time when client post new news, my menu show the top current post for the
same category for which it assign.
when i active the debug mode it show an error message that is
“undefined variable eval()’d code on line 9” inside php widget ‘php file’.Thanks,
Abhi.Forum: Plugins
In reply to: [Max Mega Menu] maxmenu create confliction with category.php pagehello tom,
thanks so much for support.
Actually currently i am working on this site on personal system, unable to host on server,
there is one more problem max menu setting not working like click option,
or fade and slide effect it simply display the content on hover very fast,
i check the public.js there i find the condition but dont know how it resolveForum: Plugins
In reply to: [Max Mega Menu] maxmenu create confliction with category.php pageHello Tom,
Thanks for the suggestion now it work better after i wrote wp_reset_query
in php widget but there is one another problem.:- max menu create confliction with social comment plugin.it break the social comment code i think.
best regards:
Abhishek.