home page problems – news ticker

Posted in: Newspaper
Post count: 12

Hi,
1. News ticker it is not visible – not displaying properly on big screen/computers (1. in Prt Scr)

2. Second-row font size problem – I have used WP Page builder / Big grid full 3.
In Theme editor/ theme fonts/Moduls and block I cannot find the module for this grid?? (2. in Prt Scr)

3. YOAST SEO PLUGIN – when it is active, it is not possible to save post or page just showing icon load… I really plan to share content on Facebook I need that plugin. What to do?

This is PrtScr: https://www.screencast.com/t/l7zf0uBRBWAR
Link: http://www.prvi.hr/

Post count: 22421

Hello,
1. Please remove your customization made to the ticker. There is quite a bit of code change on your end that affects the news ticker.
2. This could be a plugin conflict so please disable all plugins except the page builder and yoast, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Post count: 12

Hello,

1. News trcker tile -I have removed all css customization, still not working on a big screen (https://www.screencast.com/t/nQszoAn6Rvsz).

2. Big grid full 3 (Home page/ 2 row) – I have changed the font size of MODULE MX20 FONTS it not affecting that module

Thank you

Post count: 20688

Hi,

1. From what I can see The news ticker element is affected by the font settings you have set for the body
https://www.screencast.com/t/8GD3g1LI
The news ticker seems to be affected by the general body font settings. I will add this issue on our list and it will be fixed as soon as possible. In the meantime use a code like this in Theme panel->Custom CSS
https://www.screencast.com/t/qqWbn6P68LQ

.td_block_trending_now {
font-size: 14px;
line-height: 21px;
}

2. For the big grid it seems that the font family is applied, only the font-size and line height is not working. I believe this is already added on our list, it will be fixed as well. Use this code to set the font size and line height of your choosing
https://www.screencast.com/t/ysK3JeAz

.td_block_big_grid_fl_3 .td_module_mx20 .td-module-title {
font-size: 40px;
line-height: 40px;
}

These issues will be solved as soon as possible, sorry fro the inconvenience caused.

Thank you!

Post count: 12

Working, thank you!

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