Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2607013
Contact Form 7 or WP Forms Lite
Closed

Comments

  •  1
    vaninasimon started the conversation

    Hi!

    what is the difference between Contact Form 7 and WP Forms Lite?

    These 2 plugins are made to create contact forms right? I don't know the difference 

    Thanks 

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, basically the "Contact Form 7" & "WP Forms" use for created Contact Forms and "WP Forms". But, some customers want to use WP Forms, and some customers want to use "Contact Form 7" - that's an option. You don't need to installed both. Pick one for what you want to use.


    Best Regards,

    PenciDesign

  •   vaninasimon replied privately
  •  2,699
    PenciDesign replied

    Hi,

    First, please go and update the theme to latest version by do following this guide - please do all 4 steps there.

    Afer updated the theme to latest version:

    1/ Go to Customize > Footer > Footer SignUp Form > and check to "Display Name Field on Footer SignUp Form" to showing the name.

    2/ Please change your code to:

    <p class="mdes mdesnote">En cliquant sur s'inscrire, vous acceptez la politique de confidentialité</p>
    

    And add more this code to Customize > Custom CSS to change font size for this text:

    .footer-subscribe .mc4wp-form .mdes.mdesnote{ font-size: 14px; }
    

    Change value 14 to value as you want.


    Best Regards,

    PenciDesign

  •  1
    vaninasimon replied

    hi,

    for the update of the theme I have a problem.

    Maybe it is because I have a child theme activated? That's why I can't update the parent theme? 

    See the 2 photos attached 

  •  2,699
    PenciDesign replied

    Hi,

    Please remove the code at the end of functions.php file like on this image: http://prntscr.com/uon4qx 

    After that, wait one min and try it again.


    Best Regards,

    PenciDesign

  •  1
    vaninasimon replied

    I don't have the code like on your example.

    The last lines of the theme functions are : 

    if ( function_exists( 'register_block_type' ) ) {
    require get_template_directory() . '/inc/gutenberg/gutenberg.php';
    }


  •  2,699
    PenciDesign replied

    Hi,

    Strange, if so you should be get it updates normal, have you checked to full the permission as we said on the guide? let's check it again or create a new token with checked all permission as we said.

    Best Regards,

    PenciDesign

  •   vaninasimon replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1/ You can try add more this code to Customize > Custom CSS to do that:

    body.archive .wrapper-boxed > .container{ max-width: 1000px; }

    Change value 1000 to value as you want.

    2/ For your slider style you're using now, you can use images with 1170px width. It's the same for articles, pages and categories.

    3a/ Because you've logged in, so of course you don't need to fill your name, email & website, because WordPress can get those information from your WordPress account.

    3b/  Please check it via Dashboard > MC4WP > Integrations > Comment Form 

    3c/ Please add more this code to Customize > Custom CSS to do that:

    #respond p.comment-form-url{ display: none; }
    @media only screen and (min-width: 768px){
    #respond p.comment-form-author, #respond p.comment-form-email { width: 49%; }
    }
    

    3d/ Can you show me URL of website you see this checkboxes?


    Best Regards,

    PenciDesign

  •  1
    vaninasimon replied

    Hi! Thank you for the answer.

    1/ perfect thanks

    2/ yes for the moment I have a 1170 px slider. But if later I want to change and use a wider slider or a full slider, is it better to upload now images in 1920 px width? 

    3a/ ok fair enough! 

    3b/ yesssss! Thank you !

    If I decide to keep this "subscribe to the newsletter" in the comments form, how can I change the font?

    Because now it is in bold, uppercase and Oswald, (document attached "example 1") and I would like it in lowercase, regular, Montserrat 500 

    3c/ perfect thanks

    3 d/ Yes : https://theblondeabroad.com/best-united-states-destinations-to-visit-in-the-fall/ 

    thank you

  •  2,699
    PenciDesign replied

    Hi,

    2/ If you want to use full width slider in the future, you should use 1920px width for your imagessmile.png

    3b/ You can add more this code to Customize > Custom CSS to change it:

    form#comment-form > p.mc4wp-checkbox { margin-left: 0; }
    form#comment-form > p.mc4wp-checkbox label,
    form#comment-form p.comment-subscription-form label{
        font-family: inherit;
        font-size: inherit;
        text-transform: inherit;
        letter-spacing: inherit;
        font-weight: inherit;
        color: #777;
    }
    

    3d/ As I checked, the owner of that site using those checkboxes from Jetpack pluginsmile.png


    Best Regards,

    PenciDesign

  •  1
    vaninasimon replied

    Hi!

    2/ ok 

    3 b / the code doesn't work :( nothing changed

    3d/ ok thanks !

    best regards

    Vanina 

  •  2,699
    PenciDesign replied

    Hi,

    I didn't see your code appears on the front-end.

    Please add it to Customize > Custom CSS, save it and clear all the cache to I can check what's problems.


    Best Regards,

    PenciDesign

  •  1
    vaninasimon replied

    ok I did what you told me. I don't know if I have to change "inherit". I tried with the font size, I put 20 but nothing changed. 

    Thanks 

    best regards 

    V

  •  2,699
    PenciDesign replied

    Hi,

    I still can't see the CSS code appears on the front-end..

    Have you Published the customize and clear all the cache?


    Best Regards,

    PenciDesign

  •  1
    vaninasimon replied

    hi,

    yes I did it. 

    thanks 

  •  2,699
    PenciDesign replied

    Hi,

    Please try replace the code I sent to this code and check it again:

    form#commentform > p.mc4wp-checkbox { margin-left: 0; }
    form#commentform > p.mc4wp-checkbox label,
    form#commentform p.comment-subscription-form label{
        font-family: inherit;
        font-size: inherit;
        text-transform: inherit;
        letter-spacing: inherit;
        font-weight: inherit;
        color: #777;
    }
    

    Best Regards,

    PenciDesign

  •  1
    vaninasimon replied

    yes it worked!

    thanks a lot

    best regards 

    V