Search Results for 'rtl'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

Sorry for the inconvenience but this is the way a smartlist works. It scrolls to the top of the screen because it will bring up a new list item that has to be read from top to bottom, not in the middle of the text or at the end of a text. It’s only logical for it to be that way. Sorry but there is no setting to change this behavior. This is how the element was built to work.

Thank you!

fathummus
Participant
#0

Hi
I have an issue when i selecting Style 7 in the post edit theme panel.
The feather image is not display
http://www.tgspot.co.il/lenovo-yoga-tab-3-pro-full-review/
http://www.tgspot.co.il/oneplus-3-review/

Please note: i can’t update the theme due to RTL issue. only need to fix this problem.

Thanks

dailyneeds
Participant
#0

Hi,

I enabled the mobile theme for my blog.

I see the smart list in mobile,it has prev next button.

If I click the prev or next button the whole page reloaded and the display goes to the top of the page.

I need to stay in the smart list

If it goes top of the page,then the user need to scroll down again.it irritates users

Thanks

gili
Participant
#0

Hey,

I know the theme doesn’t support RTL, but this is not the problem for me.

I have 1 site – dailybuzz.co.il – which i manage to move it to be RTL.
Now i have another site – isradog.co.il – which i uploaded the CSS file from dailybuzz.co.il to this site, but nothing changes. Everything is still aligning to the left.

For example this is the same on dailybuzz.co.il & isradog.co.il >>
.td-pb-row [class*=”td-pb-span”] {
display: block;
min-height: 1px;
float: left;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
padding-right: 24px;
padding-left: 24px;
position: relative;
direction: rtl!important;

In dailybuzz it works fine, and is isradog.co.il it doesn’t do anything.

Any ideas?

Thanks

NealWGN
Participant
#0

Hi there,

Loving our new website using Newspaper 6 (haven’t upgraded yet).

Our site is quite slow, partly due to the shared server, but also wondering if for a feee you provide a service where you configure the site, with the Speed Booster plugin etc (does that work OK with vs 6) ….

If you do – how much?

Look forward to hearing back.

Thanks, Neal

Bogdan B.
tagDiv Staff

Hi,

Yes, that is why I positioned it centered as there is no simple way of having it stay besides the image on smartlists. Aligning it center is a workaround in order to have it display the same way on all images as the center is still the center on all image sizes :).
The caption was not meant to be shown on smartlists that way as this is a custom implementation you have going on. The standard theme caption displayed under the images, not over them. I have looked into this the previous time we tackled this task but I could not find a viable solution for it, but unfortunately time does not allow us to investigate these things in depth. Sorry.

Bogdan B.
tagDiv Staff

Hello,

You can try to use this code for smartlist 7 for example:

.td_smart_list_7 .wp-caption-text, .td_smart_list_7 .wp-caption-text a{
position:relative;
margin-top: -51px;
text-align: left;
line-height: 20px;
margin-left: -8px;
}

But there is a problem. Your images are not all the same size and the caption is positioned in a fixed position. It will display different based on the image size and proportions.
You can try to change the positioning of the element using the css positioning methods of your preference:
http://www.w3schools.com/css/css_positioning.asp

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t come with rtl support, you will need custom modifications for a rtl site. Unfortunately the time doesn’t allow us to provide custom services at this time and if you wan to use the theme on a rtl site I suggest to hire a professional developer.
If you cannot use the theme, you can ask for refund here – https://themeforest.net/refund_requests/new and we will agree with it. Envato will refund your account and you will be able to find a rtl template.

Thanks!

nbiga samir
tagDiv Member

Thanks i can use it as RTL, just some trick to change in the theme panel; turn some sidebar from right to left and its done; you can check my website http://www.albanate.com, i just need to make float to left for some elements; but its ok; it work just perfect. My only issue is with Mobile theme, it need some adjustment you can check my website to see if you can give me some assistance please; the theme can work as RTL easily without adding anything to css. For the header i switch to center logo and it work fine, please can you help me to make it work with the mobile theme; i am preparing a tutorial on how to build an RTL website with newspaper; i just need your help with Mobile.

Thanks a lot

nbiga samir
Participant
#0

Hello;
I just install my RTL website; when i activate the Arabic language; the mobile theme doesn’t work with mobile phone like iphone 4 and iPhone 4s; it show only background image with the menu.

My website is http://www.albanate.com

Catalin
tagDiv Staff

Hello nbiga samir,

Our theme has no RTL support because it has been designed to be used in this layout, sorry!
Unfortunately, we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. Using the RTL mode means that lots of elements have to be adjusted and this thing involves custom work and we cannot provide this at the moment!
Please try to do a simple search of our forum and you will see that our team offers support only for theme related problems and which not require additional customizations. Please check again our support policy here -> https://forum.tagdiv.com/support-policy-2/

Thanks for your understanding!

rakhwanna
tagDiv Member

Hi,

So i can’t use 2 subheading ( eg: H2 and H3 ) for smartlist feature?

eg.

For breakfast you can eat

