Cypto demo ticker problem

Posted in: Newspaper
Post count: 82

Hi

We testing now at local server crypto demo and when we put a ticker shortcode it looks like that: https://imgur.com/mssrT7Z

And we can’t fixit to looks like in demo.

Post count: 35449

Hi,

Some more details and screenshots, or a link to the website where I can see the problem would be very helpful.

Thank you for your understanding.

Post count: 82

here is a our test version: https://bergside.pl

Post count: 35449

If you want to have the crypto in some post/pages just paste the shortcode in the place you’ll like to have it ( https://www.screencast.com/t/OXk80hOqrOy https://www.screencast.com/t/SurYsCnc https://www.screencast.com/t/shyXiRq6G).

Post count: 82

Great support as always 🙂 work thanks

Post count: 82

How to fix it this at mobile? 🙂
https://imgur.com/n60H9c1

Post count: 35449

Hi,

Please add this code in Newspaper> Theme panel > Custom code> custom css: https://www.screencast.com/t/mpZzi6eIev4


@media
only screen and (max-width: 767px){
.tdc-content-wrap{
top: -36px;
margin-top: 0px;
position: relative;
}
}

See results: https://www.screencast.com/t/yXwHpvz8

Thanks.

Post count: 82

there is a still empty space but smaller

Post count: 35449

you can change the -36px in -36.5/37px

Post count: 82
Post count: 35449

Hi,

Please replace above code with this one:

@media
only screen and (max-width: 767px){
.ccpw-ticker-cont {
width: auto!important;
}
}

Post count: 82

Better 🙂 but there is a little margin at left.. 🙁

Post count: 35449

You can try to put the code for crypto in td composer, lets make a page together:
First open a page with TagDiv Composer ( https://www.screencast.com/t/NoFIJk8c ) , drag a row and drop it at the begin of page, click on the css and set margin top -48 https://www.screencast.com/t/QfyTCPbr change on mobile and set on -32 https://www.screencast.com/t/TqIfLPrdK, look in general for row stretch and select stretch row and content https://www.screencast.com/t/VeCOUfYKiUXd , hover the empty column and click on the row from the left corner of empty column ( https://www.screencast.com/t/CnChA0H7c ) , add a column text in the row . Click on the column text you drag and click on edit content from left sidebar https://www.screencast.com/t/Y44gqFugKJ , peste the code here https://www.screencast.com/t/01CfhNhT , save the page and view it!

Let me know how it works.

Post count: 82

and we are at the problem no. 1
https://imgur.com/o9Ie4XI

Post count: 35449

Hi,

Lets see if we make the correct steps.
1. First add a row, set the Row stretch on stretch row and content ( https://www.screencast.com/t/Ytg8Z14kR )
2. Step tow set margin top for desktop ( -48 https://www.screencast.com/t/QfyTCPbr ) and mobile ( -32 https://www.screencast.com/t/TqIfLPrdK ) for row.
3. Step three drag a text exactly in the empty row/empty column https://www.screencast.com/t/tpTzvvSlh
4. Step four copy the shortcode for crypto, click on column text, click edit Content https://www.screencast.com/t/j2d4i6aXZX
5. To look better on mobile device set margin left and right for column text -20
https://www.screencast.com/t/zKYj92P3

Hope you’ll manage it.

  • This reply was modified 7 years by Calin.
Post count: 82

Yes, im using a your demo which is prepared for this

Post count: 35449

Hi,

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you for your understanding.

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