No search results were found in Documentation!
Hi, I have several issues I can’t find a solution for.
I’m a newbie to html, css and wordpress so I need you to be easy on me.
that’s my blog – http://www.motiongraphic.co.il
1. Custom Font
I can’t use a custom font using your theme panel.
I uploaded a hebrew font to the server and then linked it in your custom font section.
I then called it through the “custom typography” menu but the font didn’t show on the site. instead there was a default serif font. I tried using a different font but then it shows an non-serif default font instead.
funny thing is that when I use a third party plugin (“Use Any Font”) – the font shows.
I don’t want to use a third party plugin though.
2. Sliders on Firefox
The sliders on my blog doesn’t show well on fire fox. looks like it runs far left the first time you try to scroll it.
3. Slider Titles
It breaks the lines in a weird way… sometimes after a two word.
on IExplorer it doesn’t break the same way, but there is an extra space in every place it should break.
4. Social Icon covers the post
Every time I put an image on the end of a post the social icons covers the bottom of it.
It looks OK when the post ends with a text though.
Few short question:
1. I used CSS to give a separator line between posts by adding a bottom border to the footer. it also added a line on the bottom of the author box. can I delete it?
2. Since my blog is RTL – how can I make the large photo on the big slide be on the right side?
3. From the same reason – how can I make the post links on the Mega-menu show from the right to left?
4. How can I change the menu color?
5. How can I change the menu’s bottom line color and remove the drop shadow, and how can i change the bottom line color of the selected item on the menu?
I know that’s a lot of questions but I really tried to gather it all together instead of just post a post after another.
Thanks in advance for your help.
Motti.
Hi,
This is the normal appearance of the sidebar, when it’s set to left it becomes the first element on page and the posts will fall under it.
You can follow a discussion about this here: https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/#post-11707
If you can’t managed to do this by yourself we recommend to get a freelancer from sites like: http://studio.envato.com/ to do it for as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Do you still have issue with the logo? I have checked your site and seems fine in each post template: http://screencast.com/t/WDP2Ltziw6s
Please let me know!
Thanks!
Hey,
I need the items i see when hovering on the categories at the megamenu to be at RTL mode. Please help.
Thank you.
Hey,
My site is RTL modified, after the update the mobile menu icon moved from the original placement at left. I emptied all cache, still the same. my url – http://www.xmag.co.il
Replied via email!
Thanks!
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.
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.
Hi,
Edit this file: http://screencast.com/t/3czKBWPxg and add this code like shown in the screenshot: $atts['limit'] = 4;
Thanks
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
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
im really a bit desperate for some help here. please someone help.. i thought support was kinda fast from the reactions
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
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
I am using the RTL version of your theme, still some of the part are in LTR.
please check this image.
http://www.screencast.com/t/DPLto8P4qfv
I want to change like this instead of current one.
http://www.screencast.com/t/j4LHt0eN
Now first post is in the wrong side.
Thank You Lucian
This really solves my problems đ
Hi,
You must create one and add <?php $text_direction = "rtl"; ?> like this: http://screencast.com/t/jmCmvMj1d
Other solution much easier would be to edit the rtl.css file and copy the css from there into the style.css file: http://screencast.com/t/0vmoXvGxyKM
Both files are situated in the root of the theme.
Thanks
first of all there is no wp-content/languages/ar.php in this directory.
isnt there any way to load your RTL CSS without arabic language.
I am not arabic and I dont want arabic language. I want my front end in RTL. Thats all.
Hi,
Thanks TheMediumUTM!
@dhibeney
As TheMediumUTM wrote you will need custom work to customize the rtl like that. From what I know I don’t think you can use rtl without using an arabic language, the theme also enables rtl when WordPress is installed in an arabic language.
You can try this solution, which might work:
* do normal english installation
* download a copy of arabic wordpress.
* copy the file wp-content/languages/ar.php from arabic version to english version
* go to wp-config.php and add define(âWPLANGâ, âarâ);
Install Admin in English plugin after this if you need admin in english.
Hope this helps!
Thanks!
Ah, those are all very different and require a lot of identifying which elements to float right and in some cases actually reversing elements in template files (I believe). You may need custom work for that, although Lucian may say differently.
It is only changing the text direction from left to right.
none of other changes to right to left. Not MENU, no sidebars, no Logo nothing.
Isn’t it possible to to RTL Css, with out changing to ARABIC.
I am getting so much frustrated after all.
Hi,
Please edit the style sheet and add this:
direction: rtl;
unicode-bidi: embed;
..to the body tag, like this: http://screencast.com/t/V5ey29qPk
You can read here about this: http://codex.wordpress.org/Right-to-Left_Language_Support
Hope this helps!
Thanks
I think you didnt get my question. I want to load rtl styles, even though I use not rtl language like english.
Not the backend, but the front page.
Hope I could get a solution.
Regards
Hi,
Unfortunately the theme doesn’t have an option for this. What you can do though is to install WordPress in English then use this plugin to change to RTL: https://wordpress.org/plugins/rtl-tester/ Unfortunately this works only for admin users.
You can try to find a plugin similar to this, like:
https://wordpress.org/plugins/wp-rtl/
http://www.code-styling.de/english/development/wordpress-plugin-wp-native-dashboard-en
Hope this helps and sorry for the delay!
Thanks
Is there a way to change to RTL in english language,…
My language is not arabic, but I want website to be in RTL.
Please give me a solution. I could not find an opton to toggle between LTR to RTL. Its really urgent. I thought this theme is with that option.
I dont want my site to be in arabic.
I am from Maldives, we use a language called “Dhivehi”
Kind Regards
Beney
@Steven I see what you mean. I’ve currently deactivated it and i’ll see how I ‘cope’ with manually sharing the links on my social networks sites instead of automatically for a few days. Maybe i’m just lazy… But if it improves my sites performance and I keep the Newspaper themes, i guess it’s a positive.
I’ll provide my plugin results shortly.
Just having a problem with this code you sent me:
function remove_cssjs_ver( $src ) {
if( strpos( $src, â?ver=â ) )
$src = remove_query_arg( âverâ, $src );
return $src;
}
add_filter( âstyle_loader_srcâ, âremove_cssjs_verâ, 10, 2 );
add_filter( âscript_loader_srcâ, âremove_cssjs_verâ, 10, 2 );
When i add it to my function.php it causes my whole website to have a white screen and no code is found in the page source. What’s the fix for this? :s
Thanks đ