Three problems to solve

Posted in: Newspaper
Post count: 35

Hello guys, I have some questions 🙂

1 – Alt attribute
Is it normal that when we add an image using tagDiv composer (via extended or multipurpose shortcodes), the alt attribute disappears ? Check my website view-source:https://www.larbreetlapirogue.fr/ with encart-1.jpg for example.

2 – Up button
Why did you chose not to display it with a phone view ? If I want to display it, is it enought to comment the stylesheet like this :
@media (max-width: 767px)
.td-scroll-up {
/* display: none; */
}

3 – With small width view (for example smartphone), I have ugly blank spaces as you can see here : https://www.screencast.com/t/ImcxTISQ
What I did : I cut a row in 4 columns, with equal width, and added background-image to columns. I would like images to be stuck to edges, and I’ve tried playing with padding and margin… without success.

Thank you !

Post count: 22421

Hello,

1. The alt tags were added inthe composerr code as empty alt tags. It will not grab the alt tag of the iamages on the composer elements. I have added this to our list for future updates and we will fix it in future releases.
2. Yes, it was disabled for mobile devices and can be enabled by removing the mentioned code.
3. Unfortunately with background images, you will get a responsive issue as they cannot display as a standard img tag, but rather they are added as a css backgorund-image property and that will not scale as a standard image when on narrow screens.

Thank you!

Post count: 35

Thank you Bogdan !

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.