Muhammad Abdullah
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Multi Language Home Page Permalink URL FixIts not a issues, the settings can be configure from here:
https://polylang.pro/doc/url-modifications/Thanks again for such marvelous plugin.
Forum: Plugins
In reply to: [BP Social Connect] Twitter connect?YEs i also want Twitter Login atleast, can you tell me how long it takes to complete.
Forum: Plugins
In reply to: [WP Posts Carousel] Carousel won't display after installing other pluginDear Author,
I like your plugin really very much, its have much power really, but the problem is this plugin its conflict sometimes with the themes that have owl.carousel script builtin. same thing i faced after lots debugging i came to this solution to load your owl.carousel.js file in footer with high priority, as your plugin settings have this option to add script in footer but if you will add the option to add priority in footer will be much helpful, for now how i fixed this issue by simply add the priority valued in WP-POST-CAROUSEL.php line number 88
add_action( “wp_enqueue_scripts”, array($this, “wp_posts_carousel_register_scripts”), 100 );
Just add the 100 after the array.. and my problem solved really.
i can understand your plugin have no errors offcourse if owl already installed its conflicting but the priority feature take over completely if its previously any owl script install.
Hope to others also work this solution.
Thanks
Thanks Diana for your such great support and everything. Because of my small page highlight issue, you put much effort on your end, its like that this is your own job.
Thank you so much for your all effort.
Thanks Diana you got the issue, you so talented expert developer, i am waiting for the new update that have this more improvement.
Luv your support.
Take Care
You can see DIANA Parent Menu loosing its class:
https://envato.webdesignerart.com/ridolfi/rprojects/project20/
Projects > isn’t hightlighted in white.
But in this page:
https://envato.webdesignerart.com/ridolfi/projects/commercial/commercial-completed/Diana one more thing, you can see also, your plugin on single page removing the Parent menu CURRENT class, so its difficult to find which Parent menu. You can see:
https://envato.webdesignerart.com/ridolfi/rprojects/project20/Projects > isn’t hightlighted in white.
But in this page:
https://envato.webdesignerart.com/ridolfi/projects/commercial/commercial-completed/The project highlighting in white color. bcz its getting the current page class.
Any suggestion for this?
Thanks
See your hardwork contribution we professional also using in our projects. Luv it really.
Thanks Diana, i found my mistake that was CSS issue that hiding my navigation, i am extremely sorry for waist your time.
Again such great nice plugin.
Thankyou so much!
Your suggested options are:
1. Go back to the default WordPress theme. (hope it will not create problem when switch back to original theme)
2. Disable all other plugins.
(hope it will not create problem when activate plugins again)3. Reproduce this with a regular WordPress Post, not a custom post type.
My whole website use custom post type navigation.Let me know, what’s next to do.
Thanks
My whole website is depend on Custom Post Type, that’s why im using this plugin.
oHH Basically after upgrading the plugin, the plugin removed its old settings that’s why its not showing i just enable again the SUBMENU checkbox. its work fine now.
You can see the menu showing custom posttype post titles in navigation:
https://envato.webdesignerart.com/ridolfi/projects/commercial/But when i click any of the single post link, the entire sub menu Remove.
https://envato.webdesignerart.com/ridolfi/rprojects/project21/Plz review.
And Big Big thanks for professional support.
Let me check, but seems i have to share my wordpress login details so you can check what you trying to say.
Forum: Plugins
In reply to: [Category Posts in Custom Menu] After Upgrade Plugin not workingYes i have 1.2.0 but i loose the actual plugin functionality on my website.
i found issue in my theme i am including this js code that causing some issue maybe jquery conflict. so for now i disable this jquery now all working fine.
$(document).ready(function() {
$('#accordion').find('.accordion-toggle').click(function()
{
//Expand or collapse this panel
$(this).next().slideToggle('fast');
//Hide the other panels
$(".accordion-content").not($(this).next()).slideUp('fast');
});});