Previouse Support query Not responded

  • Unknown's avatar

    Hi, I have send you a new support query .
    Thanks for all the support you have provided.
    In the last query I have asked how could I be able to send response forms to the email address they give when people fill in their information in my contact form.
    Also I would like to know what is that I have to do to minimize the frame on the gallery widget, I have tried using the picture frame as a slideshow and it did not work how I wanted it. Maybe you can help me with a html code that I can put one on via the text widget.
    Thanks
    Regards
    Ricardo

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This thread will be moved to the CSS Forum for you where you will get the help you need.

  • Unknown's avatar

    In the last query I have asked how could I be able to send response forms to the email address they give when people fill in their information in my contact form.

    There are no auto-responders available for email forms on WordPress.com. You may be able to setup an auto-responder via your email provider. Check with them to see if that’s an option.

    Also I would like to know what is that I have to do to minimize the frame on the gallery widget, I have tried using the picture frame as a slideshow and it did not work how I wanted it. Maybe you can help me with a html code that I can put one on via the text widget.

    Here is an example that will remove the border from slideshows on your blog. Add it to your Appearance > Customize > CSS editor to try it out:

    div.slideshow-window {
    	background: none;
    	border: none;
    }
    div.slideshow-slide,
    div.slideshow-slide img {
    	width: 200px !important;
    	height: auto !important;
    	max-height: auto !important;
    }
  • The topic ‘Previouse Support query Not responded’ is closed to new replies.