Search Results for 'smartlist'

    No search results were found in Documentation!

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

The mobile theme dopes indeed convert the smart lists to a single predefined one just as it converts the post templates to a single predefined one and the homepage to a predefined one. THi sis the impklementation the developers made. it is all presented here in this guide: https://forum.tagdiv.com/the-mobile-theme/
The smart list on mobile is not smartlist 7 but rather “mobile smart list 1” as you can see in the code: http://screencast.com/t/xRmQ7zS2Cp
It is a new smartlist created specially for the mobile theme. We do plan on adding more options to the mobile theme. It is still in it;s version 1.0 We are still gathering info about what users need on their mobile theme so it will require a bit of patience and we will implement more options to it in the future.
If for some reason you do not like the mobile theme plugin, you can simply deactivate it and use the standard responsive version of the theme. Our theme is already responsive without the mobile theme.
The mobile theme was created as an alternative to the responsive version.

Thank you!

Nano
tagDiv Member

Thank you Bogdan. You should be our prime mentor here 🙂 🙂

It worked as it should… But I am really disappointed that Andrei didn’t try to check and solve my issue 🙁

Anyways..few things are still unsolved –

As I have earlier too that I have done some customisation with ( image caption text/link ) to make it look better and it’s working really well with default post without smart lists and even with images uploaded externally on smart lists.

The code is:

.wp-caption-text a {

background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
display: inline-block;
padding: 0 3%;
}
.wp-caption-text, .wp-caption-text a {
color: #fff;
font-size: 10px;
margin-top: -28px;
text-align: left;
line-height: 20px;
margin-left: 3px;
}

Here is how it looks in smart-list-1:

Screenshot: https://i.imgur.com/hrL5MJr.jpg

But with internally uploaded there are two issues still left.

1. It doesn’t honor the above written custom CSS
2. The whole image is clickable and opens in the same after when clicked. the link is the one- we have written under “caption” to credit the source of the image.

Here is the screenshot : https://i.imgur.com/FfBwmOy.jpg

The example post is: https://tomatoheart.com/rishika01/23-girly-problems-men-never-understand/19/

You must be understanding that sending your visitors to the external site on the same page is never a good idea. So, please look at these two issues whenever you have time.

And please try to understand that these are universal issues with all the TagDiv theme users who want to use Smartlist the way I am using. So, please take this issue seriously for the benefit of the whole community.

Thank you very much 🙂

Intraprendere
Participant
#0

Hi,
how can i show the “previous” & “next” button used in smartlist article (like this) at the end of not-smartlist article (like this) instead of the numeric paging?

Thank you!

Bogdan B.
tagDiv Staff

Hi,

1) Different smart list types have a different implementation of the images. On smartlist 1 they will be left aligned, but on a smartlist 7 they will be centered. here are examples:
smartlist 1: http://screencast.com/t/8dXS2K8We8Dg
smartlist 7: http://screencast.com/t/g814ViUx

2) The smartlists are in a way predefined post stiles that have very different implementation from one another. There are no settings for them unfortunately so any change that needs to be made has to be made from the code. I;m not sure exactly why for gif’s the style does not apply. It’s the gif’s that display differently. The jpg’s display as the developer team intended them to. Try to add giphs from the media library not external sourcess as the implementation is different if you embed a gif

3) You can add videos inside a smartlist as there are no restrictions

4) You can add anything you want inside a smartlist as it only needs to be after a heading tag.The default is h3 Any content you add between to h3 titles will be shown in the smartlist whether it;s an image, text, video, gif, or all at once. It’s your choice what content you want to have.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme has no such option and css cannot do that so the only solution will have to be hard-coding it. You can use this code:

if ($current_item_number !=1 ) {
           $buffy .= '<div class="td-number-and-title"><h2><span class="td-sml-current-item-nr">' . $current_item_number . '</span><span class="td-sml-current-item-title">' . $item_array['title'] . '</span></h2></div>';
       }

to replace this code: http://screencast.com/t/IxWHwwXwaGKw

But there is one catch: You have to set the smartlist in ascending order for it to work. If you have it in descending order it will remove the last title instead. http://screencast.com/t/zRVBZSdea

Thank you!

Intraprendere
Participant
#0

Hi,
i love smartlist templates but i have a little problem.
We use to write a preface on our smarlist article and the only way to not show this preface on all smartlist page s is the add an H3 empty tag (e Fake smartlist bullet point) at the beginning on the articles.

You can find an example here http://intraprendere.net/2066/cerchi-unidea-imprenditoriale-noi-te-ne-diamo-45/

How can i hide the first “fake smartlist bullet point” ?

Thank you, i really love your work!
G.

gossiponthis
Participant
#0

Hi,

Let me first say that I love how fast the 7.3 theme is — especially the mobile theme. However, I’m not a huge fan of the paginated smartlist on the mobile theme. Is there a way for me to turn that off and just use the “smartlist 2” version of the smartlist theme?

I’m aware that turning the mobile theme off and using the responsive layout is an option, however, we have very specific reasons for needing to have a completely separate mobile layout from our desktop layout, so I would rather continue using the mobile theme if possible.

anuradha-goyal
Participant
#0

Hi !

I’d like to use variety of quotes shortcodes for my post. But where is the shortcode reference that will go in the text editor to display the ones shown in demo :

http://demo.tagdiv.com/newspaper/blockquotes-pullquotes/

In the text editor (Classic Mode), I only see video, smartlist and button shortcodes only.

How can I implement box quotes, pullquotes with left or right alignment ?

schindyguy
Participant
#0

I want to insert the content_inline adbox in smartlist 5

I found this thread https://forum.tagdiv.com/topic/need-help-about-block/#post-120048 where Caitlin showed how to add an adslot at the bottom of smartlist 5 by adding

