Political83
Forum Replies Created
-
No that doesnt do anything
This is the full code that I am using Martin:
<?php echo do_shortcode( "[rotatingtweets screen_name='VoteJasonBrown' rotation_type='scrollLeft' show_meta_reply_retweet_favorite='0' show_meta_prev_next='1' speed ='700' show_tco_link='1' show_meta_screen_name='0' show_meta_via='0' np_pos='bottom' prev='<img src="https://www.votejasonbrown.uk/wp-content/themes/politicalpress-child-theme/img/arrow-circle_left.png">' next='<img src="https://www.votejasonbrown.uk/wp-content/themes/politicalpress-child-theme/img/arrow-circle_right.png">' tweet_count='30' show_follow='1' no_show_count='1' no_show_screen_name='1' timeout ='300000' np_post='beforeafter']" ) ?>
I hope it helps.
Thanks Mark for all your advice. I have positioned the pre/next arrows where I want them, to try and us images for the arrows I have added the following code:
prev='<img src="https://www.votejasonbrown.uk/wp-content/themes/politicalpress-child-theme/img/arrow-circle_left.png">'
But this results in the following error:
“Parse error: syntax error, unexpected T_STRING in /home/content/37/12347537/html/wp-content/themes/politicalpress-child-theme/home-template.php on line 174”
I thought, having read other support, that this would work but it does’t can you assist please.
Thanks for all your help
Hi Martin, the latest version works like a charm.
Is their a way to move the next/prev arrows to the sides and style them?
The updated dev version doesnt seam to fix the problem.
Thanks for the awesome support Martin. The latest developers version has made the previous/next controls disappear, does this version still support np_pos=’before after?
Hi Martin, I have added
np_pos='before after'
but this puts the arrows above and below the tweets not to the left and right, is there a way to move the to the left and right?.As for Cycle 2, this is what is in my Functions file:
wp_register_script('cycle2', $java_script_url.'jquery.cycle2.min.js', array('jquery'), 'v20130909', true); wp_register_script('jcarousel', $java_script_url.'jquery.jcarousel.min.js', array('jquery'), '0.2.9', true);
There is also another reference to it in the file, I’ don’t know it this is relevant thought to fixing the problem, that reads:
wp_enqueue_script('cycle2');
I hope this is helpful.
I have the latest developer version but every other tweet is been skipped and not displayed, any idea of whats going on?
Thanks Martin great support as ever. I don’t know if you’ve noticed but when you scroll to the next tweet with the previous/next buttons the slider actually jumps over the next tweet to actually display the next but one. Any idea what’s causing this.
Also would it be possible to move the previous/next buttons to the side of the slider to that previous is on the left and next on the right with the tweets showing between the buttons?
Thanks for the super quick response Martin. looks a lot better.
Is it possible so speed up the transition between tweets and remove the automation so that they only transition on next/previous clicks?
Hi Martin, it looks like there was a conflict with another plugin, I now have it working. If you take a look at my site you will see that 2 tweets are showing at a time how can I make it so its just one tweet at a time. Also is it possible to remove that automation so that it only move to the next tweet by clicking the next, button.