muhammadwaqas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Prev / Next Post navigation in single.php skipping postsYeah, actually I reinstalled wordpress 3 times. I noticed it after posting. It didn’t work well even for once.
No, I’m not using this theme at any other site. Also my functions.php has nothing but just few functions. eg;
Post Thumbnail Support
Widgetized sidebar
Register Footer widgets, That’s it.I treid with empty functions.php too but still not success. Also I tried my other themes in which get_adjacent_post is 100% working but on this installation the responded they same way ??
Forum: Fixing WordPress
In reply to: Prev / Next Post navigation in single.php skipping postsIts a custom theme based on bootstrap, currently under-developement. Its wordpress I swear ??
Forum: Fixing WordPress
In reply to: Prev / Next Post navigation in single.php skipping postsPlesse check: https://bit.ly/14acOtd
Forum: Plugins
In reply to: [WP Favorite Posts] Suddenly stopped adding pages to the Favorites pageIm using it at 3.5.2 and everything is just fine :O
sorry, I had my statistics disabled from plugin settings, its working fine now.
Eliasz Kubala,
It shows only ‘1’ if user has favorite posts and ‘0’ if has not favorite posts. It don’t generate total number of favorite posts.
Thanks professor,
Just tested it. It successfully redirects to provided URL but also adds a string (?wpuf_referer) at the end of URL. Don’t know if its a bug or a regular action.
https://localhost/thanks/?wpuf_referer
Professor99,
A little question, how can I redirect to custom URL?
I tried $redirect_url = get_permalink( ‘462’ );
but its not working
I’m using chrome. If its not happening with you, the problem could be in my theme. lightbox screenshot : https://i.imgur.com/fGo9vlk.jpg
Its not a big problem. I’ll use shortcut condition to close or to redirect at other page after posting.
But i think killing entire form after posting and showing a big thank you message at the same page will be a good addition. It will not require a redirection to other page.
Thanks you for your contribution in this plugin.
Thanks, got that
Just tested it at localhost, everything seems working perfectly.
But after submitting post (I tested in both lightbox and static page), the text fields become empty but the featured image stays there with “remove image” button.
Has anyone noticed it?
what If we kill the form completely and show a Thank You Message after submitting the post?
Forum: Plugins
In reply to: [Video Thumbnails] Invalid argument suppliedGot the error. There are function in my function.php that was limiting image type. After removing that its working except on Youtube video
Thanks for the plugin
Forum: Plugins
In reply to: [HTML5 Boilerplate] [Forgive me I'm a newbie] Plugin or ThemeHey, Im also new to this thing. Seems interesting to me.
A quick question. How much load it adds to existing resources?
Forum: Plugins
In reply to: [Imaguard] Can we use custom template?Yeah its working. But I wanted to use a custom template,for example, imaguard.php (without widgets and ads)to show images.
Currently images are appearing on a normal page with everything on it.
Forum: Plugins
In reply to: [Video Thumbnails] iFrame Youtube Embed Compatible?same problem here
I’ve tried at my personal theme and twenty twelve. Working perfect for vimeo. but nothing appears with youtube.
I tried both, by puting just the URL of youtube video and by iframe. my youtube code is very simple
<iframe width=”680″ height=”383″ src=”https://www.youtube.com/embed/ueBZuZAoglE?rel=0&wmode=transparent” frameborder=”0″ allowfullscreen></iframe>