r3quiem
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Product Carousel Slider] Continuous LoopI am looking for answers to both of these questions.
Did you find a way of doing this in the free version?
Wanted:
1) Continuous Loop
2) Change Product Order (using ‘Featured’ setting)Thanks
Forum: Plugins
In reply to: [WP Lightbox 2] Variable "Top" causing lightbox image to jump on "Next" clickTEMPORARY RESOLVE: By changing the “Lightbox Animation duration:” to 0, this stops the jumping issue, however doesnt look as slick without the animations.
Is there another way of doing this to retain the animation feature?
Thanks
Forum: Plugins
In reply to: [Smart Layers by AddThis] Mobile and Tablet Views Not WorkingHi ridgey28,
I am getting the same issue, I have just added this to a new site, I can get the desktop version working fine, but not in Mobile/Tablet where on a previous site it stuck itself to the bottom of the screen.
Are you saying i need to log in to Addthis.com to sort this? As I have just installed the plugin, I do not have a account with them linked to this I just need the follow bar to show at the bottom.
I am currently using WP 4.2.2 using Vantage Theme
Thanks in advance!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Twenty Fourteen on mobile problemThank you so much for this!!
This has been winding me up for a few weeks now.I managed to solve it in the end, you put me on the right course! I added the media query for 100%, had to increase the z-index on the icon as that was rendered unclickable, then noticed a 30% margin-right, which i decreased to 0 and its done!
@media only screen and (max-width: 630px) { .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { max-width: 630px!important; width: 100%; overflow: inherit; } .site-content {margin-right:0!important; } }
Thank you!!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Twenty Fourteen on mobile problemI am using the AddThis social media smart layer, however the mysterious right sidebar (non sidebar) appears when the bottom “Follow” bar is activated.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Twenty Fourteen on mobile problemI think I have this same problem.
Could you please check Here.
Did you find a solution to the problem?
Its really annoying not being able to get my icon flush to the right. As you resize the videos page down, and then scroll right you can see the gap.
It seems to elude Firebug also… unless its showing somewhere I dont quite know of yet
Forum: Plugins
In reply to: [Contact Form 7] Conflicting input font color/background colorAmazing!
Thank you so much.
Yeh I was definitely trying to battle with
body, button, input, select, textarea {
color: #FFFFFF; /* this is setting lots of stuff to white */
line-height: 1.5;
}`every time Ive been trying to tackle it.
Resolved, thank you very much!
Forum: Plugins
In reply to: [Contact Form 7] Conflicting input font color/background colorHi there,
I am a user of Firebug, I just cannot for the life of me figure this one out. Ive managed to change the text colour in firebug, however this then affects both the explanation text and the input text in the area.
I have disabled Maintenance mode for the time being, so I will put this back on once the issue has been resolved. As explained this is work in progress so please dont judget the rest of it. This is my first attempt ??
Thank you for your help
Forum: Plugins
In reply to: [Contact Form 7] Conflicting input font color/background colorIt is a closed site at the moment I cant really make live. Is there another way of doing it?
Sorrry I am new to this. Really appreciate the help.
Forum: Plugins
In reply to: [Contact Form 7] Conflicting input font color/background colorHi
I am not sure if this thread will still be active, however this doesnt seem to have resolved my problem.
Having tried multiple ways of adding these customisations to my child theme style sheet, nothing is changing, even including !important declarations.
I only need to change the color of the text actually input by the user for the contact form, which that example actually shows, but when I input it, it just keeps coming up white, and whats controlling it is also controlling the text on the rest of the site. This is code in my parent theme.
Thanks again
Forum: Plugins
In reply to: [Contact Form 7] Conflicting input font color/background colorExcellent.
Thanks for the link, looks like its exactly what I needed!