silico26
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] mobile view issues@drakcore thanks so much for posting this solution. it works to put my related posts 2 per row.
the only thing that appears messy is that it cut off the right side of the titles under each of the thumbnails.
is it possible to remove the titles completely for this mobile view only?
thanks for the response. after a few new comments were added, it bumped down the latest comment that seemed to be causing the issue… which leads me to believe it would have something to do with the number of characters in the username?
if you refresh the page, you’ll now see what i mean.
sorry about the tinypic link, not sure what happened there but here’s another screenshot:
https://s3.postimg.org/6bh6s9irn/Screen_Shot_2015_08_18_at_5_58_15_PM.png
thanks!
Details on your solution please ??
Forum: Plugins
In reply to: [Contextual Related Posts] mobile view issuestried the code but it didn’t do anything.
thanks again for offering to help – i’ll keep my eyes peeled for mobile feautres and/or a premium version
i think the issue may lie within the plugin’s compatibility with newer youtube accounts/google api’s, but waiting to find out for sure from the dev. i’m experiencing a very similar issue which i just posted about.
seems like a great plugin based on the examples i’ve seen on others websites (and surprisingly very few decent youtube plugins exist) so looking forward to trying it out
edit – changed my api as it didn’t cross my mind this shouldn’t be public info ??
everything else remains the same.
following this thread as i’m getting the same error
thanks, i was always to modify my single post php file (created a child version) and was able to get it where i needed it.
Forum: Plugins
In reply to: [Contextual Related Posts] mobile view issuesUnfortunately this didn’t work, but thanks for the effort.
As an alternative, is there a way to instead center the posts?
Would love to see more mobile/responsive features in the future.. I would be happy to pay for a premium version if it had these options.
Forum: Plugins
In reply to: [Contextual Related Posts] Adding blank space after the thumbnailsdev, thanks for posting. this also made my plugin look much better – gave it some breathing room. thanks again!
what an unfair review. at least attempt to contact support if you’re having issues. for the record, this plugin has been extremely useful for me and i’m now using it on 4 client sites.. I’m normally skeptical about using plugins that play integral roles in my websites functionality (fear of them being buggy, lack of support, etc) but thus far content views has been EXACTLY what i hoped it would be and the support has been top notch. every time I think it’s lacking a feature, or I can’t figure something out, @pt Guy responds to my emails or support requests with a solution.
i hope you give the hard working dev another chance and reconsider your negative review.
p.s. i am not affiliated with content views in anyway.. just a fan who has used the pro version on several client sites.
it’s a well built and very flexible plugin – for only $29 you get to support the author AND unlock a lot of features (styling, etc). it also helps protect the longevity of the plugin when we support it. just my 2 cents but it’s been well worth the tiny investment.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Changing placement because of other pluginsI am wondering the same thing. Dev – any insight?
Thanks
Forum: Plugins
In reply to: [Tabby Responsive Tabs] W3 Total Cache plugin causing styling issuesi had to remove w3 from the site in question because it was a live site and the tabs were in a significant part of the organization that i couldn’t afford to have broken.
so i tried to reproduce the issue on other sites that i have with the same theme, but wasn’t able to reproduce the issue. strange. maybe, as you mentioned, it’s the w3 settings for this one particular page, although i usually set them up the same with all of my sites… perhaps another plugin conflicting with w3 as well.
Forum: Plugins
In reply to: [Newsletter Sign-Up] Submit button@dan plante, try this code in your custom css. it worked great for me.
form.nsu-form{ float:right; } form.nsu-form label{ display:none; } /* like you did already */ form.nsu-form p{ display:inline-block; margin-right:5px; margin-bottom:0; } form.nsu-form p:last-child{ margin-right:0; }
of course, always best to apply this to a CHILD theme so you don’t lose the updates on your future upgrades.