milk H2
img
descript

coffee H2
img
descript

Tea H2
img
descript

[td_smart_list_end]

for launch you can eat

meat H3
img
descript

bread H3
img
descript

potato H3
img
descript

[td_smart_list_end]

bla BLA BLA….

nbiga samir
Participant
RTL Arabic - topic
#0

i like this theme but .. there is option to RTL ? or how to make it RTL ?

Alin [tagDiv]
tagDiv Staff

Hi,

You can use smartlist templates, please check this tutorial – https://forum.tagdiv.com/smart-lists/
Or you can use post pagination on posts – https://forum.tagdiv.com/posts-with-pagination/ and modify it, check this topic as reference – https://forum.tagdiv.com/topic/pagination-5/

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have any RTL options. You will need customization services if you wish to make the theme behave properly in RTL mode. Sorry for the inconvenience.

Thank you!

T2N
Participant
#0

Hi team,

For posts using Smartlist 2, the inbody and footer ads don’t seem to display. Was the theme intended that way? Can you advise a solution on how to make them display (like in normal posts)?

argosmedia
tagDiv Member

LOL, I just couldn’t give up and decided to have one last shot at it. I looked at smartlist type 3 (because of the similar ajax style) and noticed that there is actually code in the td_smart_list_3.php file for bottom navigation. However, the bottom navigation doesn’t show up in the front end. I checked all browsers to rule out any browser issues, but none of them showed the bottom nav.

I wondered why there is bottom nav code that doesn’t work. I thought that maybe you guys wanted to have that code but couldn’t get it to work properly, and left it that. I decided to try and get it to work. I found out that after changing the div a bit the bottom nav showed up, and worked.

[follow below thread for the code]

argosmedia
tagDiv Member

Bummer… I also tried to move the smartlist 1 navigation to the bottom (or actually I want to copy it, so it appears both on top and bottom of the content).

I messed around with the td_smart_list_1.php file, but had no luck. I would really appreciate a flexible option to place the navigation on top or bottom or both. Would it be possible for you to create an alternative td_smart_list_1.php file so that we at least manually create such navigation?

Catalin
tagDiv Staff

Hello gili,

I have inspected your website and I saw that your ad is looking good, now. Please notice that you encounter some problems with the position of your ads because you are using the RTL mode and the theme has not been designed to be used in that mode, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello gili,

I have inspected your website URL and I did not saw the post with this type of ad, without sidebar. Please provide the specific URL link to this post so I can inspect it closer and also, so I will be able to provide a more accurate response. Also, I have noticed that you are using the RTL mode and as you can see in our documentation, the theme does not support the RTL and that’s why appears some issues.

Thanks.

Andrei L.
tagDiv Member

HI

Our theme don’t have support for rtl style and to achieve the desired result you will need some customizations in theme’s core files.
This is a very complex task which involve many tests and customizations in order to be completed. We can’t offer custom services at the moment so if you really need this and you’re not aware of the steps that must be taken in this regard my advice is to look for a developer to help you with this task.

Thanks for your understanding and for your message!

Nano
tagDiv Member

Perhaps you had used smartlist 7 code from the recently updated Newspaper version which contains retina image features ( few codes used to retrieve retina image ). So, first it didn’t work for me but then I changed the code a little and only moved this file to a new place ablve // render the pagination


//adding description
if(!empty($item_array['description'])) {
$buffy .= '<span class="td-sml-description">' . $item_array['description'] . '</span>';
}

$tds_smart_list_7_title = td_util::get_option('tds_smart_list_7_title');

// ad smart list 7
$buffy .= td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'smart_list_7', 'spot_title' => $tds_smart_list_7_title));

and it worked. 🙂

Thank you.

Few more thing.

Isn’t it possible to get things in under the list in the same order as it is written .

I mean, First I write the title in H4 and hence smart list will detect that a new listicle number has started . Now I write 2 sentences and then a image and then 2 more sentences. How can I get published list in the same order.

For now, it either shows image first after the title or at the end and bring all written text at one place.

How can I position my texts at different place? Suppose for intro, I want few texts before the image and for end, I want few texts after the image.

I hope you are getting what I am trying to say.

Thank you.

gili
tagDiv Member

As i worte before, I moved some elements using Direction: rtl, instead of Float: rtl. and it seems pretty good, also on mobile.

I’ll give it a try.

Thanks

Bogdan B.
tagDiv Staff

Hi,
Unfortunately our theme does not support rtl. I tested this on my end and the language also changes the wordpress direction. The issue happens on our end as well. If you require a rtl website, unfortunately you will either have to hire a freelancer to help you out with the modifications needed, or you can give it a shot your \self if you have the proper css knowledge. Sorry for the inconvenience.
Thank you!

gili
tagDiv Member

I didn’t change a thing. I installed the theme (with hebrew setting on wordpress admin – RTL). I did not do any modifications to the CSS file or custom CSS.

When i cahnges with wordpress language to English, everything was ok.

Viewing 25 results - 1,051 through 1,075 (of 1,719 total)