Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • in reply to: Duplicate product in Structured Data Testing Tool #244030
    jgonzalezd
    Member
    Post count: 11

    Great!
    This is resolved in the last version.
    Thank you very much!
    PD: taking a deep look into Atelier. Looks Great!

    in reply to: Duplicate product in Structured Data Testing Tool #242616
    jgonzalezd
    Member
    Post count: 11
    This reply has been marked as private.
    in reply to: Search Results Page Layout & Search by Tag #55739
    jgonzalezd
    Member
    Post count: 11

    Hi there! I would like to have that feature too…

    @rscrew
    , did you get to custom that? I tried copying content of those files and changing some things, but it wasn’t the same ‘look’.
    See you guys!

    in reply to: Single product page… Reviews & Enquiry Contact Form #49536
    jgonzalezd
    Member
    Post count: 11

    Hi!
    I’m still looking how to do number 5, but it is not important by the moment. You can close this topic as I think everything was resolved. If I find a way to do number 5, I will post a new topic with that!
    See you in another topic!
    thanks!!!

    in reply to: Single product page… Reviews & Enquiry Contact Form #48962
    jgonzalezd
    Member
    Post count: 11

    Hi Kyle!!
    Thank you! very helpfull!! 😉
    Number 1: Solved!
    Number 2: Solved!
    I applied a custom css name to that element in woocommerce/single-product/meta.php; then, add this to your custom css:
    .lo-quiero-button { padding: 10px; background-color: #e5e5e5; border-radius: 5px}
    Number 3: Solved! In the same archive, look for
    <h3 id="email-form-modal"><?php _e( Contact Us, "swiftframework"); ?></h3>
    Just change “Contact Us” for “the_title()”
    Number 4: Solved! I use contact form 7 plugin. There is another plugin for that plugin, “Contact Form 7 Hidden Fields”. With that, you can put a hidden field with the page title and the page url in the same form. So, when you receive it, you can check what product is and the exact url.
    Number 5: Not solved! Don’t know how to do it… Any help?

    Thank you guys!!!

    in reply to: Single product page… Reviews & Enquiry Contact Form #47094
    jgonzalezd
    Member
    Post count: 11
    This reply has been marked as private.
    in reply to: Two items in the same "column" #46995
    jgonzalezd
    Member
    Post count: 11

    Hi!
    I think I’ve resolved almost everything here… (95%).
    If anyone get to the same things

    (1- Add this to your custom css. This is how is the demo, don’t know why it is not included by default in style.css and changing it didn’t work):

    
    .alt-bg {
    margin-left: -380px !important; 
    padding-left: 410px !important; 
    padding-right:410px !important;}

    (2):
    Add this to your custom css

    .contacto-padding-top {padding-top:0px !important;}
    

    and put “.contacto-padding-top” in the extra class name field of the shortcode.

    (3- In content/themes/neighborhood/style.css go to contact form shortcode (lines 5140-5210) and add
    line 5163: “, .wpcf7 input[type=”tel”]”
    line 5170: “, .sidebar .wpcf7 input[type=”tel”]”
    Is just to also apply those styles to the input type “tel”. If you want another input type, I guess you have to do the same with your type…
    I said 95% because when fields are focused, border-color is different between name-field and email-field.

    Don’t know if that is a final solution, but it worked for me…
    I’ll be back soon with other question in another topic…
    Thanks!!! This theme is beautiful!!

    in reply to: Two items in the same "column" #46385
    jgonzalezd
    Member
    Post count: 11

    Hi Laranz,
    It worked for me! I think I have to change between classic editor and swift page builder to check shortcodes… It would be great to have a “column content” in your builder.
    I attached a new file where you can see a few issues I would like to resolve in the same page..
    1. Page title background is not fullwidth
    2. There is a white space above the contact map. Can I align it with the contact form?
    3. Don’t know how to put that field the same style as the others

    Thanks,
    Javi

    in reply to: Two items in the same "column" #45791
    jgonzalezd
    Member
    Post count: 11
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)