Vamsi Pulavarthi
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Vertical Scroller] post displayed belowHi
I am not sure I an following. Can you Spain in more detail?Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] Content as description in Google Search resultsI wouldn’t know how to do that. Sorry I couldn’t help you there.
Hi
I will have to look into this. I will see if I can add it in.Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] Scroll CommentsNot as built. We can build a special plugin for you to support it if you are willing to contribute (Pay) for the development time.
If you are interested please visit our site http://sirisgraphics.com and send us a message using our contact form.
Thanks
VamsiForum: Plugins
In reply to: [Siris Login/Logout Redirect] Doesn't work WP 4.1Hello
I just tried installing this plugin on WordPress 4.1 site I have and it worked without a flaw.
Can you give me more information about your setup?
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] What is Shortcode for sort in descending order?Hello –
Please read the blurb below to decide how you want to sort using the plugin.
Thanks
Vamsisortby (optional, default value = post_date): Set the Order By option for getting posts. Valid Values: ‘none’ – No order (available with Version 2.8). ‘ID’ – Order by post id. Note the capitalization. ‘author’ – Order by author. ‘title’ – Order by title. ‘date’ – Order by date. ‘modified’ – Order by last modified date. ‘parent’ – Order by post/page parent id. ‘rand’ – Random order. ‘comment_count’ – Order by number of comments (available with Version 2.9). Usage: sortby=”post_date”
sortorder (optional, default value = DESC): Sorts the posts in ascending or descending order of post date. Usage: sortorder=”ASC” or “DESC”
Forum: Plugins
In reply to: [jQuery Vertical Scroller] What is Shortcode for sort in descending order?You should use the sorting options. Please read the plugin instructions on the plugin description page and you should find the exact instructions.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] Change log for v2.7?Hi
Uploaded the change log for version 2.7 and 2.8. Added new functionality on shortcode
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] What is Shortcode for sort in descending order?Hi
Just uploaded new version with the functionality you requested. Please mark as resolved.
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] What is Shortcode for sort in descending order?There isnt one. I will add one over the weekend.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] Link to post without title set onHi
The plugin does not support what you are asking for.I can do a custom build for you if you are willing to pay for it
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] Change log for v2.7?Sorry. Must have forgotten to update the log. Nothing changed. Just tested and bumped the version number for wp 4.0
Moving towards a different scrolling engine. Under testing. Removes the gap. Looking to get some donations for it. Should be posting something on our website soon.
Thanks
VamsiForum: Plugins
In reply to: [jQuery Vertical Scroller] No new line in new rowGood to know. Can we close this then?
Forum: Plugins
In reply to: [jQuery Vertical Scroller] No new line in new rowLet me see what I can do.
Forum: Plugins
In reply to: [jQuery Vertical Scroller] No new line in new rowHi
I think it is a problem with the way WordPress is storing data. I noticed that even without the RTL issue, if there is a new paragraph, WP doesn’t really store it in a new <p> tag.Try adding
tags where you want the text to break and see if that works for you. You should get a consistent display on the post and the scroller.