Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'contact form 7'

Home / Forums / Search / Search Results for 'contact form 7'

Viewing 20 results - 461 through 480 (of 605 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Extra Space on Mobile

    #60181

    Hey so you are aware your server is blocking woff files (font files). I suggest you contact them and have them fix that.

    Your issue with the spacing is caused by this css:

    @media (max-width: 800px) {
    .topbarmenu {display: none;}
    #topbar-search input {width: 80%; height: 20px; font-size: 10px;}
    .topbar-widget {float: right;
    margin-right: -45px;}
    }
    

    I suggest you remove that. Then add this css instead:

    @media (max-width: 767px){
    #topbar-search form {float:right; max-width:150px;}
    .topbarmenu {display: none;}
    }

    Ben

    In forum: Virtue Theme
    #58167

    Even with the php settings where they are I suggest contacting your host and seeing if there is an error they can see that would have caused it in your php logs.

    Also make sure you have good backups.

    1. Ok you can use this css:

    #nav-main ul.sf-menu ul#kad-head-cart-popup .button {
        background-color: #eee;
        color: #444;
    }
    #nav-main ul.sf-menu ul#kad-head-cart-popup .button:hover {
        background-color: #444;
        color: #fff;
    }

    2. You can use this css:

    #nav-main ul.sf-menu ul#kad-head-cart-popup .paypal_box_button {
        float:none;
        display:inline-block;
        margin:0;
    }
    

    3.

    .cart-collaterals .paypal_box_button {
        padding: 1em 0;
        font-size: 15px;
        margin: 0 0 0px 10px;
    }

    4. This again is your paypal plugin breaking the layout. It’s adding css to make the cart totatls left align.. add this to change it back

    @media (min-width: 992px){
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 41.6666667%;
    }
    }
    .woocommerce-cart .cart-collaterals .cart_totals table {
        width: 100%;
    }
    

    Not sure what you mean on the checkout page?

    No you can’t just make a forum. Has to be the woocommerce form if you want to edit it you have to do so through the plugins hooks.
    Ben

    #56925

    Thank you Hanna!
    I am using a very basic HTML form with simple captcha so I prefer to stay with it and not contact-7.
    I have another related question – setting the placeholder color via CSS (so it is different from the actual input color) – seems like it does not change anything.
    Here is what I found online:
    ::-webkit-input-placeholder {
    color: red;
    }

    :-moz-placeholder { /* Firefox 18- */
    color: red;
    }

    ::-moz-placeholder { /* Firefox 19+ */
    color: red;
    }

    :-ms-input-placeholder {
    color: red;
    }

    Any idea why no change on my form?
    You can view the form here: http://www.denovowatches.com/service

    Thanks again!
    Yanir

    #56726

    Hi Yanir,
    The theme contact form is very basic. If you’re wanting custom settings I would recommend using contact form 7- https://wordpress.org/plugins/contact-form-7/
    That should give you all the options you listed above. Let me know if you get stuck somewhere!

    Hannah

    In forum: Virtue Theme
    #56634

    Hey,
    Contact form 7 just gives more options thats why we would recommend it. Ours would work just fine.

    SMTP is important. If your host doesn’t have an email server set up correctly or at all (a lot don’t) then you would need to add an stmp plugin to set up the email server to run through your email or a gmail account that you open.

    I suggest doing that then if your still having issues test with a different plugin then the one your using.

    Ben

    In forum: Virtue Theme
    #56594

    Hi Hannah
    Heres a link.
    https://drnaturalhealing.com/
    The green popup lower right

    Other posts you guys recommend the wordpress smtp plugin.read that a bunch of places.

    Or contact form 7 but why would contact form 7 work and yours not?

    Thanks!

    In forum: Virtue Theme

    In reply to: 2 homepage 1 URL

    #53546

    It’s preference. Either will work, I just prefer contact form 7

    In forum: Virtue Theme

    In reply to: 2 homepage 1 URL

    #53442

    Thank You Ben!

    Hi Hannah,

    I am still trying out how to shift the form.

    By the way, you recommended Contact Form 7, Is it better than Gravity Form?

    Regards,
    Andrew

    #53207

    Hey Liz,
    Just looked at your site and I see that you are not using contact form 7 anymore. If you can post with it on again I should be able to tell you the issue.

    Ben

    #53200

    I just upgraded to Virtue Premium 3.1.9, and all of a sudden Contact Form 7 causes the sidebar to appear below the content. I’ve been all over the css and can’t find a width problem.
    See

    In forum: Virtue Theme

    In reply to: 2 homepage 1 URL

    #52987

    Hey Andrew,
    1. You can give your header a background in Theme Options > Advanced Styling. Then in Theme Options > Main Settings you can choose the widget logo layout (the last one). Then go to Appearance > Widgets and add a contact form to the header widget area. Do you already have a contact form you’re using? We recommend Contact Form 7 ( https://wordpress.org/plugins/contact-form-7/ ). Then later you can reposition your contact form with css.

    2. You can use the revolution or kadence slider and set it to full width. If you’re setting this up for the homepage then in Theme Options > Home Slider there’s an option to move the slider above the header.
    https://www.kadencewp.com/slider-comparisons/

    Hope that helps!
    Hannah

    #52187

    Hey, Thanks for posting it’s always best if you can post a link. If you don’y want to make it public you can use the “Set as private reply” option. Thanks!

    1. You can do this with css.

    .footercredits p {
        font-size: 14px;
    }
    

    Css can be added in your theme options > advanced settings.

    2. The word should already be white can you post a link to your site so I can see why yours is not.

    3. Not on the contact page. You can use a feature page to add an image above your page title then just use a plugin to add the contact for like: https://wordpress.org/plugins/contact-form-7/

    Ben

    #52170

    Hey,
    You can make your front page whatever you like using the theme options and setting your front page as a static page in your settings > reading.

    As for adding the contact form that is possible using this plugin: https://wordpress.org/plugins/contact-form-7/

    and the redirect to a different page can be added like this:http://contactform7.com/redirecting-to-another-url-after-submissions/

    Ben

    #51794

    0. the only error I see is with your contact form 7 datepicker.

    What version of IE are you viewing in?

    1. You can use css like this:

    .footernav ul li a {
        font-size: 14px;
    }

    2. You can add this css:

    .widget_shopping_cart_content .buttons {
        text-align: center;
    }

    4. Hmm, odd add this css and see if that fixes.

    .wc-forward::after {
        margin-left: -14px;
    }
    

    5. It’s from a plugin, I would have to look at what you have installed to take a guess.

    Ben

    #51396

    Hi,

    I want to change the width size of my fields in Contact form 7 plugin, but i can’t.
    I Added this line in style.css:
    .wpcf7 input.wpcf7-text { width: 999px; }

    But it doesn´t work. It continues with same widht size.

    Thanks

    #51025
    .kad_product_wrapper {
        max-width: 800px;
        margin: 0 auto;
    }
    @media (min-width: 480px){
    .kad_product_wrapper .kad_product {
        width: 50%;
    }
    }
    
    #home-product-carousel {
        max-width: 800px;
        margin: 0 auto;
    }
    @media (min-width: 480px){
    #home-product-carousel .kad_product {
        width: 50%;
    }
    }

    add this css:

    also by the way you have an error on your site caused by this plugin: contact-form-7-datepicker

    Ben

    #50270

    Hey Paul,

    No Worries. The combination of Contact Form 7, Kadence modal shortcode, and Visual Editor Custom Buttons solved my issue nicely. Be sure to check out Contact Form 7’s “Special Tags” page. You can automatically include the post title (product name) and other information in your email messages. Work’s great! Visual Editor Custom Buttons lets you add a button to your editor so your users don’t have to worry about inserting shortcodes…just one click inserts it all.

    Good luck,

    Chris

    Contact Form 7: https://wordpress.org/plugins/contact-form-7/
    Contact Form 7 Special Tags: http://contactform7.com/special-mail-tags/
    Visual Editor Custom Buttons: https://wordpress.org/plugins/visual-editor-custom-buttons/

    #50228

    Hi Chris,

    Sorry for not replying sooner but I’ve been away. Unfortunately I’m still experiencing the same problem as you. I’ve contacted the plugin Devs via email with some recommendations provided by Ben, and they said they were going to try and implement a fix into a future release. The update allowed the form to at least appear but the presentation was still bugged due to some theme conflicts.

    I noticed their plugin also affected certain body text colours that needed to be addressed, so I think they have a few things to sort out until it’s at a working stage with different themes.

    I’ve looked at other plugins, but as you’ve already mentioned non of them have the exact functionality I’m after.

    I’ve tried the modal shortcode suggested by Hannah and it did what I wanted, but I had the same issues with it saying Testimonial in the subject field. If it’s possible to use Contact Form 7 then I’ll be giving that a go later to see how it works.

    #49903

    Hey Chris,
    Contact Form 7 allows you to display the form through a shortcode. That may be your best bet.
    https://wordpress.org/plugins/contact-form-7/

    Hannah

    In forum: Virtue Theme

    In reply to: Contact Form

    #48685

    Hey,
    The theme’s contact form is set up to be basic and simple. If you want custom fields we recommend Contact Form 7 – https://wordpress.org/plugins/contact-form-7/

    Hannah

Viewing 20 results - 461 through 480 (of 605 total)