Search Results for 'rtl'

Results from the Forum
Catalin
tagDiv Staff

Hello Albert,

Please notice that if you not set the featured image from your editor, you will not have displayed the featured image on your blocks. Any smart list you use, the featured image have to be set it manually from the editor. Please notice that smart list and post template is 2 different things. The Smartlist is part of post template. As you can see in our documentation, we have a lot of post templates, each with different characteristics (post template default, style 1, style 2, and so on…) The post template style 5 is the single one that does not display the featured image on the top of the post and because of this is recommended to be used for the smart list to avoid the duplication image. You have to use without problem the smart list 2 or smart list 5 with the post template style 5 set it from editor, like this -> http://screencast.com/t/2PsHrz92VVR

Hope this helps and let us know how it goes!

Thanks!

Bogdan B.
tagDiv Staff
azzronulation
tagDiv Member

Hey Andrei,

I can confirm that the correct Twitter name is being used in the user profile section as shown in your screen cap.

I’ll be sending you an email shortly.

Bogdan B.
tagDiv Staff

Hello,
Smartlists have a few predefined ad spots you can see here: http://screencast.com/t/6dxnTI5UF7
If you want to have a custom ad spot in one of the smartlists, you will have to hard-code it in the smartlist files. Every smartlist type has it’s own file: http://screencast.com/t/wVoP3FGfHN
For example on a smartlist 1 you can place an ad inside the file like so:
use this code: $buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
And use it inside the smartlist 7 file: http://screencast.com/t/AGeYGuG4OsdL
It will not work everywhere though as smartlists are very complex elements.
Hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can use this css, but do so on your own risk :
.postid-219 .td-main-content{
padding-right: 8px!important;
padding-left: 8px!important;
}

I have not provided this solution before as we never recommend changing the site width. This causes elements to not position properly anymore. You will have top be careful with the content position now, and keep track of this modification so if something does not position properly on your smartlist, you will know the cause.
You will need the post id to apply the change only to the specific posts you want. You can get the id like so:
http://screencast.com/t/eBhucmDHY

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please disable all your plugins except visual composer, clear cache and reset cdn. Then check your smartlists again. If the problem is still there, check the image captions and try to use simple characters inside them. If the problem is still there, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect the issue closer. Also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

For smartlists, you need to use post template 5 as instructed here: https://forum.tagdiv.com/smart-lists/
Another thing that can cause the double image is the photon option of jetpack. Please disable this feature if you use it as it is know to cause issues with our theme. And another duplication that we know of is the caption text. If you have special characters in your caption text, then it could cause the double image effect as well.

Hope this helps.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) You can change the excerpt length from the theme panel here: http://screencast.com/t/RHMTvEp2t. If you want to show a custom excerpt, that can be added from the post itself here: http://screencast.com/t/UZ9DzPCymB1
If you want to remove the excerpt in a specific category page, you can either chose a module that has no excerpt or use css to hide it by using the category ID like for example:
.category-102 .td-excerpt{
display:none!important;
}

2) The smartlists show the list title (h3 or h4 or what you set from here: http://screencast.com/t/3neYcsfG), not the picture title.

3) Unfortunately this can only be done with custom modifications but we have no easy solution for it as smartlists are very complex elements and are hard to manipulate.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
I tested this on my end but could not recreate the issue: http://screencast.com/t/FdgNjfcb8c6j
You can also check the live demo and see how the slider numbers display in the url:
http://demo.tagdiv.com/newspaper/smart-list-style-1/
Please provide a link to your website so we can inspect the smartlist itself.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately our theme does not support the sticky post feature. You can however use the block filter to specify distinct posts by ID: http://screencast.com/t/njuPfrtl so this way you can have specific post displayed in your block element.
Thank you!

Catalin
tagDiv Staff

Hello m3dawy,

Unfortunately, our theme has not been designed for RTL mode, sorry! Please notice that the theme does not have such an option to switch to this mode and also it is not a simple task to accomplish this. It is required to do some additional customizations in order to achieve as you want and this thing involves custom work. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom work at the moment, sorry!

Thank you for your understanding!

m3dawy
Participant
#0

hello ,
my site link : https://hakelmwateen.com/
site lang is Arabic
i would like to user my logo in right and ads in left so how to re-blase
and another problem ,
i want Main Menu in Right and search ico in left
and in all of my site i want photos to be in right and text in left
thanks

Bogdan B.
tagDiv Staff

Hello,
Unfortunately this issue is a known bug and we are working on a fix for it. This only happens on smartlist 1, 3 and 4. We are working on a fix for them and we hope in the next version we can implement it.
Until such time, please use other smartlist types that do not have this issue.
Sorry for the inconvenience.

VoZz
Participant
#0

Hey guys,

I have a problem with the smartlists. When a link is clicked in the smartlist post, it opens a new window as it should, but the original window also follows the link. So now I have two windows open that followed the link and no window with my own website.

When I change the post to a regular one, so no smartlist, it acts as it should, it just opens a new window and leaves the original one as it is.

I also have turned of all plugings, but this doesn’t help.

