saemosaemo
Forum Replies Created
-
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Customize Modal Login FormThanks much for your help Zane!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselHey Martin,
I removed carousel_responsive and had to use @media queries to adjust all the widths but it appeared to do the trick. There are some instances when on Macbook Pro 15″ (2013), the widths look fine in firefox but Safari and Chrome get a little wonky. I think its because most Macs default at Best for Display (in system preferences display settings). Anyways, I tried specifically targeting macbook 15″ using device aspect ratio and device pixel ratio, but still can’t totally control widths. It’ll probably take a little more digging.
In any case, I want to thank you for the wonderful help and work you have done. Hopefully this will help others enjoy your amazing plugin.
Thank you thank you thank you!
Here is the final shortcode for everyone:
[rotatingtweets screen_name='applespotlight' official_format='2' rotation_type='carousel' show_meta_reply_retweet_favorite='1' carousel_horizontal='1' show_meta_prev_next='1' np_pos='insidebottom' prev='<img src="http://phoogoodev.com/southpark/wp-content/themes/phoogoo/lib/img/arrow-circle_left.png">' next='<img src="http://phoogoodev.com/southpark/wp-content/themes/phoogoo/lib/img/arrow-circle_right.png">' tweet_count='10' carousel_count='4' tweet_length='125']Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselIs there a place in your code where the default to data-cycle-carousel-visible=5 can be set to 4? Or is your shortcode of carousel_count=’4′ supposed to set that?
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Customize Modal Login FormHey Zane,
I managed to get the icons to show in inputs! Thanks for that!
But for some reason the window load code above does not work. It looks like when I log out my username and “dotted” password shows up, probably because I have it saved. Any way to override that? Anyways, I tried it on another browser without being logged in and it did not work. Any thoughts? Thanks!
$j(window).load( function() { $j('.ajax-login-default-form-container input[name="user_login"]').attr('placeholder', 'User'); $j('.ajax-login-default-form-container input[name="password"]').attr('placeholder', 'Password'); });Forum: Requests and Feedback
In reply to: Edit previous posts from a support topic I startedThanks for the quick reply. I did read that page. No biggie, just thought I would ask. I am not worried about SEO at all, just thinking about the dead links after launch is all. Thanks!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselBefore we marked this closed : ) I have to change the widths for the tweets, #content .rotatingtweet, #content .norotatingtweet, depending on browser size. It works fine for mobile devices but for desktop widths it is ignoring the widths I am setting. For example, a screen width of 1280px needs to have 320px wide tweets. But when you look at http://phoogoodev.com/southpark/about/ the tweet widths appear to be larger than 320px wide and shows 5 tweets instead of 4. Any thoughts as to why it might be ignoring my @mediaqueries?
@media only screen and (min-width : 1280px) { #content .rotatingtweet, #content .norotatingtweet { width: 320px !important; } }Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselHello Martin! I ended up using np_pos=’insidebottom’ and styled with CSS. Now the arrows and tweet links work simultaneously.
For everyone else in this wonderful wordpress community. Here is the final working shortcode. Of course replace url with your image for next/prev buttons.
`[rotatingtweets screen_name=’applespotlight’ official_format=’2′ rotation_type=’carousel’ show_meta_reply_retweet_favorite=’1′ carousel_horizontal=’1′ show_meta_prev_next=’1′ np_pos=’insidebottom’ prev='<img src=”http://url”>’ next='<img src=”http://url”>’ tweet_count=’10’ carousel_count=’4′ carousel_responsive=’1′]’I wanted to let you know that I really appreciate your help and dedication. The plugin works fantastic and looks exactly as I had intended. Hopefully this thread will help others create a horizontal carousel for tweets. Good luck to you and all your endeavors. I will definitely recommend your plugin and your work.
Best to you!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselOk, should I download the dev version via your previous link? then add the shortcode? Will insidebottom show where I need it? or do I need to change CSS?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselThank you thank you thank you! That did it!
One last question : ) The div with the arrows .rotatingtweets_nextprev has to have a higher z-index to position itself “on top” of the tweets. Because of this the links in the actual tweets are being “blocked” by the .rotatingtweets_nextprev div. Is there a way to have the arrows appear outside of the .rotatingtweets_nextprev div and just float left and float right respectively? I already wrapped the carousel in div.tweets-div.
If we can have the arrows show as separate divs we can have them float left and right in the div.tweets-div, right?
Any thoughts? Thanks!
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Customize Modal Login FormHey Zane! This all works great!
The only thing I can’t get to work is the placeholder js. I am using a no-conflict js file for things like this and have the following:
$j(document).ready( function() { $j('.ajax-login-default-form-container input[name="user_login"]').attr('placeholder', 'User'); $j('.ajax-login-default-form-container input[name="password"]').attr('placeholder', 'Password'); });Also, would this placeholder allow an image next to the placeholder text like this:
http://phoogoodev.com/southpark/contact/Click on the key icon to see the login modal.
Thanks for the quick response!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselLooking great! http://phoogoodev.com/southpark/about/
Is there any way you can set it to have the metadata showing without have to hover over the “expand” link?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselFirst off, I wanted to add how grateful I am to be working with you. Your patience and work ethic is resounding!
Things are getting closer! Earlier in our thread you mentioned styling by using these methods: http://wordpress.org/support/topic/feature-request-custom-official_format?replies=5
I am not sure I am quite following so I wanted to let you know what the last pieces of this puzzle are.
1. Is there a way to output div.rtw_timestamp outside of div.rtw_meta? The reason why is that I need the timestamp to be in the top right corner of the tweet div. As in this example: http://phoogoodev.com/southpark/wp-content/themes/phoogoo/lib/img/PhotoshopScreenSnapz004.jpg
2. I couldn’t find shortcode to remove the meta/retweet/fav icons and replace with text. So replace the icons to “Reply, Retweet, Favorite”
example: http://phoogoodev.com/southpark/wp-content/themes/phoogoo/lib/img/PhotoshopScreenSnapz004.jpg
3. Responsive- I have set the tweet_count to ‘4’ and carousel_responsive to ‘1’ and removed any CSS widths but the tweet divs are coming out as various widths. Is there any way to keep these ‘responsive’ to 4 tweet divs wide for all browsers except mobile?
This example: http://phoogoodev.com/southpark/about/ is showing various widths, is that because of the snippet length?
We are very close and I am super happy!
Thank you!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselHi Martin! I didnt have to do the upgrade, just replaced the css styles with the white-space CSS fixes. Do you think I should go ahead and do the auto update?
I think I might have found why the prev/next buttons were not working. Could it be because the shortcode was placed in a ACF (Advance Custom Fields) wysiwyg field?
Here is an example of the same code when being pulled from the regular page content area. In the page template: <?php the_content(); ?>
But when the same short code is placed in the ACF field. In the page template its: <?php the_field(‘twitter_feed’); ?>. The arrow images do not show.
http://phoogoodev.com/southpark/twitter-feed-test/
What do you think?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselOk! just to clarify, you want me to download the “development version” from the “I’ve now played around with the CSS for the…” post from earlier? Then replace the entire folder as we did before?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Horizontal CarouselHi Martin!
I see that you got the arrows up on your example. Shall I replace the version I have with the development version you posted? If so, I opened it up and cannot find the white-space: normal that you added in style.css or rotatingtweets-sample.css. Where did you make these fixes?
Thanks!