Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Great!
This is resolved in the last version.
Thank you very much!
PD: taking a deep look into Atelier. Looks Great!This reply has been marked as private.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!February 17, 2014 at 11:35 am in reply to: Single product page… Reviews & Enquiry Contact Form #49536Hi!
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!!!February 14, 2014 at 9:52 am in reply to: Single product page… Reviews & Enquiry Contact Form #48962Hi 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!!!
This reply has been marked as private.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!!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 othersThanks,
JaviThis reply has been marked as private. -
Posted in: We hit Power Elite.