ERROR PAPER SHADOWH

andriel.schulze
5 Posts
andriel.schulze posted this 20 February 2018

Hi everyone!

Some time I go through this problem, but because I can not solve it, I applied the normal shading.
Now I would really like to solve this problem, or know how to solve it. Whenever I apply PAPER SHADOW in a section, regardless of its content, there is always an error in the right or left corner, sometimes in both (please check the attachment).

Can you apply the effect without doing so?

Best Regards,

Hi everyone! Some time I go through this problem, but because I can not solve it, I applied the normal shading. Now I would really like to solve this problem, or know how to solve it. Whenever I apply PAPER SHADOW in a section, regardless of its content, there is always an error in the right or left corner, sometimes in both (please check the attachment). Can you apply the effect without doing so? Best Regards,
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
andriel.schulze
5 Posts
andriel.schulze posted this 20 February 2018

See attach.

See attach.
Support Team
Support Team posted this 21 February 2018

Hi,

Please attach your theme exported with the editor and content included. Also let us know on what exact page we could see the issue.

Sincerely,
Hella

Hi, Please attach your theme exported with the editor and content included. Also let us know on what exact page we could see the issue. Sincerely, Hella
andriel.schulze
5 Posts
andriel.schulze posted this 19 March 2018

Hi!
I sent this request some time ago, but due to some setbacks, I was unable to continue this ticket.

Let's go: Follow theme exporting with content.

1) Paper shadow continues with the problem mentioned above.

2) Now on ANY theme I'm doing, a few bullets are popping up in the theme. A little ball in the forms and grid items, which I honestly do not understand why they are appearing and disrupting the entire layout developed.
Yes, I can remove them in the CSS editor, but every time I work on the theme, and save it, I have to remove these ridiculous polka dots, how can I remove them permanently? It sucks to work with them.

I will also send access to my website, because they can check more accurately what I say, and I am entirely willing to solve these problems.

I also noticed a very big difficulty in getting centralized in the phone version of the layout as sections. All contents (logo + menu + containers with social links) are more right than the left, and I am 2 days trying to centralize everything, could you tell me why this occurs?

I'm waiting for a resolution,
Andriel

Hi! I sent this request some time ago, but due to some setbacks, I was unable to continue this ticket. Let's go: Follow theme exporting with content. 1) Paper shadow continues with the problem mentioned above. 2) Now on ANY theme I'm doing, a few bullets are popping up in the theme. A little ball in the forms and grid items, which I honestly do not understand why they are appearing and disrupting the entire layout developed. Yes, I can remove them in the CSS editor, but every time I work on the theme, and save it, I have to remove these ridiculous polka dots, how can I remove them permanently? It sucks to work with them. I will also send access to my website, because they can check more accurately what I say, and I am entirely willing to solve these problems. I also noticed a very big difficulty in getting centralized in the phone version of the layout as sections. All contents (logo + menu + containers with social links) are more right than the left, and I am 2 days trying to centralize everything, could you tell me why this occurs? I'm waiting for a resolution, Andriel

Last edited 19 March 2018 by andriel.schulze

andriel.schulze
5 Posts
andriel.schulze posted this 19 March 2018

I was able to remove the bullets by editing the css file.
But with every change in the template, they return and I have to edit again. Previously there was no such thing in Themler, why is this happening now?

Now regarding Paper Shadow and the phone view continue.

I was able to remove the bullets by editing the css file. But with every change in the template, they return and I have to edit again. Previously there was no such thing in Themler, why is this happening now? Now regarding Paper Shadow and the phone view continue.
Support Team
Support Team posted this 21 March 2018

Hi,

The bullets in this grid can be removed with the following custom css which you can add to the Themler Home tab >>Settings >> Additional CSS:

.esg-grid ul[class] li:before
{
display: none!important;
}

As I understand you removed all theme bullets. This is not really good solution because in this case website lists will not have billets when needed.

The problem with Paper shadow can be solved in two ways:

  1. add shadow to the Slider instead of Section
  2. or add position "relative" to the Section under the Arrange settings.

Thank you,
Olivia

Hi, The bullets in this grid can be removed with the following custom css which you can add to the Themler Home tab >>Settings >> Additional CSS: `.esg-grid ul[class] li:before { display: none!important; }` As I understand you removed all theme bullets. This is not really good solution because in this case website lists will not have billets when needed. The problem with Paper shadow can be solved in two ways: 1. add shadow to the Slider instead of Section 2. or add position "relative" to the Section under the Arrange settings. Thank you, Olivia
You must log in or register to leave comments