Search Results for 'rtl'

    No search results were found in Documentation!

Results from the Forum
Simion C.
tagDiv Staff

Hi,

The theme is more of a multipurpose theme, to fit more roles. While it can be said that the theme focus has shifted from a true Newspaper theme, we added features that were requested by many of our users. There are many theme users that needed better woocommerce features, or frontend submission, or better CPT support, or better RTL support, or a membership/paywall system, better support for a multilingual website using WPML, etc. We tried to add something for everyone.

When we added new major features we created new demos to showcase them, the themes/names of the demos were mostly random. It doesn’t mean that if a demo is called real estate or anything else, it can only be used for that purpose.

Believe it or not, we are a small team, it takes a bit of time to develop new features, fix issues and make improvements. We’ll see what we add next, your suggestions are noted and appreciated. The next update will be a maintenance update mostly, with a few new useful options. If all goes well it should be released next week.

Thanks.

Calin
tagDiv Staff

Hi,

Do you want to set the website in RTL? If is so, then first you need to set a RTL language in wordpress, after that you need to use the tagDiv Composer to adjust the remaining elements to be aligned from LTR to RTL.
The best solution in this case is to use a RTL demo – https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=rtl

Thank you!

Alessandro
Participant
#0

I’d like to implement a “Portfolio” section similar to the one shown here: https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=pro — with selectable category filters (as on that page: Popular – Paywall/Membership/Directory/Listings – RTL – Shop – Multipurpose – Blog – Magazine – All).

Following (or try to follow…) your documentation, I installed the Custom Post Type UI and Advanced Custom Fields (ACF) plugins, but I’m having trouble configuring everything correctly. Is this the recommended approach to build a Portfolio in Newspaper? Alternatively (preferably) are there built-in options or third-party portfolio/grid plugins fully compatible with Newspaper that would let me achieve this without custom coding or complex configuration?

Thank you.
Alessandro

Alessandro
Participant
#0

I’d like to implement a “Portfolio” section similar to the one shown here: https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=pro — with selectable category filters (as on that page: Popular – Paywall/Membership/Directory/Listings – RTL – Shop – Multipurpose – Blog – Magazine – All).

Following (or try to follow…) your documentation, I installed the Custom Post Type UI and Advanced Custom Fields (ACF) plugins, but I’m having trouble configuring everything correctly. Is this the recommended approach to build a Portfolio in Newspaper? Alternatively (preferably) are there built-in options or third-party portfolio/grid plugins fully compatible with Newspaper that would let me achieve this without custom coding or complex configuration?

Thank you.
Alessandro

cloverjim
Participant
#0

Hi,
I used the Makeup Shop theme for my store. The description section was easily right-aligned, but the reviews section didn’t become RTL no matter what I tried.
What should I do?
Thank you!

cloverjim
Participant
#0

Hi,
1.I imported the demo theme from the following link:
https://demo.tagdiv.com/newspaper_shop_makeup/
I want to use it in RTL.
Why are the elements in the demo theme flush to the edges, but on my site they have some spacing? (I’ve marked it with a red arrow)

2.And how can I properly align the header elements? (I’ve marked it with a blue arrow)

Thank you!

cloverjim
tagDiv Member

Hi,
1. Is this search tool only for WooCommerce products? If yes, is there a search tool for the entire site content? Or are there separate search tools for articles and for the shop?

2. How can I rotate the search button like in the image?
https://s34.picofile.com/file/8486559426/Screenshot_2025_08_21_182855.png

3. For widgets/tools that are left-aligned but I want to use their right-aligned version, what CSS code can I use? I mean, is there a universal CSS code that can make all left-aligned widgets right-aligned on the site?

Also, which is better to use: the rtl.css file I sent, or to use short custom CSS snippets like the ones you suggested, for example:

body .tdw-block-inner .tdw-wml-wrap .tdw-wml-menu {
text-align: right;
}

or

body .tdw-search-form .tdw-search-form-inner .wpb_button {
position: absolute;
}

Thank you.

Calin
tagDiv Staff

Hi,

Unfortunately, the button can be moved only with css, you can use this css:
body .tdw-search-form .tdw-search-form-inner .wpb_button {
position: absolute;
}

You can set the css in tagDiv Composer in css zone – https://i.imgur.com/TUjcyHr.png

To have the same space between menu elements, please set the Elements space 0 and use Elements padding 0 15px – https://i.imgur.com/qCwmxpM.png adjust the padding after your needs.

The login elements can be set to the right using this custom css:
body .tdw-block-inner .tdw-wml-wrap .tdw-wml-menu{
text-align: right;
}

The code can be set in tagDiv Composer in css zone – https://i.imgur.com/JddsYrk.png

To adjust the space between the shop and my account element, select the shop cart and select the cs tab, then remove the left 30px margin and set 30 to the right margin – https://i.imgur.com/fIGCFt4.png https://i.imgur.com/Yu3OYD1.png (it is possible to me more elements that need to be fixed like this, because the css was set for LTR direction and does not need to be changed for RTL)

Thank you!

Calin
tagDiv Staff

