Search Results for 'smartlist'

    No search results were found in Documentation!

Results from the Forum
Diego Acero
Participant
#0

Hello, I would like to remove buttons smartlist 6 in the last page of the list. Is this possible?

or alternatively, you can make the list is infinitely repeat?.

Bogdan B.
tagDiv Staff

Hello,

Smart lists were creted to use the modal image by default so there is no simple way of turning it off as it is hard-coded in. You can however use a css trick to remove the link action:
.td_smart_list_2 .td-slide-smart-list-figure{
pointer-events:none!important;
}

Add this code in the theme panel custom css box. This will work on smart list 2. If you use another smart list you need to change the number of the smartlist in the code.

Thank you!

Diego Acero
Participant
#0

Hello, I would like to change the color of the box numbering of smartlist 6. Can you help me change the color? Exactly I want to change the current color by this color: # FF7800

Herewith the link of an article of my website and a glimpse specifying exactly what I want to change.

Website article:

12 Cosas cotidianas que no sospechas para qué sirven en realidad

Screenshoot:

https://www.hitviral.net/wp-content/uploads/2016/10/Screenshoot-hitviral.jpg

Bogdan B.
tagDiv Staff

I have also tested on mobile phones, not emulators as we know emulators are not trust-worthy…but I your featured images were present and I could not see any image issue. As for the bold tag, You must check the smartlist and see where it comes from. Access the backend and access text mode (html mode) and insect the tags and see if there is a bold or strong tag anywhere.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but our theme was created this way. This feature affects all smart lists, not only yours in particular. This implementation is the one that works best on all smart lists. When you click on the next slide, you will have to read it from top to bottom, not from bottom to top. Your smart list has a bigger intro that appears on all the slides but this is not the case with all of the smartlists. Different smart list styles do not use the intro on all pages so there will be only articles and it will be weird to click the next slide and not have the screen move to the top. You will have to do it manually and that is an even bigger frustration.
Our theme has no option to remove the scroll to top unfortunately

Thank you!

Bogdan B.
tagDiv Staff

Hello,

We are not aware of any problems with our login form. Please provide more details to what errors you are getting. or how the login form does not work /Please send us an email at contact@tagdiv.com and provide a usrname and password as well as a link to your site so we can take a look at this issue.

As for the smartlist ads, our theme does not have such an option to place ads in custom slides. You will have to place the ads manually in each slide you want using the adbox shortcode. You do this by creating an ad box element on a blank page and then accessing classic mode and copying the shortcode for the element and pasting it inside the smartlist content.

Thank you!

andzon
Participant
#0

Hi,

I cant seem to find the one i want in terms of smart list. Mind guiding me which folder do we need to hard code, and advise to do so?

This is the style I want, and the closest to it is style 3.

slashedbeauty
tagDiv Member

Also just noticed that some of my smartlists aren’t showing text under photos. See:

http://www.slashedbeauty.com/back-school-dorm-beauty-storage/

I have a paragraph of text written under the photos that aren’t showing up.

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!

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

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!

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….

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!

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?

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.

Bogdan B.
tagDiv Staff

Hi,

I made a few modifications to the code and it should move the image above the smartlist content. It will need further testing though. Here is the entire smartlist 7 code
http://pastebin.com/hCmLXDea
Simply replace all the code in the file with this one. here is he file you need to modify: http://screencast.com/t/71Mz57QXJf7
I hope it works well 🙂

Thanks.

Nano
tagDiv Member

“If for example you have an image inside an h3 tag that will mot likely break the layout as the smartlists need the h3 or the tag you set in order to create the titles.”

This might be the case with me and I will look into it. Thank you for all your valuable inputs 🙂

Cheers!

Bogdan B.
tagDiv Staff

Hi,

Different smart lists have different implementation. If a html tag is open where the smart list needs to add a title or the post template needs to add a featured image or a different specific element, then it will break on that particular layout. On a different one it maybe does not affect structural elements and the sidebar will not be broken. Try to find the html error and then test different templates again. HTML works in mysterious ways sometimes 🙂
It the smartlist titles you need to be extra careful about. If for example you have an image inside a h3 tag that will mot likely break the layout as the smartlists need the h3 or the tag you set in order to create the titles.

Thanks

gossiponthis
Participant
#0

I run a multi-author blog and it has recently come to my attention that any writer who isn’t an “Admin” cannot view the “Post Settings” section that shows below the editor box. (The area where you select a Primary category, input a subtitle, manage the smartlist theme, etc.)

One of my writers told me that he was unable to view those settings today, and he’s been able to view them before. I’m assuming that he hasn’t been able to see them since we upgraded to the 7.3 theme. Before then, he tells me he was able to see it. I know this because I’ve been having to select “Primary” categories for a lot of our writers for the past few weeks, and I assumed that everyone was just being forgetful and rushing to submit posts.

I was able to log into his account (and other accounts who aren’t Admins) and I was able to replicate the issue. If I log into an account that is a WordPress Admin, I can see the settings just fine. I’ve tried to login as an Editor, Contributor and an Author, and I’m still unable to see the post settings.

This is what I see as an admin:

This is what editors, authors and contributors see:

Also, to reiterate my point, I cannot even see the option of “Post Settings” in the screen options pulldown tab at the top of the post editor page:

Can someone else see if they can replicate this issue on their end?

Bogdan B.
tagDiv Staff

Hi,

You can prevent the css code from applying to any other parts of the site by adding the smart list class so the code will only affect the smart list of your choice. It is recommended to use it that way so the other parts do not get affected. Here is an example of how the code should look:

.td_smart_list_1 .td-sml-caption div{
position:relative;
top:-25px!important;
left:10px
}

You should add the .td_smart_list_1 class at the beginning of any code you want to use only on the smart list or another smartlist type you want to use. You can simply change the smarltist number and add the code so it will only affect the smartlist.
Unfortunately I cannot find a viable solution for the caption to be positioned on the left of the image. You can move the image but the caption stays in place. If you do not align it center, it will not stay on the image.
The only simple viable solution is to have it align center.
Ad for the images being clickable, it is the same on my end. This is not a default implementation of the theme as smartlists were designed to ignore caption links. Sometimes forcing things to display causes other issues. I will add this to our list for future updates and pass this information on to our development team so we can maybe add support for link captions in future versions of the theme. Sorry for the inconvenience.

You could try one more css trick though to remove the link from the images and only have the caption clickable:

.td_smart_list_2 img{
pointer-events:none;
}

As for the transparent grey backgorund you can use this code

.td_smart_list_2 .td-sml-caption div a{
background-color:rgba(0, 0, 0, 0.4)!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Yes, Smartlist 7 reloads the page when changing slides. There is no simple solution to move the smartlist 1 pagination.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the pagination cannot be moved on smartlist 1 as the code is created with protected functions but as an alternative you could use smartlist 7 and remove the top pagination like so: http://screencast.com/t/Ygv4Aahwf9ff
This way you will only have the bottom pagination buttons.

Thank you!
Bogdan B

Viewing 25 results - 276 through 300 (of 562 total)