TheBuckSyndicate
Forum Replies Created
-
Forum: Plugins
In reply to: [Vertical scroll recent post] Posts Not ScrollingStill having the same issues when using the shortcode.
[vsrp vsrp_id=’0′ class=”]Forum: Plugins
In reply to: [Vertical scroll recent post] Posts Not ScrollingTrying the shortcode now to see if that works. I am pretty sure I tried that previously, but I will try it again and will let you know what happens.
Forum: Plugins
In reply to: [Vertical scroll recent post] Posts Not ScrollingSorry for the delay in response.
I uninstalled Collapse-O-Matic and uninstalled VSRP, cleared cache and then reinstalled VSRP.
The jQuery error is now gone.
It currently setup to show 1 post at a time and scroll through 10. It is showing 10 posts and not scrolling.
What is a more direct way to help??
Forum: Plugins
In reply to: [Vertical scroll recent post] Posts Not ScrollingI see the error. I have tried disabling both plugins and still run into the same issue.
When I disabled VSRP, it also reset everything that was setup. Should I reinstall VSRP?
Forum: Plugins
In reply to: [Vertical scroll recent post] Scrolling Post Date FormatI think it would be nice to have the WordPress Option as the default option for the plugin. It would also be nice to have two or three other basic options in addition to it though if possible since some developers may want a different display used within the plugin than how they have the date displayed on the News Archive or Individual Post. Just my two cents.
I really like the plugin! I am using it on the Home page of https://www.bbdlc.com and it definitely is a user interface upgrade.
This has been resolved. I found that there was an update note on the code snippet: https://www.themesandco.com/snippet/center-header-block-items/ about the update. Here’s the code for quick reference if any one else is experiencing this issue:
// 3.0.14 update - center the logo by switching TBs classes on brand div: add_filter('tc_logo_text_display', 'custom_center_brand'); add_filter('tc_logo_img_display', 'custom_center_brand'); function custom_center_brand($output) { return preg_replace('|brand span3|', 'brand span10 offset1', $output); }