No search results were found in Documentation!
Am currently trying a different approach.
I have added this bit to functions, to be able to sort on keyowrd a to z and z to a.
$sortList = array(
'a-z' => array(
'meta_key'=>'keyword',
'orderby'=>'meta_value',
'order' => 'ASC'
),
'z-a' => array(
'meta_key'=>'keyword',
'orderby'=>'meta_value',
'order' => 'DESC'
)
);
I created a page with the tagdiv composer to show all posts that have a keyword starting with the letter D, the posts are ordered by date (which is standard, recent to old)
According to the tutorial that I’m trying to implement these two pieces of code should find their way into the theme
for the loop:
<?php
gloabl $sortList; //to use the $sortList in your functions.php.
$aryQuery = $sortList[$_REQUEST['orderby']] ? $sortList[$_REQUEST['orderby']] : $sortList['keyword'];
$featuredPosts = new WP_Query( $aryQuery );
?>
For the drop down list, which should appear on the page.
Tried adding this via the raw html inserter in tagdiv but that’s not working out.
Should I implement this in a custom page template ?
<ul>
<?php
gloabl $sortList; //to use the $sortList in your functions.php.
foreach( $sortList as $orderby => $aryOrderBySettings){
?>
<li> <a>">Order by <?php echo $orderby;?></a></li>
<?php
}
?>
</ul>
Could you please advise where I should implement the two pieces of code above ?
-
This reply was modified 7 years by
NickDeBaerdemaeker.
Hi,
Since updating to version 9.1 I have noticed a couple of bugs.
In the theme panel when trying to change the general theme colours or sub footer colours the colour picker is partly hidden as in this example:
https://www.screencast.com/t/W0hRwQRe
Also in the sub footer I have an email address which is not displaying the correct text colour anymore.
Example:
https://www.screencast.com/t/j7ulqKOEyNmT
I have tried applying the text colour again and clearing the cache but nothing seems to work.
Any thoughts on what might be causing these issues?
Regards
Kevin
Hi,
There will most likely be various problems with the theme design and maybe functionality if you use RTL. The theme does not support RTL so it would not be suited for such a website.
If you did not know this and wish to request a refund we will provide it. Let us know and sorry for any inconvenience.
Thanks
Dear TagDiv Support,
I have 2 main issues with the theme Newspaper 9.
First:
When loading, the font switches for a very short time to another font, which wasn‘t set by me. I use only one font for the whole website (Acumin Pro), but still a serif font pops up just for a sec. Which is very startling, because the whole website kinda makes a slight shift and it is unpleasant for the eye.
Second:
When looking at the Mobile settings on TagDiv Composer everything is fine. But when looking on the Mobile Phone directly, the settings are different, just like the default settings for Mobile.
What is possibly the problem?
Thank you very much
Best Regards
Natalie
yes I was looking to be able to make the white box smaller as well. After I reduce the amount of articles that load. I will give it a test shortly.
Thanks for the reply!
Hey Calin,
Thanks for your quick reply.
Yes Mobile is activated and when I just copy the content to the Mobile editing space and upload it, I get the following error message when viewing mobile:
Fatal error: Class ‘td_css_res_compiler’ not found in /home/morre27/public_html/shortlinked.xyz/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 171
Maybe I just try to de-activate the mobile version?
Link of page: https://shortlinked.xyz/better-than-viagra-landing/
Hi,
Do you guys have an ideas when this will be fixed? Changing these headings to h2 tags isn’t a solution for me since it messes up hierarchy in my table of contents so I’m stuck with the h3 tags looking very small after I end the smartlist…
Hi,
Indeed, in case of cloud templates you can customize the fonts directly in the composer. Click on the desired elements and it should have font settings in the composer sidebar
– https://www.screencast.com/t/2NOVrvbjneQ
If the post has a review, you will have to add the review shortcodes in the post template
– https://www.screencast.com/t/1AeoWSPXdYa
Only then will the review be displayed. There are some templates with review shortcodes in them, but you can add these to any template
– https://www.screencast.com/t/BYwRLqFQj7
In case of smartlists, there are a few templates created by us which can be imported. Note that these templates don’t have the post content element in them, instead they have the single post smartlist element
– https://www.screencast.com/t/5erGmyNTfB
The disqus commenting system has not been tested by us in combination with the cloud templates. I believe this has been added on our list of suggestions and it will be considered, we will try to find a solution in the matter. Sorry for the inconvenience.
Please let us know if you have more questions. We will try to help you.
Thanks
Hi Simion,
Thank you very much for your reply and support. Not only the theme is great, support is as well.
This is wat I have created with your theme: https://www.retecool.com/
About the cloud templates. It seems I can’t edit the change some of the functions directly from the control panel of the theme, like fonts etc (however, I can edit them in tagdiv composer), But are functions like smartlists and reviews automatically included in these cloud templates?
Another thing is that I use wpdiscuz as comment funtionality. When I use a cloud template for single posts, it doesn’t work with wpdiscuz.
Cheers,
Hubert
Hi guys,
I just created a smartlist with images in it and noticed that each of the images is clickable (even though I didn’t chose that option when adding the images to the post). The image either opens up a lightbox or opens to a URL that was linked to from that section of the list.
How do I disable this feature? I don’t want the images to be clickable…
Thank you!
Hi,
I recently installed version 9 op Newspaper theme. I don’t see the ‘post settings’ (with review and smartlist options) meta box any more while writing a new post. How can I fix this?
Best regards,
Marco
Hi,
The last theme update was on the 10.08, there will be another update coming shortly. Please have a little more patience.
Thanks
Every time I create a “page” I create an identical “category” to mirror, said page.
I am doing this for SEO/Silo structure purposes.
(ex. I create a page named “Books”, I then create a category named “Books”. I then run a 301 redirect, so The Category Slug: <mywebsite.com/category/books> redirects to <mywebsite.com/books> (I’m dropping the /category/)
I have troubleshoot the 301 redirect plugin, it is doing its job.
The problem that I am having is, when I create a Mega Menu from a “category id”, it is not redirecting to the page. It goes to the slug with the “/category/” directory. I have tried to create a Mega Menu from the “page id” but it is buggy and looks nothing like the category id mega menu.
Is there a way to use the “Category id” and have it redirect to the identical 301 redirect “page”.
In short is there an easy work around to create the Mega Menu with Pages and not Categories?
Every time that I try to do so, (there are a couple ways to do this) the menu looks nothing like it does when simply choosing to create the mega menu from category id (which is pretty much effortless, the only problem is the category slug).
Settings maybe (permalink)? I’ve been spending to much time trying to find a workaround, I have also spent a lot of time redirecting and creating “Pages” that coincide with the proper “Category”, so? I need to find the simplest solution.
I hope this did not come across as confusing.
Thanks.
Hi,
I’m having issues with h3 tags using a smartlist template. The h3 tags are functioning properly in the smart-list but once I use the shortcode to end the smart-list all h3 tags after that are showing up just like regular ‘paragraph’ text and when I do ‘inspect element’ they don’t appear to have an h tag element to them.
Any ideas on what could be causing this?
Thanks in advance!
Hi,
I’m sorry but please notice that we cannot provide support for RTL version. Where did you see that our theme has RTL support? Sorry, but it did not have. If you will look to another theme you will see that highlighted in the product description, sorry!
Also, if you are unsatisfied with our product and if you want your money back, please make a full refund here -> https://themeforest.net/refund_requests/new and we will get your money back as soon as possible.
Thanks for your understanding!
Hello Catalin,
Your theme supports the arabic language within the integerated translation panel, so it doesn’t make sense to not to support RTL languages.
I have worked so hard to customize the theme and I hope that you will support the RTL languages soon.
Thanks,
Hello alhaithami,
Unfortunately, our theme does not support RTL. If you need to use RTL for your project, we recommend getting another theme as the RTL implementation is not easy to make and we cannot offer any solution in this regard.
Thanks for your understanding!
Dear Support team,
When I changed my site to Arabic language (RTL), alot of space apear in the left side of the page.
Please check my site here: cryptodalil.com
Thanks,
Hello Simion!
Then, If I use custom template post, I need to create a template to each features not?
For example:
-1 template to review
-1 template to SmartList
-1 template to Post normal…
Is it correct?
Thank you!
Sorry but RTL implementation is not part of our plans for future update at the moment. If you cannot use the theme because of the missing RTL implementation, we will be able to provide a full refund if you make a request here: https://themeforest.net/refund_requests/new
Thank you!
hello newspaper developpers
i want to add arabic lang to newspaper theme and support RTL
cause i wanna work on arabic content so plz add this feature as soon as possible
or give me a way to make my theme support arabic languages
many thanks
I took a look at the Error_log file and saw you grow up too far. I looked up the error codes on the internet and forums, but I did not get a positive result. So I decided to write the error here.
If you are experiencing the same problem, can you please inform me? The theme managers are also happy to solve the problem.
Thank you
This a part of huge error_log file:
[06-Sep-2018 23:36:25 UTC] script not found:<script>
var tmpObj = JSON.parse(JSON.stringify(block_td_uid_37_5b91b9f88cc3d));
tmpObj.is_ajax_running = true;
var currentBlockObjSignature = JSON.stringify(tmpObj);
tdLocalCache.set(currentBlockObjSignature, JSON.stringify({"td_data":"\n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Erdo\u011fan: Erken se\u00e7im 24 Haziran’da yap\u0131lacak<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Zirve sonras\u0131 merak edilenler: K\u00fcrtler Suriye Ulusal Diyalog Kongresi’ne kat\u0131lacak m\u0131?<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">AKP S\u00f6zc\u00fcs\u00fc’nden Kandil a\u00e7\u0131klamas\u0131: Ordumuz ilerliyor!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Erdo\u011fan’dan Dolar hamlesi: D\u00f6vizleri bozdurun!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> ","td_block_id":"td_uid_37_5b91b9f88cc3d","td_hide_prev":true,"td_hide_next":false}));
tmpObj = JSON.parse(JSON.stringify(block_td_uid_37_5b91b9f88cc3d));
tmpObj.is_ajax_running = true;
tmpObj.td_current_page = 1;
tmpObj.td_filter_value = 12;
var currentBlockObjSignature = JSON.stringify(tmpObj);
tdLocalCache.set(currentBlockObjSignature, JSON.stringify({"td_data":"\n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Trump’tan Kuzey Kore konusunda ‘U’ d\u00f6n\u00fc\u015f\u00fc!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Suriyeli K\u00fcrtler ilk kez m\u00fczakere i\u00e7in \u015eam’da g\u00f6r\u00fc\u015fmelere ba\u015flad\u0131<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">ABD, \u00d6SO’ya verdi\u011fi deste\u011fi kesti: Tek m\u00fcttefik olarak SDG\/YPG mi kald\u0131?<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Rusya’n\u0131n a\u00e7\u0131klamalar\u0131 sonras\u0131: \u0130srail ve ABD’den ortak f\u00fcze savunma tatbikat\u0131!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> ","td_block_id":"td_uid_37_5b91b9f88cc3d","td_hide_prev":true,"td_hide_next":false}));
tmpObj = JSON.parse(JSON.stringify(block_td_uid_37_5b91b9f88cc3d));
tmpObj.is_ajax_running = true;
tmpObj.td_current_page = 1;
tmpObj.td_filter_value = 811;
var currentBlockObjSignature = JSON.stringify(tmpObj);
tdLocalCache.set(currentBlockObjSignature, JSON.stringify({"td_data":"\n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">OHAL’den sonras\u0131 i\u00e7in \u00e7\u0131kar\u0131lan yasada neler var?<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Beyninizi ya\u015fland\u0131rmaman\u0131z i\u00e7in dikkat etmeniz gerekenler<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">R\u0131za Sarraf mahkemede konu\u015ftu: \u0130ran merkez bankas\u0131na do\u011frudan para aktard\u0131k<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Kuzey Kore d\u00fcnyadaki en g\u00fc\u00e7l\u00fc bombalardan birini denedi: Hidrojen bombas\u0131<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> ","td_block_id":"td_uid_37_5b91b9f88cc3d","td_hide_prev":true,"td_hide_next":false}));
tmpObj = JSON.parse(JSON.stringify(block_td_uid_37_5b91b9f88cc3d));
tmpObj.is_ajax_running = true;
tmpObj.td_current_page = 1;
tmpObj.td_filter_value = 2241;
var currentBlockObjSignature = JSON.stringify(tmpObj);
tdLocalCache.set(currentBlockObjSignature, JSON.stringify({"td_data":"\n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">AKP’den ilk d\u00f6viz yorumu: Dolar \u015fimdi \u00e7\u0131lg\u0131n bir partide!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Be\u015f bankadan ATM anla\u015fmas\u0131: Art\u0131k bunlar i\u00e7in \u00fccret \u00f6demeyeceksiniz!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Erdo\u011fan d\u00f6viz kuru hakk\u0131nda a\u00e7\u0131klama yapt\u0131: Dolar 3.90’\u0131 ge\u00e7ti<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Cumhurba\u015fkan\u0131 Erdo\u011fan’\u0131n mal varl\u0131\u011f\u0131 a\u00e7\u0131kland\u0131: Borcu \u00e7\u0131kt\u0131!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> ","td_block_id":"td_uid_37_5b91b9f88cc3d","td_hide_prev":true,"td_hide_next":false}));
tmpObj = JSON.parse(JSON.stringify(block_td_uid_37_5b91b9f88cc3d));
tmpObj.is_ajax_running = true;
tmpObj.td_current_page = 1;
tmpObj.td_filter_value = 58;
var currentBlockObjSignature = JSON.stringify(tmpObj);
tdLocalCache.set(currentBlockObjSignature, JSON.stringify({"td_data":"\n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Saadet Partililere sald\u0131ran MHP’liler: Biz sizi HDP’li sand\u0131k!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">HDP ve \u0130Y\u0130 Parti’den Muharrem \u0130nce’ye giden oy oran\u0131: y\u00fczde 6<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Trump, Kuzey Kore lider Kim Jong-un’la g\u00f6r\u00fc\u015fecek<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">H\u00fck\u00fcmetten ‘Kandil’i d\u00fcmd\u00fcz edece\u011fiz’ a\u00e7\u0131klamas\u0131!<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> ","td_block_id":"td_uid_37_5b91b9f88cc3d","td_hide_prev":true,"td_hide_next":false}));
tmpObj = JSON.parse(JSON.stringify(block_td_uid_37_5b91b9f88cc3d));
tmpObj.is_ajax_running = true;
tmpObj.td_current_page = 1;
tmpObj.td_filter_value = 13;
var currentBlockObjSignature = JSON.stringify(tmpObj);
tdLocalCache.set(currentBlockObjSignature, JSON.stringify({"td_data":"\n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Tutuklu Suudi Prens 1 milyar dolar vererek serbest kald\u0131<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">‘TL bu kez Japon yat\u0131r\u0131mc\u0131lar\u0131n ka\u00e7\u0131\u015f\u0131yla de\u011fer kaybediyor’<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">‘Kanl\u0131 ay’ hakk\u0131nda bilinmesi gereken 5 \u015fey<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Erdo\u011fan: Erken se\u00e7im 24 Haziran’da yap\u0131lacak<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> ","td_block_id":"td_uid_37_5b91b9f88cc3d","td_hide_prev":true,"td_hide_next":false}));
tmpObj = JSON.parse(JSON.stringify(block_td_uid_37_5b91b9f88cc3d));
tmpObj.is_ajax_running = true;
tmpObj.td_current_page = 1;
tmpObj.td_filter_value = 7;
var currentBlockObjSignature = JSON.stringify(tmpObj);
tdLocalCache.set(currentBlockObjSignature, JSON.stringify({"td_data":"\n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Devlet Bah\u00e7eli: Bedelli olacaksa, 28 g\u00fcne ne gerek var?<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Ahmet T\u00fcrk: Ke\u015fke Demirta\u015f \u00e7ekilme karar\u0131n\u0131 almasayd\u0131<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">\u0130\u00e7i\u015fleri Bakan\u0131 Efkan Ala’n\u0131n Yerine Gelen S\u00fcleyman Soylu Kimdir?<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> \n\n\t<div class=\"td-block-span12\">\n\r\n <div class=\"td_module_7 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n <div class=\"td-module-thumb\">
<\/a><\/div>\r\n <div class=\"item-details\">\r\n <h3 class=\"entry-title td-module-title\">Muharrem \u0130nce’nin \u0130zmir mitinginde internet kesildi<\/a><\/h3>\r\n <div class=\"td-module-meta-info\">\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n <\/div>\r\n\r\n \n\t<\/div> ","td_block_id":"td_uid_37_5b91b9f88cc3d","td_hide_prev":true,"td_hide_next":false}));
</script>
Hi,
Do you maybe use RTL? The theme design will most likely not look properly if RTL is used. The theme does not support RTL unfortunately. It would require many modifications to make it compatible and display better in these circumstances. Sorry for the inconvenience.
Thanks
How would I make a query to get only posts with smartlist option enabled?
it just occurred to me that it may be an issue with using the ‘smartlist’ function?