- NewspaperModules Builder in Newspaper Theme
- NewspaperSingle Post Shortcodes
- NewspaperThe Mobile Theme
- NewspaperSmart Lists
Hi,
I cannot access your website at the moment
– https://www.screencast.com/t/VSWBn1vzF
As you mentioned, the theme does not support RTL. Modifying the theme to display properly in this situation may prove a difficult task. The theme elements are not optimized to display the best results under these circumstances. Some are directly dependent on direction.
If you decide to request a refund, you can do so and we will approve it. There probably are different themes that are RTL ready and would be better suited for this purpose.
Thanks
Hi, i have checked the topics here and found that it’s not supporting RTL, am fine with it, but how can i remove the mobile menu that i get when i translate the website?
Hi, am using WPML plugin but then i create a translation to the page i get my menu repeated as a mobile menu on the left side of the page which makes my website looks stupid because the page is scrolling to the left now !!
Also tag filter is not moving to the left it overlab the section title on the right …
IN addition, social media icons messed up at the footer …
please check http://www.whyblog.ney/ar
Hi,
I think you misunderstood my comment.
I wanted to change everything to rtl excpet for comments section.
I used your last code by only amending the following. Everything works fine now.
.RTL_Post .comments{
direction:ltr;
}
Thanks for your help.
Hi,
This was an important detail you should have mentioned.
If you want to make just the comments RTL, then remove the previous css and use this one:
.RTL_Post .comments{
direction:rtl;
}
Thank you!
Hello,
Sorry but our theme does not have such options to change the direction of the text based on specific categories.
You can try to do make a custom code implementation for this process to be easier. It is a simple 2 step process.
You can add a custom body class on the posts belonging to your category and then apply css to the new class like so:
1) Ad this code in functions.php:
add_filter( 'body_class','my_body_classes' );
function my_body_classes( $classes ) {
if ( in_category('Gadgets') ) {
$classes[] = 'RTL_Post';
}
return $classes;
}
Example: https://www.screencast.com/t/xyOvs6S8ESw
Replace ‘Gadgets’ with your category name.
Now all your posts belonging to the category you specified will get a custom class you can target with css.
Now you can use this css to change the direction of the post title and content to right to left.
2) Add this css code in your theme panel-> custom css box:
https://www.screencast.com/t/6FZNA1fsARvk
.RTL_Post .post header .entry-title, .RTL_Post .td-ss-main-content{
direction:rtl;
}
Thanks.
is there a way that even there is no heading i can use that smartlist3 work.
Title tags is when the smartlist is trigger. but is there other way to customize other than tag title. I use this one <!–nextpage–> but it did not work in smartlist 3.
Hi,
how can i use the pagination to convert it to smart-list.Im using smart-list3 and i want to paginate just like smartlist. in smartlist you can just do it if you have headings.
Hi,
I see that your website is RTL, please note that theme theme does not support this direction. Applying this style to the theme, or modifications to the theme in this matter can cause problems like this one.
As a quick fix for this issue you can try this code. Enter it in Theme panel->Custom Css
#td-mobile-nav {
position: fixed;
}
But other problems could appear with other theme elements, because the theme is not optimized or designed with RTL in mind. Some of the theme aspects are directly dependent on direction, and may not function properly in this case.
Thanks
Hi i want to move newspaper to a new hosting provider, and at the moment a install a copy of the website on a development site, everything works almost fine but some things just dont work
i.e widgets, and other things
i did try to copy the database from the old server, change some urls but the tempery site works partly
what i do wrong how can i copy the whole site correctly without information loss
Please help
Hello,
I can not open “New Post” page. it remains blank and I can’t add or type anything there and following message appears at the bottom of the page. however I can edit the already created posts.
Please tell me how to solve the issue. I didn’t upgraded Visual composer but this message appeared automaticaly from 1 day.
deprecated and are no longer supported in newer versions of Visual Composer.
o Contact Form 7Place Contact Form7
o RowPlace content elements inside the row
o Text BlockA block of text with WYSIWYG editor
o SectionGroup multiple rows in section
o IconEye catching icons from libraries
o SeparatorHorizontal separator line
o Separator with TextHorizontal separator line with heading
o Message BoxNotification box
o Facebook LikeFacebook “Like” button
o Tweetmeme ButtonTweet button
o Google+ ButtonRecommend on Google
o PinterestPinterest button
o FAQToggle element for Q&A block
o Single ImageSimple image with CSS animation
o Image GalleryResponsive image gallery
o Image CarouselAnimated carousel with images
o TabsTabbed content
o TourVertical tabbed content
o AccordionCollapsible content panels
o Pageable ContainerPageable content container
o SectionSection for Tabs, Tours, Accordions.
o Custom HeadingText with Google fonts
o ButtonEye catching button
o Call to ActionCatch visitors attention with CTA block
o Widgetised SidebarWordPress widgetised sidebar
o Posts SliderSlider with WP Posts
o Video PlayerEmbed YouTube/Vimeo player
o Google MapsMap block
o Raw HTMLOutput raw HTML code on your page
o Raw JSOutput raw JavaScript code on your page
o Flickr WidgetImage feed from Flickr account
o Progress BarAnimated progress bar
o Pie ChartAnimated pie chart
o Round ChartPie and Doughnat charts
o Line ChartLine and Bar charts
o Empty SpaceBlank space with custom height
o Post GridPosts, pages or custom posts in grid
o Media GridMedia grid from Media Library
o Post Masonry GridPosts, pages or custom posts in masonry grid
o Masonry Media GridMasonry media grid from Media Library
o Old TabsTabbed content
o Old TourVertical tabbed content
o Old AccordionCollapsible content panels
o Block 1
o Block 2
o Block 3
o Block 4
o Block 5
o Block 6
o Block 7
o Block 8
o Block 9
o Block 10
o Block 11
o Block 12
o Block 13
o Block 14
o Block 15
o Block 16
o Block 17
o Block 18
o Block 19
o Block 20
o Block 21
o Block 22
o Block 23
o Block 24
o Block 25
o Big Grid 1
o Big Grid 2
o Big Grid 3
o Big Grid 4
o Big Grid 5
o Big Grid 6
o Big Grid 7
o Big Grid 8
o Big Grid 9
o Big Grid 10
o Big Grid 11
o Big Grid 12
o Big Grid Full 1
o Big Grid Full 2
o Big Grid Full 3
o Big Grid Full 4
o Big Grid Full 5
o Big Grid Full 6
o Big Grid Full 7
o Big Grid Full 8
o Big Grid Full 9
o Big Grid Full 10
o Big Grid Slide
o News ticker
o Video Playlist
o Video Playlist
o Ad box
o Image box
o Author box
o Authors box
o Homepage post
o Popular category
o Slide
o Text with title
o Weather
o Exchange
o Instagram
o Pinterest
o List Menu
o Social Counter
o Revolution SliderPlace Revolution slider
o Revolution Slider 5
o WP SearchA search form for your site
o WP MetaLog in/out, admin, feed and WordPress links
o WP Recent CommentsThe most recent comments
o WP CalendarA calendar of your sites posts
o WP PagesYour sites WordPress Pages
o WP Tag CloudYour most used tags in cloud format
o WP Custom MenuUse this widget to add one of your custom menus as a widget
o WP TextArbitrary text or HTML
o WP Recent PostsThe most recent posts on your site
o WP CategoriesA list or dropdown of categories
o WP ArchivesA monthly archive of your sites posts
o WP RSSEntries from any RSS or Atom feed
i just want Non Active Modal Image on smartlist 2.. please help
Thanks Simon for replying.
I will wait till you update the theme with RTL support.
I have shown the theme to the client and he says it was okay as far as posts are concerned but in future we may land in trouble.
So I am desperately waiting for you guys to come up with RTL support.
I love this theme soo much. I will wait.
Thanks and regards
How to setting up Non Active Modal Image on smartlist? i want image on smartlist not work when clicked
Hi,
The theme does not support RTL direction at the moment, and customizing all the elements of the theme in this matter is a big task and may not work properly in the end. If you want to modify the theme so it may work and display without problems in this situation, you will have to make changes to multiple elements and classes.
You can request a refund here and we will approve it
– https://themeforest.net/refund_requests/new
Then you can look for a theme that is probably more suited for your project, and supports RTL by default.
Thanks
Hi there,
Yesterday I purchased Newspaper theme and I am configuring it to work as an RTL, not just the content, but the POST editor as well. I want complete website in RTL.
But today from this forum I have learnt that the Newspaper theme is not RTL supported.
Is it true or else please let me know whether I can make it work on RTL.
If not then let me have my refund.
Thanks for your kind support.
Hi,
Please make sure the thumbnails used are enabled in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
Also in almost all cases involving image problems, plugins are to blame. You could try to disable all of them except Visual composer, clear any caching installed and check to see if this fixes the problem. The theme lazyload feature is the first to brake in case of plugin conflicts and could be causing the issue. You could try disabling it in the theme panel – https://www.screencast.com/t/3vF9ECvH
Please note that the theme does not support RTL at the moment, this may lead to unexpected results, like the issue with the menu and maybe others. At the moment it seems to be working properly, there is no problem that I can see with the mega-menu
– https://www.screencast.com/t/kEsQ9PbNEYU
Thanks
i want make a refund , tell me what is steps to make refund ??
my website is RTL and you not supported it .. regards
Hi!
/Users/wepla/Desktop/Screen Shot 2017-05-30 at 11.31.47 PM.png
Above screen shot, I am facing.
I follow the process in the document to make smartlist, but it is not working.
set
1) Title
2) text in the body
3) put the image
4) choice type 5 for post
5) choice type anything for smart list
6) default is heading 3
But nothing happened for my posting and I cannot find some function on toolbar like dropdown list for heading.
Thanks,
Scott
Hi.
I do not understand why Smartlist is not working on new post page.
Thanks,
Scott
Hi, I have a problem with the sidebar when I use smartlist 8. The sidebar appears on top of the post content.
This is my post with the problem: Post
Problem 1: http://imgur.com/a/kRxHz
The other problem is with the footer: http://imgur.com/a/PCpaA
Thanks in advance.
Hi,
I have inspected your website, and I see that you have RTL installed. The theme does not support RTL direction at the moment, some elements will not work properly and problems like this will happen. If you want to customize the theme so it may work and display without problems in this situation, you will have to make changes to multiple elements and classes. The problem that happens with the menu is a direct result of RTL. Please try the code provided below and see if this works for you – https://www.screencast.com/t/11MiKvhTVbjJ
It must be entered in Theme panel->Custom Css section
#td-mobile-nav {
position: fixed;
}
Thanks
Salutare Valentin,
Multumim pentru aprecierile dumneavoastra! Din pacate, tema noastra nu are nici o optiune pentru modul RTL, imi pare rau! Singura optiune valabila pentru acest aspect este setarea din WordPress care muta si backend-ul si front-end-ul in RTL. Ceea ce a-ti putea face este sa cautati un plugin care are aceasta setare si care va permite sa mutati in modul RTL doar partea de front-end iar back-end-ul sa ramana in limba dorita de dumneavoastra. De retinut este faptul ca odata ce ati mutat tema pe RTL, practic tot layout-ul temei ar trebui refacut si optimizat pentru acest stil deoarece, dupa cum spuneam mai sus, tema nu a fost prevazuta petnru a fi utilizata in RTL. Pentru mai multe detalii si informatii despre eventualele plug-in-uri posibile spre a fi utilizate in acest scop, puteti consult link-ul urmator, aici -> http://stackoverflow.com/questions/973216/wordpress-and-rtl
Multumesc pentru mesajul dvs. si sper ca va ajuta referintele mele de mai sus!
O zi frumoasa in continuare!
I am using smartlists on my site(style 4 mostly).
They appear ok in desktop version but on mobile, they become paginated i.e. you have use next/prev buttons to view next.
I would like to disable that and keep it similar to desktop i.e. show all items in a single page.
How can I do that?