Forum Replies Created
-
AuthorPosts
-
That works perfectly, thank you!
Any response on this?
On the contact page:
The “Message” box does not have a label or name.
If I change it to be a “Text Input” then its name appears above it with an asterix. However as soon as I change it to a “Text Area” the name disappears.
How can I get the name to show up even on a “Text Area” on the contact form?
Thank you Yigit!
That second option works perfectly.
I can also see now how to get the page id for any page to add a custom background to it.
Thank you very much!
Thanks!
In order to give them the rounded corners and white border of the other buttons, I modified the code a bit.
Here is the final code I’m using on my site in case it’s of use to anyone in the future:
.main_color .sidebar a { color: white; } .main_color input[type='submit'] { background-color: #b33236; color: #ffffff; border-color: #ffffff; border-width: 1px; border-style: solid; border-radius: 3px; }
Cheers!
Thank you!
I ended up having to add a bit more to get it to match the rounded corners and white outline of the other buttons.
The final code turned out this way:
#top div .widget_shopping_cart .button { display: block; float: left; width: 151px; text-align: center; border-color: #ffffff; border-width: 1px; border-style: solid; border-radius: 3px; margin-bottom: 3px; }
Just in case someone else could use it!
There is one more problem with the contact page:
The “Message” box does not have a label or name.
If I change it to be a “Text Input” then its name appears above it with an asterix. However as soon as I change it to a “Text Area” the name disappears.
How can I get the name to show up even on a “Text Area” on the contact form?
This may have something to do with
Here is the page:
http://rednovamedia.com/arabella/contact/This may have something to do with the fix I was given for another issue on the contact page (By Yigit):
https://kriesi.at/support/topic/contact-page-display-issue/Just for anyone else with this change:
I also had to remove the 50px margin-left on this div. So the code ended up being:
.single-product .eight.units.single-product-summary { width: 100%; margin-left: 0px; }
OK, I’ve added that, but how would I now add a background image for a page?
As an example: How would I add a background image for the Contact Page?
http://rednovamedia.com/arabella/contact/I appreciate your help!
Thank you! That works perfectly!
Will that affect any other areas of the website though?
That worked fantastic! Thank you.
Now I can also adjust the color and size of the border.
Thank you very much!
http://rednovamedia.com/arabella
Let me know if you also need an administrator account.
Hello Yigit,
I don’t fully understand the hooks and structure of the PHP and CSS files of the WooCommerce templates.However, these are the changes I would like to make. On the page I’ve included, I just created an Enfold Simple Slideshow in the “Short Description” area of this particular product.
If it’s possible to have my “Featured Image” and “Product Image Gallery” images automatically incorporated into a slideshow, that would be the best option. But at a minimum, I would like the left column removed and then I can manually create the slideshow for each product.
Hi, unfortunately our contact form does not give a red border around the fields that need to be filled in. All that happens is the submit button turns white for a few seconds, and then nothing happens.
Also, fields such as phone number are able to be submitted without anything even though they are set to validate.
Yes, that worked well. Thank you.
November 27, 2013 at 2:24 pm in reply to: Home v7: One Page Portfolio – Link to open video in lightbox #193881Thank you, that was an excellent solution!
November 23, 2013 at 9:34 am in reply to: Home v7: One Page Portfolio – Link to open video in lightbox #192224This reply has been marked as private. -
AuthorPosts