- NewspaperModules Builder in Newspaper Theme
- NewspaperSingle Post Shortcodes
- NewspaperThe Mobile Theme
- NewspaperSmart Lists
Using custom CSS I managed to move the News ticker over right, but I am still struggling with the page-nav. As highlighted in the image the arrows (page nav) are acting weirdly.
Update: fixed the arrows too 😀
But I can’t move them over to left as shown in pic
I know this theme doesn’t fully support RTL, yet if someone can help me solve this little puzzle then it’ll be very appreciated 🙂
-
This reply was modified 6 years by
izaan. Reason: update
Is there any way to make the Bewsticker RTL using custom CSS? Like the Trending Now title should show on the right side instead of left? And the post names inside as well should start from right.
Hello !
In order to have those options you will have to insert the smartlist from the tagDiv Composer. Please find out how to use the smartlists here: https://forum.tagdiv.com/smart-lists/
Thank you !
UPDATE: this issue is resolved.
It wasn’t due to the v5.3 WP core update. There was a Newspaper theme update and associated plugin updates (including TD Composer) waiting that had not yet been installed. I could’ve sworn they had been installed shortly after receiving your email notice about them back on the 6th of November, apologies…
Dear support,
i’m building a custom template for the smart list post (cloud templates), but when i go editing the “Single Post Smartlist” component in the tagdiv composer, it doesn’t provide the option to display the smartlist as a slider (via js). In particular, i’d like to have my post pages as slides as seen on the “Smart List 1 and Smaret List 3” templates used on the default post edit page panel.
Images: https://ibb.co/JmBVpr5 https://ibb.co/kh0XRkh
Thank You.
I’m running on WordPress.com so no cpanel. I’ll send an invite shortly.
Hello,
Sorry but our themes are not compatible with the RTL direction. IF you need a RTL theme, you will have to choose a different theme that can provide this functionality. We will be able to provide a refund if you make a request here:https://themeforest.net/refund_requests/new
Please check our documentation for custom fonts -> https://forum.tagdiv.com/font-customization/
Thank you for your understanding!
Hi,
This can be because of the RTL, unfortunately our theme is not full RTL so there can appear problems.
I’ve just cheeked your website and is look that now is working.
Thank you!
Hey,
I bought this theme as it supports RTL, which is great keeping in mind the design this theme has to offer.
But unfortunately, the documentation doesn’t provide guide on how to convert this theme to RTL. My website language is Arabic and so RTL is must. I know I can do this manually by going through elements one by one and change it to RTL.
But it’s very time-consuming, so I want to know is there any option to one click or activate to convert everything to RTL? i want to use it on Demo of Romania.
Sure – I will email you shortly. Thank you.
Hello !
That option is available only on smartlists.
Unfortunately that option is not available on category templates.
Thank you !
Hi, I am using Smart List 2 for my post. it is showing correctly on desktop web). This SmartList 2 displays all list items on one page (no previous / next buttons).
However, the post is appearing differently when accessed on mobile. On the mobile it should just 1 item of the post at a time with previous/next button. How should I show the smart list on one page on Mobile.
See example link (try both from laptop and mobile)
https://travelofer.com/best-vegan-pizza-places-in-london/
Hello,
This can be because of the RTL, unfortunately our theme is not full RTL so there can appear problems.
Thank you for your understanding!
Hi,
Sorry for the inconvenience, this would be the better solution, to request a refund and pick a theme with RTL support out of the box. It would be quite difficult to modify this theme for RTL.
You can request a refund here – https://themeforest.net/refund_requests/new and we wll approve it as soon as possible.
Thanks
Hello,
For the problem with full width, make sure that you do not have set a background color or image, if you do not want the full width only the boxed version set a background color or image -> https://forum.tagdiv.com/background-introduction/
You can try this custom css -> http://prntscr.com/p6oakw
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css and in Newspaper > Theme Panel> Mobile theme > Custom code> css
Also please notice that our theme does not support full RTL so simply changing the direction will not work properly in all cases.
Thank you!
Hello !
1. That can be achieved using a smartlist. You can find out more about it here: https://forum.tagdiv.com/smart-lists/ In order to have the Next / Back buttons you will need to follow this topic: https://forum.tagdiv.com/topic/next-and-back-buttons/
2. Unfortunately this option is not available using the Newspaper Theme.
3. That can be changed from the General Settings – User.
If you are new to wordpress I would recommend taking a look at their guide in order to get more familiar with the platform: https://www.wpbeginner.com/
Thank you !
Hello !
That can be achieved by editing the cloud template using the tagDiv Composer and adding the smartlist element in it as you can see here: https://www.screencast.com/t/UFB2zimkSE
I hope this was helpfull !
Thank you !
Hello!
How do I insert an advertisement (custom ad # X) below the Smartlist 8?
I was able to do this before but couldn’t see which files to edit now.
Thank you.
Hi, in this blog post
https://discoverist.sg/see-do/see-a-different-bangkok-with-these-4-short-train-trips
I’m using smartlist to create the post. I would like to ask, how do i make sure that the first paragaph before the first point stays at the first page, instead of repeating it all the way.
Hello,
You can try this custom css -> http://prntscr.com/p6oakw
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css and in Newspaper > Theme Panel> Mobile theme > Custom code> css
Also please notice that our theme does not support full RTL so simply changing the direction will not work properly in all cases.
Thank you!
Hello !
You can have Next / Back Buttons only on smartlists.
That is possible when having a Single Post template from the Cloud Library as you can see here: https://www.screencast.com/t/CO4LWTcimW
Follow this tutorial to learn how to use the Single Post Template: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
You will have to make some modifications. First of all add this css code into your Theme Panel – Custom Codes – CSS: https://www.screencast.com/t/vxXrGBIV
.td-post-next-prev-content { align-items: center; border-radius: 40px; text-align: center; display: inline-block; margin-bottom: 40px; width: 50%; height: 50px; background-color: black; } .td-post-next-prev-content a { text-align: center; margin-top:15px; margin-bottom:5px; color: white; } .td-block-span6 { text-align: center; width: 350px; }
And you will have to make some modifications in PHP too following this path: legacy/common/wp_booster/td_module_single_base.php ( I have used Notepad++ to edit it )
and change the codes at the line: 929 ; 930 and 940 ; 941 like in here: https://www.screencast.com/t/AEgFOTDC
Thank you !
Hi,
Please make sure that you set all theme requirements as in our guide from here .
Also check this tutorial about tagDiv Composer.
Also please notice that our theme is not full support for RTL.
Thank you!
Hi Calin,
Thanks for the prompt reply
http://devnew.thefunkyturtle.com/koh-tao/
is the one I am trying to have 5 columns
as you can see it ends up as 1 column
-
This reply was modified 6 years by
stemcpt.
Hello !
You can have Next / Back Buttons only on smartlists.
That is possible when having a Single Post template from the Cloud Library as you can see here: https://www.screencast.com/t/CO4LWTcimW
Follow this tutorial to learn how to use the Single Post Template: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
You will have to make some modifications. First of all add this css code into your Theme Panel – Custom Codes – CSS: https://www.screencast.com/t/vxXrGBIV
.td-post-next-prev-content { align-items: center; border-radius: 40px; text-align: center; display: inline-block; margin-bottom: 40px; width: 50%; height: 50px; background-color: black; } .td-post-next-prev-content a { text-align: center; margin-top:15px; margin-bottom:5px; color: white; } .td-block-span6 { text-align: center; width: 350px; }
And you will have to make some modifications in PHP too following this path: legacy/common/wp_booster/td_module_single_base.php ( I have used Notepad++ to edit it )
and change the codes at the line: 929 ; 930 and 940 ; 941 like in here: https://www.screencast.com/t/AEgFOTDC
Thank you !