BeingMaverick
Forum Replies Created
-
your theme doesnot support wp_footer function which it should if it support WP 2.8+
Disable the load javascript in footer in plugin settings and see that should resolve your issue.
Hope that helps..
The width of your main content is too small to accomodate all the buttons. I can see that you have used the left floating option now instead of “above” the content.
For that width not all buttons will be possible to integrate. In new version you have control over the width of the buttons and you can try and change them and try to adjust them in the given width.
Hope that helps
Thanks for using the plugin. I have facebook share and digg in mind. Will consider it in future release.
Hi James,
Apologies for the delay in reply. Most of the queries are put on my site so didnt check it here.
I am not sure which version of plugin you used. Please test the latest version.
Also I believe you are currently using different code to display social share. Hope you are happy with the same.
Any further help, please let me knowForum: Hacks
In reply to: uploading new tagged version of pluginDo anyone actually reply to request on this forums??
I have also emailed plugins @ www.remarpro.com regarding my query but no reply back. More than two weeks now.Forum: Themes and Templates
In reply to: Retrieving featured image URLBrilliant.. solved my problem.. Thanks a alot styledev..
Forum: Themes and Templates
In reply to: wp_list_bookmarks fails if argument is $varnamealchymyth the problem is resolved.
I was being stupid by adding extra ‘ in wp_list_bookmarkswp_list_bookmarks(‘categorize=0&category_name=’.$album’);
The correct format should have been,
wp_list_bookmarks(‘categorize=0&category_name=’.$album);Thanks for your help and support, much appreciated.
Just out of curiosity, what if we have 2 variables as arguments? how will that work?
Forum: Themes and Templates
In reply to: wp_list_bookmarks fails if argument is $varnameThanks for your reply..I had tried both the above option and they dont work. The weird part is, it goes inside the if condition and outputs “inside if”, also the value of $album is displayed by echo statement, but wp_list_bookmarks does not work.
Below is the output
MusicAlbum3-Idiotsinside ifIf I replace $album with 3-Idiots, it works fine. So its definitely to do with $album. Does it require any escape character to understand the $ sign?? Or is it something to do with the theme(Arjuna X 1.3.8) I am using?
Your reply is much appreciated..