Question about URL-Link and Slider

SH707
78 Posts
SH707 posted this 28 August 2018

Hello,

the first Problem is when i open my website www.wpcms.de the content in my slider open first bottom right... why??

the second problem is.... (look my attachment)..

Hello, the first Problem is when i open my website www.wpcms.de the content in my slider open first bottom right... why?? the second problem is.... (look my attachment)..
Vote to pay developers attention to this features or issue.
11 Comments
Order By: Standard | Newest
SH707
78 Posts
SH707 posted this 28 August 2018

sorry here is my Attachment

sorry here is my Attachment
Support Team
Support Team posted this 29 August 2018

Hi,

Looks like the animation is applied to the container that is positioned absolutely. Either try to position the container relatively or apply the animation to the other container (nested in the original one positioned absolutely) and position this container relatively.
As for the cart link, I have visited your site and I see the distance between the buttons. And the link color should be set under the Header section >> More Styles >> Link. It is set to #1bbb9b now.

Sincerely,
Hella

Hi, Looks like the animation is applied to the container that is positioned absolutely. Either try to position the container relatively or apply the animation to the other container (nested in the original one positioned absolutely) and position this container relatively. As for the cart link, I have visited your site and I see the distance between the buttons. And the link color should be set under the Header section >> More Styles >> Link. It is set to #1bbb9b now. Sincerely, Hella
SH707
78 Posts
SH707 posted this 29 August 2018

sorry i dont understand your first descibtion for the content/slider....

the checkout Link color is ok now, but i like the Button "Warenkorb anzeigen" and "Kasse" this in color white....

sorry i dont understand your first descibtion for the content/slider.... the checkout Link color is ok now, but i like the Button "Warenkorb anzeigen" and "Kasse" this in color white....
SH707
78 Posts
SH707 posted this 30 August 2018

ok i have it, but the problem with the Button-link-colur "Warenkorb anzeigen" and "Kasse" is in black... i like this in white

ok i have it, but the problem with the Button-link-colur "Warenkorb anzeigen" and "Kasse" is in black... i like this in white
Support Team
Support Team posted this 30 August 2018

Hi,

Try to set it under the Header section >> More Styles >> Button >> Text >> Color.

Sincerely,
Hella

Hi, Try to set it under the Header section >> More Styles >> Button >> Text >> Color. Sincerely, Hella
SH707
78 Posts
SH707 posted this 30 August 2018

yes here i have the color, but it does not work. Look Attach

yes here i have the color, but it does not work. Look Attach
Support Team
Support Team posted this 30 August 2018

Hi,

OK, try to add this code under the Home >> Settings >> Additional CSS:

.bd-section-1 a.btn-primary {
    color: #FFFFFF;
}

Sincerely,
Hella

Hi, OK, try to add this code under the Home >> Settings >> Additional CSS: .bd-section-1 a.btn-primary { color: #FFFFFF; } Sincerely, Hella
SH707
78 Posts
SH707 posted this 30 August 2018

ok thank you.

Do you have a solution for edit the Headline.

And the distance from text to the button smaller?

ok thank you. Do you have a solution for edit the Headline. And the distance from text to the button smaller?
Support Team
Support Team posted this 31 August 2018

Stefan,
Would you like to make the heading there smaller?

As for the distance between labels and input fields - there is extra empty line between them, you should be able to remove it if you switch to HTML view on that page. If not, please, provide temporary access to your site so we could check.

Thank you,
Gina
Themler Support

Stefan, Would you like to make the heading there smaller? As for the distance between labels and input fields - there is extra empty line between them, you should be able to remove it if you switch to HTML view on that page. If not, please, provide temporary access to your site so we could check. Thank you, Gina Themler Support
SH707
78 Posts
SH707 posted this 03 September 2018

yes,

login URL: https://www.wpcms.de/wp-admin/
Username: themlersupport
Password: themlersupport123

thank you

yes, login URL: https://www.wpcms.de/wp-admin/ Username: themlersupport Password: themlersupport123 thank you
Support Team
Support Team posted this 03 September 2018

Thank you for the credentials.

1) Headings on this page are H2 and take style set for Heading2 in Themler. Currently the size for h2 is 48px. You can change it under page design:

heading2.png

2) Since the login and register forms are autogenerated from WooCommerce code, I can only suggest adding custom CSS code to remove the extra space. Add the code either in Themler -> Home -> Settings -> Additional CSS or in wp-admin -> Appearance - >Editor -> style.css file:

.woocommerce-form-login label+br, .woocommerce-form-register label+br{
    display:none!important;
}

Sincerely,
Gina
Themler Support

Thank you for the credentials. 1) Headings on this page are H2 and take style set for Heading2 in Themler. Currently the size for h2 is 48px. You can change it under page design: !heading2.png! 2) Since the login and register forms are autogenerated from WooCommerce code, I can only suggest adding custom CSS code to remove the extra space. Add the code either in Themler -> Home -> Settings -> Additional CSS or in wp-admin -> Appearance - >Editor -> style.css file: .woocommerce-form-login label+br, .woocommerce-form-register label+br{ display:none!important; } Sincerely, Gina Themler Support
You must log in or register to leave comments