Search Results for 'rtl'

Results from the Forum
balochistanpost
tagDiv Member

Hi,

Bogdan, I understand the theme is not RTL compatible. However, I have to an extent customized the theme and I am happy with it. I am only struggling to find the css class id for the menu header. Could you please provide me that?

Thank you.

Bogdan B.
tagDiv Staff

Hello,

Sorry but our theme is not RTL compatible. It will be much harder than simply changing the direction. Lots of elements have to be redesigned to position properly for a RTL environment. Sorry but there is no simple solution we can provide in this regard. If you cannot use the theme because of the missing RTL functionality we will be able to provide a full refund so you can pick another theme that can be used together with RTL:
https://themeforest.net/refund_requests/new

Than you!

balochistanpost
Participant
#0

Hi,

I would like to change the direction of text on Header Menu.

I have tried the below:

.top-header-menu {
direction:rtl;
}

But it doesn’t seem to work. I believe I am targeting the wrong id.

Thanks.

phanthanhan
Participant
#0

Hi,
In theme panel we have 5 iOS Bookmarklet from 76px to 152px and 1 favicon size 16px
I was uploaded all 6 but in Android it didn’t appear.
I came to WordPress Appearnce -> Customize -> Site Identity and uploaded another image in Site Icon

Now my favicon is replaced by a new image that i was uploaded in Site Icon
I don’t want that. I like my favicon and i need an Android Bookmarklet is different from my favicon.

How i do that? Anyone please help me
Thank you!

ctoweett
tagDiv Member

Hi Simion. This is a follow up to this topic https://forum.tagdiv.com/topic/custom-post-template-wont-show-smartlist/. I checked a post which shows as a smart list with default templates but the smart list end shortcode appears at the end in pure HTML. Maybe still this can be marked as an area for improvement in custom templates.

Prajwal Desai
tagDiv Member

Hi Catalin, how do we add button in the smartlist ?. If you look at the link that I sent, it shows smartlist + button. This is very useful for sites that showcase a app and provide download links for android / apple store.

purlp
Participant
#0

1. Can I add Ads in Smart list 5?
2. I want to disable the Image Pop-up when I click it?

Prajwal Desai
Participant
#0

Hi,

Is there any plan to add more smartlists to the existing ones ?.
For example like this one – http://demo.betterstudio.com/publisher/new-yorks-antiquated-steering-wheel-law-poses-roadblock-to-driverless-cars/

Prajwal Desai
tagDiv Member

Hi catalin, i am using auto ads throughout my site and i don’t think i am using double click ads. On header, sidebar,top,mid,bottom of the post are the ad codes placed.

I did some research and found that on the posts where i used “smart lists” the ads don’t appear in top, mid and bottom of post. If i don’t use smart list, the ads appear fine.

Example :-

Post with smartlist – https://prajwaldesai.com/sccm-technical-preview-1807-installation-and-features/

Post without smartlist – https://prajwaldesai.com/deploy-pulse-secure-desktop-client-using-sccm/

SPAREGmbH
tagDiv Member

Top of the Morning,

Thanks for the support.
I see the entire confusion i had because the smart list can not be incorparted into a Page which i was trying to do.
I somehow understood that i can download a template, asign my smart list to it. then save the short code of the “single post smartlist” element and use this element in my page design so i can display a smart list inside a page with my design

THIS DOESNT WORK. to everyone who is trying this. as it seems not to be intended to be used on a page.

HOW IT WORKS
Download template and style it the way you want to
Create a Post and make a smart list in the wp editor
assign the smart list template under post settings

now when you see the created smart list post you have all the other elements from the template inside it and yes your smart list.

i would have wished the “single post smartlist” element could be used in a page. So it would fit my design and taxomony of the website. not mixing posts and pages.

sorry it was my confusion.
Thanks for clarifying and explaining.

orrorea33giri
Participant
#0

I created a custom template for posts and I noticed that smart lists won’t work – is this a bug or a template limitation?

Thanks

NickDeBaerdemaeker
tagDiv Member

Solved it in the meantime, like so
<div class="post-title"><?php echo $td_mod_single->get_title();?><h1 class="entry-title"><?php if (empty(get_field('concertlocatie')) === false): ?><span class='location'><?php echo the_field('concertlocatie'); ?></span><?php endif; ?></h1></div>

