Rene1991
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Show shipping cost on seperate rowHi!
Thanks for your quick reply! that works perfectly.
Is it also possible to create an if else statement?
if product row = product add static field (account number) with value 8000
if product row = shipping add static field (account number) with value 8010Hi James,
Thanks for your quick reply! and clear answer!
Have a nice dayForum: Plugins
In reply to: [Slideshow] Question about single imageI fixed it ??
for others:
When you are using a single image create a custom template for that page, then add the shortcode from the slider in a div:
Example:
<div class="werkwijzeslider"> <?php do_action('slideshow_deploy', '400'); ?> </div>
then in your css :
.werkwijzeslider .slideshow_container_slideshow-jquery-image-gallery-custom-styles_1 .slideshow_previous { display:none!important;} .werkwijzeslider .slideshow_container_slideshow-jquery-image-gallery-custom-styles_1 .slideshow_next {display:none!important;}
Forum: Plugins
In reply to: [Image Widget] Is it possible to extend this plugin with hover-effect?Im also wondering if this is possible,
i’ve tried something with:.widget_sp_image-image-link { *some opacity shizzle }
But i want to have an opacity background with a “link” icon or something.
Forum: Plugins
In reply to: [Image Widget] New version: Native responsiveness no longer?Thank you very much for this solution mw360!
Hello,
Well with this css you can make it responsive.
but i dont know where to put this Css..#slideshow-wrapper { position: relative; width: 100%; background: none repeat scroll 0% 0% rgb(0, 0, 0); padding: 0px; border: 1px solid rgb(204, 204, 204); margin: 0px; display: none; } #slideshow-wrapper #fullsize { position: relative; z-index: 1; overflow: hidden; width: 100%; height: 244px; border: medium none; } #slideshow-wrapper #information { text-align: left; font-family: Verdana,Arial,Helvetica,sans-serif !important; position: absolute; bottom: 0px; width: 100%; height: 0px; background: none repeat scroll 0% 0% rgb(0, 0, 0); color: rgb(255, 255, 255); overflow: hidden; z-index: 200; opacity: 0.7; } #slideshow-wrapper #slidearea { float: left; position: relative; background: none repeat scroll 0% 0% rgb(0, 0, 0); width: 85%; margin-left: 5px; height: 89px; overflow: hidden; }
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Under each other?Fixed it with a simple html table