$buffy .= do_shortcode('[td_block_ad_box spot_id="content_inline"]');

to /wp-content/themes/Newspaper/includes/smart_lists/td_smart_list_5.php

here: http://screencast.com/t/LTyumMT6

But that displays the adbox at the bottom of the entire smart list http://screencast.com/t/Zh2tB3lHL.

Where can I insert $buffy .= do_shortcode('[td_block_ad_box spot_id="content_inline"]'); in /wp-content/themes/Newspaper/includes/smart_lists/td_smart_list_5.php or another file so that the ad will only display after the first image item in smart list 5? For example on your smart list 5 demo: http://demo.tagdiv.com/newspaper/smart-list-style-5/ have the adbox appear only under the first imagel- please see http://screencast.com/t/pOMS6eKx0L45

Bogdan B.
tagDiv Staff

Unfortunately smartlists ignore this setting as each smartlist will create it’s own thumb no matter the medium, small or full sizes selected for images.
Different smart lists provide different results. For example a smarlist 4 will re-size images like so: http://screencast.com/t/NxUntVZq23e or smart list 3: http://screencast.com/t/2l0x7bmo1Uj9
The smart list you want to use simply uses the full image.
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,

The smartlists have no limit set to them. You only need to make the headings a h3 tag or the one you specified for the smart list. Please use this guide and check your headings again: https://forum.tagdiv.com/smart-lists/

Thank you!

shoguns60
Participant
#0

Hello,
i use Smartlist 6 for my articles, on desktop the ads are appearing on the top and bottom. but on mobile ads are appearing only on top 🙁 how to fixe that i want them to appear on the top and bottom.

An article from my site, you can view it on desktop and mobile to see the difference : http://everythingdogsandcats.com/2016/07/12/rescued-pit-bull-has-best-reaction-to-pizza/

Thanks

Bogdan B.
tagDiv Staff

Hello,
Please make sure you do not have those particular posts set as a smartlist. smart lists ignore ads. if this is not the problem, please disable all plugins except visual composer, clear cache and reset cdn files. Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately smart list 5 has no inline ads and they cannot be added without using code. The only smart lists that allow inline ads are smartlist 6, 7 and 8 which have designated spots in the theme panel ads section.
Thank you!

kdimas
Participant
#0

Hello, is it possible (without additional coding) to use top, inline and bottom article ad for Smart List 5?

This style is a long linear list, so it’s visually look like an article. But when I use this smartlist, I can’t get top, inline and bottom article ad to shown.

Thank you.

StephanieV
Participant
#0

They default to black but I’d like to change them to match my site’s colors.

Thanks!

Smart list

mrsky28
tagDiv Member

I also want the Top Post Ad to show in the smartlists. It’s not showing 🙁

mrsky28
Participant
#0

Hi TagDiv Team,

Thanks for bringing the new smart lists in the Newmag theme! Really love it! I have one quirk though, once I’ve set a post to be a smart list, the text becomes smaller (as seen here: http://demo.tagdiv.com/newsmag/6-facts-about-france/)

I want to have the default size for the post body to be applied on the lists’ text. I tried looking at the theme’s panel but couldn’t find the exact setting.

Also, how do I make the Back and Next more prominent?

Bogdan B.
tagDiv Staff

Hi,
It’s the same smartlist 1 for mobile: http://screencast.com/t/goY4dqkSN
It’s not the standard smartlist 1. It’s the mobile smartlist that is based on smartlist 1. It is a different smartlist created specially for mobile phones for better loading times. Every smartlist will be converted to this type with the mobile theme active.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
As I see it you do not use the mobile theme now. You have disabled the plugin so you have the responsive version of the site. AT the moment you have the same smartlist 1 on both mobile and desktop. Smartlist 1 is also the default smartlist our theme will fall back to if you use the mobile theme. There ill not be any smartlist 7 on the mobile theme. i have checked the link you posted but it’s still smartlist 1 so I can;t see any problem or any smartlist 7
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The mobile theme will convert your smartlist to the default one as there will only be 1 smartlist, 1 post template, 1 homepage layout, 1 header, 1 footer and so on. Please read more about the mobile theme here:https://forum.tagdiv.com/the-mobile-theme/
Your content will be converted for top loading speeds.
If you do not want to use the mobile theme you can simply deactivate the plugin.
Thank you!

netosk
Participant
#0

I need to do a smartlist (style 7) with a short introduction, but when I insert the text it appears in all lists.

How can I do to have the text only on the first item?

View post on imgur.com

View post on imgur.com

Kingbreak
tagDiv Member

Thank you, i asked my host and they were telling me that there are some server issues. They gonna repair it soon.

But i have another question. When i create a smartlist and i press ‘next’ to go to the second or third item of the list, everytime above the item my introduction text is being showed. I only want it be showed on the start of the list (on the first/entry page), not above every item of the list.

Is that possible?
Thank you in advance.

schindyguy
Participant
#0

When we use a caption on an image with a smartlist, the description of the smart list element disappears. When we remove the caption on the image, the descriptions appear for each element.

Have you guys seen that? Anyway to fix?

Thanks

Bogdan B.
tagDiv Staff

Hi,
Smart lists are very sensitive to html tags that are not closed properly. Pleas use only standard html inside a smart list and make sure you close all tags in text mode. It’s a good idea to re-create it from scratch when this situation arises as it takes too long to find the one tag that is not closed properly. Simply copy the text over in a new post and add your images. Then set your titles and check the smart-list again.
If you still have problems with smartlists, try to also disable all plugins except visual composer, clear cache and reset cdn files in order to rule out a plugin conflict.
Let us know how it goes.
Thank you!

Viewing 25 results - 301 through 325 (of 562 total)