robbob37
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Testimonials] Display testimonials horizontally not verticallyI managed to sort this myself. Removed a
clear: left;
line from themename/css/shortcode.css in case anyone else has similar problemsForum: Plugins
In reply to: [AccessPress Social Icons] Aligning and iconsOK, thanks for that.
When viewing the site on a mobile device it does not look great as everything is moved over and makes the page wider than it should be. Is there anything I can do to stop this or override when on a specific screen size?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change location of CAPTCHA reset buttonHi mbrsolution,
That was near enough perfect! Just had to change the value a bit so that it ended up being 130px not 25px so now is click-able!
Thanks for your help!
Hi RavanH,
Once again thanks for the quick and spot-on support! In the end I decided to just hide the clocks as it kept it a bit cleaner due to the amount that there are!
Thanks again
Good questions there WebMagi!
Also for anyone else who might want to have this functionality added you need to change the line:
<li><a class="facebook-'.$social_size.'" href="' . $facebook. '" title="Facebook">Facebook</a>
to
<li><a class="facebook-'.$social_size.'" href="' . $facebook. '" title="Facebook" target="_blank">Facebook</a>
and obviously also add target=”_blank” to each other social option as wellForum: Plugins
In reply to: [Widgetize Pages Light] Multiple items – positioningI did try to use the Grid Manager but couldn’t get it working properly. I found it was difficult to get it to act as a header…
Forum: Plugins
In reply to: [CoolClock - a Javascript Analog Clock] Multiple clocks – positioningah brilliant, I thought it might be something like that!
Are there any plans to embed timezones/daylight savings in future upgrades?
Also thanks for quick reply!