with this css added

h1 {display: inline}

.location::before {
content: " - ";
}

so unless there’s another way around this to code it I think this works.

NickDeBaerdemaeker
tagDiv Member

Hi and thank you,

it’s http://v2.enola.be/2018/08/10/deus-2/

I have currently enclosed both pieces of code in a div like so, not sure if it’s necessary though.

<div class="post-title"><?php echo $td_mod_single->get_title();?><h1 class="entry-title"><?php echo the_field('concertlocatie'); ?></h1></div>

SPAREGmbH
tagDiv Member

hi there,
how can i select the “single post smartlist” ??
that doesnt show in my page builder?
thank you

NickDeBaerdemaeker
Participant
#0

Hello,

I would like to add a custom field (made with advanced custom field plugin) to the single post loop template 5.

The title in this instance is the name of the artist, where the concert location needs to be right after the title in the same style. Currently the location is added but on a new rule.

this is the code to call the custom field: <?php echo the_field(‘concertlocatie’); ?>

This is the location where I would like the info to be added:
<header class="td-post-title">
<?php echo $td_mod_single->get_title();?>

Is there a location where I can alter/add this to be displayed correctly?
currently I get this:

but it should become this

irfan.id
tagDiv Member

Oh.. I forget to add single smartlist block, problem solved.

But, after adding single smartlist block, the paragraph become one (it should be 3 paragraph actually), I use review template 3.

before use review template 3: https://prnt.sc/ki2vob
after use review template 3: https://prnt.sc/ki2vsc

here is the link https://irfan.id/whats-wrong-with-secretary-kim/

this is my current review template 3 https://prnt.sc/ki2xm1, only use single post smartlist.

Thanks

dvolatility
Participant
#0

I’m curious if there’s a way to put a stock market ticker next to the weather and date on my top bar. Thanks. Could I use the forex ticker option and use a different code? Like this

top bar for ticker

David
tagDiv Member

Hi, I used now:

.td-post-template-5 .entry-crumbs{
display: none;
}

It works because I’m using post template 5 for my smartlists. Thanks

David
tagDiv Member

Hi Catalin, thanks for your reply.

.category-x .entry-crumbs{
display: none;
}

To hide it by category id works quite well for regular posts but unfortunately, as soon as I add smartlists within this category, it doesn’t respect this CSS. Any tips on how to do this with smartlists? Thanks in Advance!

Bogdan B.
tagDiv Staff

Hello,

Our theme text always starts from the left as it is not a RTL direction. Please provide more details to what you mean. I cannot see any difference in the text orientation or position in the fitness demo.

Thank you!

spu
tagDiv Member

Hi,
Thanks, but the smartlist is in in ascending order and the last one is showing as first, number 5 and then it starts with 1,2,3,4,5 (again)

And this is happening in all smartlists on desktop when it we use smartlist version 1.
Please check.

  • This reply was modified 8 years by spu.
thalesbrandao
Participant
ad sense - topic
#0

Hello good afternoon. I’ve got adsense on the theme – and I can not display ads on every page of the site. They could navigate to observe – http://www.cidademarketing.com.br/marketing/
Are smartlist ads 6, 7 and 8 positioned where on the page? Hugs,

johndoe53
Participant
#0

Hi There,

I was using the SmartList template for a template. However,I want to set it up to prevent the user from clicking the next button until the page is loaded and the URL is updated. Currently, if users are clicking fast enough, it would appear that the user jumped from page 1 – 9 in the URL.

I love that it loads super fast which is important but I would prefer if there was some sort of 1 second delay before they could press it again.

Simion C.
tagDiv Staff

Seems to work now – https://www.screencast.com/t/AM9X0PDyRTl
It was probably caching or maybe browser cache that prevented the code from applying.

Simion C.
tagDiv Staff

Glad it worked. If you would have mentioned you wanted the login as well, it would have been helpful. To display the login as well it would be like this
https://www.screencast.com/t/EX7D1QEU

@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full,
.top-header-menu.td_ul_login {
display: inline-block!important;
}
.td-social-icon-wrap,
.td_data_time,
.menu-top-container li:not(.wpmenucartli){
display:none;
}}

Delete the previous one and enter this one, it should work.

Viewing 25 results - 726 through 750 (of 1,719 total)