Andrew Rivera
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Slider] Only works on the homepageThe website it is on is: https://www.anwsol.com
I switched to the “Responsive” theme and it worked, but I personally prefer the look of “FlexSlider”
Is there a common solution for that?
Forum: Plugins
In reply to: [Testimonials Widget] Possible to make list 100% width?Thank you! That fixes it. Just had to remove the space and that fixed it.
Great plugin and great support. I will be sure to give you a great rating and review.
Thank you again.
Forum: Plugins
In reply to: [Testimonials Widget] Possible to make list 100% width?No luck (and I changed the 5 to a %).
Forum: Plugins
In reply to: [Testimonials Widget] Possible to make list 100% width?I tried different widths and none changed it. Tried that, 500px, and 100% and oddly nothing has changed the width.
Forum: Plugins
In reply to: [Testimonials Widget] Possible to make list 100% width?I had already used the css codes from your “How to Correct Testimonial Widget CSS Issues” before asking.
I tried both
.testimonials-widget-testimonial { border-left: none; padding-left: 0px; padding-bottom: 10px; margin-left: 0px; width: 210px; }
and
.testimonials-widget-testimonial .listing { border-left: none; padding-left: 0px; padding-bottom: 10px; margin-left: 0px; width: 210px; }
No luck. I even put them both into my css and it has stayed the same size.
My mistake.
I coded by hand and forgot to add the following to the header:
<?php wp_head(); ?>
Resolved.
It was definitely being covered by another div layer.
To anyone else with a similar issue, put the php code into its own div layer and set the z-index to a higher number than the other layers.