change directions of big slide & category article in homepage

Posted in: Newspaper
Post count: 7

Hey
I have a site in hebrew (rtl), and couldn’t figure out how to change the directions of the big slide, so that the big image will be on the right, and the 3 small image on the left.
also, I’d like to know how to change the category setups in homepage (block 5/3 ect), so that the newest article will show on the right.

and one last question- how do I change the color of the post/page background?

Thanks!

Post count: 22421

Hello,

Unfortunately we cannot provide a solution to your problem as our themes do not have RTL support. You will have to change the theme’s CSS and change the position of every block element. You can hire a freelancer to do it for you if you want from sites like studio.envato.com.
As an alternative you can maybe find a plugin that has this feature. Unfortunately we cannot make a recommendation.

Thank you for your understanding.

Post count: 7

This is starting to get annoying. one of the reasons I bought your theme is that I saw you had great support. I’m guessing that you HAD great support.
I already hired someone to change the code. your last update deleted the rtl.css file. so I’d like to do it myself this time. have no problem to edit the code, but I need you to give me the code line.

and you ignored my question about the post/page color.

Post count: 22421

Hi,

Sorry about the colors question.
You can change the background colors from the theme panel: https://forum.tagdiv.com/background-introduction/ Note that the post background will be influenced by the category background you set from the theme panel->categories tab: http://screencast.com/t/NNwytsbTJTz
Please understand that custom work is not part of support. It is written in the support policy here: https://forum.tagdiv.com/support-policy-2/. The theme does not have an option for RTL so it qualifies as custom work. We usually try to help with custom work where we can, with small tasks that do not require lots of time to do. However, making your website RTL is no small task. You will have to change the theme css for all the elements. We are a small team and time does not allow us to tackle such tasks and we do not have a universal piece of code we can give you to change the whole site direction to RTL.

Thank you for your understanding.

Post count: 7

I know how to change the general background color- I need to change the post/page background (from white to the same as the background color.

Post count: 22421

Hello,

There is no option in the theme panel for that but it can be changed with custom css:

.td-main-content-wrap, .post{
background-color:red!important
}

http://screencast.com/t/tKx1JgQpS

If you want to change the header section as well, that can be controlled from the theme panel.

Thank you!

Post count: 7

Thanks. that’s what I was looking for.
for those who are looking for the same thing- you’ll have to change the category page too-
.td-main-content-wrap,
.td-category-grid {
background-color: #red!important
}
.td-main-content-wrap,
.td-category-header {
background-color: #red!important
}

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