If you want to check it out: http://tinyurl.com/jaeugf5

You can see the problem in today’s test post and the post of February 25th. The other post I made today, the first one, also had the same problem until I disabled the smartlist, now the links work as you can see.

Please advice.

Amit
Participant
#0

Hi Tagdiv,
This is Very Urgent so please treat it on Prioirty One
1. Please give me the XML/demo of Newspaper with SmartLists, the one that we get to see in Themeforest.

2. Im unable to Use Smarrtlists at all, heres the thing
Problem Link

Im trying to Use Post Template 3 with Smart List Style 4 and Nothing happens,
Im unable to see any text on screen, but I have filled 1600+ words in the editor
No Matter what I try I cant see any outout

3. Using your shortCode methods I was able to modify files butI want to tweak it a little, please see the screenshot

Please this is Super Urgent
Thanks

Stoiljkovic
Participant
#0

BUG (Tested in Chrome latest, 1366×768, Example page: http://inserbia.info/today/2016/01/serbian-police-vs-arab-refugee-children/):

– Header Style 8 (Hybrid menu 2) – When sticky menu is turned on, when user scrolls down and sticky menu appears, the mega menu is floated left instead center. Also, default logo space size (i think it was 250px) goes over first menu item and prohibits hovering/opening of associated submenu.

– After upgrading (Newspaper 3 to Newspaper 6) and turning on Ajax for page view counter, all page views reset to 0 views (30K+ posts). It is not big deal for me, but still … Example page had 50K+ views.

IMPROVEMENT:

– There should be a notice (maybe there is a one but I didn’t saw it) that users cannot start video in video post if default post template (site wide) is set to Style 7. Currently, only featured image (video grab) is present but there is no video file to watch (upgrade from Newspaper 3 to latest). Check example page.

– Changing default post template for all posts and single post is great, but how about changing default post template category based? I.e. I really like Style 7, but it is not good for my Video category, so I want to change ONLY in category “Video” to be default post Style 1.

– There should be 1 more field added for posts (where source, via, … is) and that is Photo credits.

– It would be nice to have (on frontend) for each post: Date and time published, date and time updated, click to get shortlink (if shortlinks are enabled).

– Add AMP support for mobile resolutions.

PERVERSION:

– Add HTML5-based Text-To-Speech library so we can have “Read me!” button on front.

srampia
tagDiv Member

Thanks a lot for your help.

Your solution for Requests 2 and 3 worked good.

But for Request 1 did not help your solution.

My problem is this.
http://www.screencast.com/t/n7Gv70vt00Ye
Hier I have used Block 1.

Block 2 and Block 4 also had the same problem with space when used with two columns.
http://www.screencast.com/t/rTL72MqIflzA

As I have changed them to three columns, it is solved.
http://www.screencast.com/t/N3xXiQ96tM1O

It will be good if you could provide help for this problem

Bogdan B.
tagDiv Staff

Hello,
There is another thing that creates this issue and that is the photon feature of jetpack. Please disable it as this option is known to cause issues with our theme and your smartlist should display properly again.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Please provide more details as to what pagination you are refering to. If it;s a smartlist you are talking about then you need to use template style 5 as suggested here: https://forum.tagdiv.com/smart-lists/
Thank you!

zawayavision
tagDiv Member

ppsmaroc.com/temp

Hi again,
i follow all steps documentation to get full width row.

View post on imgur.com

My problem is that use a rtl css style for the theme, and when row is default every-things is ok.
But when is set the stretch row option = it’s taking full width but not centered in page (move to left) as seen :

View post on imgur.com

with css inspector i make a change for value “left” and it’s correct the bug, as seen :

View post on imgur.com

But the location of the css file is unknown, so were i can find the css file or how to fixe it?

tnx man

VoZz
tagDiv Member

Hi, little misunderstanding again, because I ended up there through the smartlist link that linked to the newsmag demo instead of newspaper. So the lines are actually in the newsmag demo. I mean the ones that seperate the different blocks from each other. For example the one between the main content and the sidebar.

Bogdan B.
tagDiv Staff

Hi,

Sorry about that I forgot the problem was on a smartlist. In this case, the best thing you can do is remove the sidebar. This way the post container will have a big enough width to implement 728 ads. http://screencast.com/t/Tp2fUBhEs8H

Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m not exactly sure what you men. Smartlist 7 already has article sharing above the pagination: http://screencast.com/t/HuZSOWtqTE8K
if you want to move the bottom article sharing above the smartlist pagination, this will be no easy thing as the smartlists are custom made and they do not qualify as a standard post. You will have to hire a freelancer to help out on this one if you truly need this customization.
Thank you!

Sandman
tagDiv Member

Hi again!
The problem was partly solved after enabling gzip compression as described here: https://forum.tagdiv.com/how-to-make-the-site-faster/

It became better, but still not perfect:
http://clip2net.com/s/3uPK81o

Can you give some tips how to make it better?

criticsunion
Participant
#0

Is there a way in which the ad can be placed above the image instead of below, which is the default setting in smartlist 6?

Viewing 25 results - 1,276 through 1,300 (of 1,719 total)