Hi,
Ok, so the first step is to have an RTL language selected on wordpress, for example, I will select Arabic – https://i.imgur.com/90vPjA9.png, then go to Cloud templates and click on + on Header templates – https://i.imgur.com/XguMYXz.png, then search for “makeup” https://i.imgur.com/GW3D4L2.png open the template in tagDiv Composer – https://i.imgur.com/Kuk7maO.png, then it should look like this https://i.imgur.com/gpGfdsC.png then just drag and elements in the palce you want (change logo) …. for example drag the left column with the menu in the right – https://i.imgur.com/TK0k9vI.png https://i.imgur.com/AM5hv6u.png the menu elements to be display from ltr to rtl use this custom css :
.rtl .tdb_header_menu .tdb-menu {
flex-direction: row-reverse;
}

I hope this will help you!

Calin
tagDiv Staff

Hi,
Unfortunately, it will be need to be done from scratch. Do you want it to be exactly the same as this one https://demo.tagdiv.com/newspaper_shop_makeup/header/, but on RTL, or without the shop part?
Thank you!

cloverjim
tagDiv Member
cloverjim
tagDiv Member

Hi, how can I build this header from scratch aligned to the right? Can you help me?
https://demo.tagdiv.com/newspaper_shop_makeup/header/

I placed the rtl.css file inside the template files
Thanks

Calin
tagDiv Staff
RTL - reply

Hi,
First, you need to choose a RTL language. After that, you can install an RTL demo https://i.imgur.com/UA69Pa8.png and start working on it, or if you want, you can create your own one with tagDiv Composer.
Thank you!

cloverjim
Participant
RTL - topic
#0

Hello,
I want to create a right-to-left (RTL) website.
Do I need to add an rtl.css file to the theme files, or can I do this using the page builder?

Thank you.

Calin
tagDiv Staff

Hi Mahmood,

Thank you for bringing this to our attention.

I’ve informed one of our developers, and they will look into the situation as soon as possible. We hope to come up with a solution shortly.

Thank you again!

vet
Participant
#0

Notice: _load_textdomain_just_in_time (ARABIC WORDS). Translation loading for the td-cloud-library domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later.(ARABIC WORDS) . (THIS MESSEGE WAS ADDED IN 6.7.0.) in /home/******/*******.com/wp-includes/functions.php on line 6121

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/******/******/wp-includes/functions.php on line 7360

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/******/*****.com/wp-includes/functions.php on line 2195

Calin
tagDiv Staff

Hello,

Thank you for reaching out to us. It’s possible that your email was marked as read or there was an oversight if you haven’t received a response yet. I’ll look into it and follow up with a reply via email shortly.

Thank you for your understanding.

mohamedwaheed
Participant
#0

Hello TagDiv support team,

I’m using the Newspaper theme and my website is in Arabic (RTL). The issue is that even after selecting the RTL single post template and setting the website language to Arabic, the single post layout is still displaying in LTR direction.

Here is one of the articles showing the issue:
https://flousplus.com/الذكاء-الاصطناعي-الحل-الأمثل-لإدارة-الثروات/

Things I’ve tried:
– Set WordPress site language to Arabic.
– Selected RTL templates in the post settings.
– Confirmed RTL is enabled in Theme Panel.
– Tried different single post templates.
– Cleared all cache.

Still, the post content starts from the left (LTR) and not from the right (RTL).
Is there something else I need to do? Or could it be a bug?

Looking forward to your help!

Thanks in advance.

ari-s
tagDiv Member

I’ve taken the site off maintenance briefly for you to check as we had not added any plugins nor changed the post template I believe.

I’ll have to put the maintenance back on shortly so can create an Admin Login for you, but would need a private method of sending that to you if you can please advise?

Thanks so much,
Ari

Calin
tagDiv Staff

Hi,

Thank you for bringing this to our attention. I’ve notified one of our developers, and they will look into the issue shortly.

We appreciate your help!

Calin
tagDiv Staff

Hi,

The rtl demo do not use any mobile theme, is use the responsive version, so all that is need is to install the rtl demo without any mobile plugin and the responsive eversion will be used.
Also, make sure that the theme requirements are set as mentioned in our guide https://forum.tagdiv.com/requirements-for-newspaper/ this will ensure that everything will work smooth.

Thank you!

mazalzain
Participant
#0

hello please i really need help into gettin g the same mobile theme same as the main rtl demo

Bettina
tagDiv Staff

Hello!

You should adapt the RTL from the Composer settings or CSS code because our theme does not have this feature.

Thank you!

Mikal
tagDiv Member

Shortly after posting this issue I found a post on StackOverflow where someone had the same issue. Their fix was to reset the theme which I didn’t want to do, but I had tried many other options that didn’t work. The reset did fix the issue.

Versions
Theme 12.6.9
WordPress 6.7.2
PHP 8.3.16

There was no plugin conflict. Any info for the future if issue occurs again would still be helpful.

Thank you.

nitzanginsberg
Participant
#0

Hello,
The Tags in each post is not RTL for these is using the WordPress RTL,
The issue is just in Mobile!

May i ask your advice for the CSS for that fix please?

For exmple post:

https://comedychildren.com/%d7%9b%d7%9c-%d7%94%d7%a7%d7%95%d7%9e%d7%93%d7%99%d7%95%d7%aa-%d7%9c%d7%95%d7%95%d7%9c%d7%a0%d7%98%d7%99%d7%99%d7%9f-%d7%a1%d7%98%d7%a0%d7%93%d7%90%d7%a4-%d7%94%d7%a6%d7%92%d7%94-%d7%a1%d7%a8%d7%98/

Thank you

Viewing 25 results - 26 through 50 (of 1,719 total)