Newspaper 4.5 RTL support.

Posted in: Newspaper
Post count: 6

Dear sir.
i have purchased and installed your theme Newspaper. and im trying to get a full RTL support out of it. which is not exactly working as i would like it to.
the site is dienstentrader.nl you can have a look about how it looks.. what i want is that everything including the menu and the image text begins at the right.

best Rergards

Kevin

Post count: 6

sir if you browsed through the site you will discover that multiple things has became wiered like the placment of icons and stuch stuff. can you please help me out with this bug

Post count: 6

im really a bit desperate for some help here. please someone help.. i thought support was kinda fast from the reactions

Post count: 6600

Hi,

Sorry for the delay! I have checked your site and didn’t found many weird placement, one issue that I have noticed was the blocks ext and prev arrows which you can fix using this css: http://screencast.com/t/0Uoo9AYNxYT

.td-ajax-next-page {
right: auto !important;
background-position: -20px -20px !important;
left: 15px !important;
}

.td_ajax-prev-page {
right: auto !important;
left: 0px !important;
}

Also found that you need this css to remove the margin from the left of the title: http://screencast.com/t/HlEjhvQL

.td_mod3 .item-details {
margin-left: 0px !important;
}

On post page I found this: http://screencast.com/t/W2ChSM5xl2G

.single ul.td-category, .single ul.td-category li, .single header time {
float: right !important;
margin-right: 0 !important;
}

.td-social-sharing {
top: 0px !important;
margin-bottom: 0px !important;
}

.prev-post a {
padding-right: 0px !important;
}

.author-box-wrap .desc {
margin-right: 127px !important;
margin-left: 0;
}
.author-box-wrap .avatar {
float: right!important;
}

Hope this helps!
Please let me know if you have other issues with this.

Thanks

Post count: 6

dear sir thank you for the reply.
i managed to use your information and it worked great.

can u please let me know hot to limit the mega menu to only 4 posts

Post count: 6600

Hi,

Edit this file: http://screencast.com/t/3czKBWPxg and add this code like shown in the screenshot: $atts['limit'] = 4;

Thanks

Post count: 6

Thank you Lucian.
im actually still suffering with the Mega Menu.
it still is all going to the left. please check the site again.
how can i make it align and side to the RIght?

also if you checked the main page you will find that we managed to reverse the slider from right to left by messing a bit with the CSS but that resulted in changing the text to left again.
i cant get it done right. can u please also assit with this.?

looking forward to your answer soon

  • This reply was modified 11 years by kevinbx.
Post count: 6

Dear sir.
i managed to fix a bunch of things. but im still stuck with the Mega Menu to make it RTL and the Logo. i still cant bring the logo to the right. though i changed most fo the values to the right.

Post count: 6600

Replied via email!
Thanks!

Post count: 10

Hey,

I need the items i see when hovering on the categories at the megamenu to be at RTL mode. Please help.

Thank you.

Post count: 6600

Hi,

Please send your site’s URL, I need to inspect it so I can provide a solution for this.

Thanks!

Post count: 10

http://www.xmag.co.il
I need the newest article on the megamenu to show on the right instead of default left.

Thanks,
Tzachi.

Post count: 10

Same about the navigation arrows on the megamenu itself.

Post count: 6600

Hi,

Please use this custom css in theme panel > custom css: http://screencast.com/t/nRupOCbm

.sf-sub-indicator {
right: 12px;
left: auto;
}

.sf-menu a.sf-with-ul {
padding-right: 29px;
padding-left: 11px;
}

.td-no-subcats .td_mod_mega_menu {
margin-right: 1.883408071748879%;
margin-left: auto;
}

.td_mod_mega_menu {
float: right;
}

Thanks

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