Search Results for 'smartlist'

Results from the Forum
Niresh
Participant
#0

Any videos embed with Post 11 types are not showing in video sitemap, how can i make it work, also smartlist multiple pages are not included in sitemaps too how can i fix this?

Bogdan B.
tagDiv Staff

Hi,
You have to activate the comments from the wordpress discussion settings, then enable them in the theme panel: http://screencast.com/t/jpw99nqmV5fq and also check to see if they are allowed on the smartlist itself: http://screencast.com/t/OXpseoRc3Z
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you want us to help, please provide more details to what smartlist you use as the image you provided is from a mobile version of your site. Also specify if you use the mobile theme plugin or not, as the code is different.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The smartlists are very sensitive to open html tags. Please try to edit your smartlist posts in text mode and make sure the heading tags are closed properly. Open elements ten=d to break the sidebar.
Thank you!

sixeleven
tagDiv Member

Hi Bogdan

Understand that for all smartlists except #1. This one is the one I’ve chosen in the hope to generate impressions, as this one has unique URLs and all pages are able to load separately in a browser. If this can’t like the other, is there a way to realize that?

Thanks and best

six

Bogdan B.
tagDiv Staff

Hello,
This depends on the smartlist you chose. Smartlists do not generate different post views as they are part of the same post. The hits will only be counted on the first page of the smartlist.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This is the case with smartlists. Smartlists will ignore content ads. This is the way they were designed. If you use smartlist 6, please use this ad slot: http://screencast.com/t/2sQC33ldht
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect the smartlist. Please also provide a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I have tested smartlist 2 and it displays properly just like on our live demo: http://demo.tagdiv.com/newspaper/smart-list-style-2/
This is most likely a plugin conflict so please deactivate all plugins except visual composer, clear cache and reset cdn files. The test your smartlist again.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
For some reason the css does not apply to the other titles. Please try this without plugins. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then check the smartlist again.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
We have no reports of the comments being added as a list item inside smartlists. Unfortunately we cannot say for sure how the plugin behaves as we have not tested it. Lots of people use fb comments with our theme but it was never tested by us. You can try to disable comments altogether from the template files: http://screencast.com/t/YJQcLtnB (post style 5 is recommended to be used on smartlists)
Thank you!

five40
tagDiv Member

I am finally getting around to making my customizations.

The example you provided is very helpful and I think I am close.

However, I am attempting to add this to a plugin and it’s not working.

The purpose of my plugin is to add the content of one specific post to the end of all the posts on the site. I’d like to modify this so I can add choose one post to add to smartlist articles and another post to add to articles that are not smartlists.

This is my existing code that works on all articles:

function wmhb_filter_content1($content) {
	
	if(is_single()) {
		
	    $my_postid = 15304; // Enter ID of page to append
	    $post_object = get_post( $my_postid );
            $new_content1 = $post_object->post_content;
        
            $content .= $new_content1;
	}	
	return $content;
}
add_filter('the_content', 'wmhb_filter_content1');

This is my attempt at incorporating your example. This does not work- no content is returned.

function wmhb_filter_content1($content) {
	
	$td_smart_list = get_post_meta($this->post->ID, 'td_post_theme_settings', true);
	
	if (!empty($td_smart_list['smart_list_template'])) {
		
	    $my_postid = 15304; // Enter ID of page to append
	    $post_object = get_post( $my_postid );
        $new_content1 = $post_object->post_content;
        
		$content .= $new_content1;
	}	
	return $content;
}
add_filter('the_content', 'wmhb_filter_content1');

I realize this is out of scope for the support you provide but if you can assist me in getting this to work I’ll be very grateful!

  • This reply was modified 10 years by five40.
Navneet
Participant
#0

Hi,
I am trying to create post-Smartlist by using Smartlist liSt 2, and General post setting Style 5.

There is a gap coming between no. and name.

http://www.screencast.com/t/tOikZjh2FTey

arvindk
tagDiv Member

I am using Newspaper 7.0.1. I have found a problem with Adsense ads not displaying when I chose smartList layout for a post. Is this a known bug or is this something which can be fixed by tweaking some settings??

Another thing. Ok – I though it was worth trying to put Article Ads as shortcode in top and bottom of my post which had smartlist layout, as it didnt display ads in case of smartlists. Voilla I could not find a single reference to shortcodes in this so called documentation which eventually lead to this Forum!! All I could find is a word [shortcode] in https://forum.tagdiv.com/article-ads/, which says:
[shortcodes] – the spot will run do_shortcode() on the ad. Using shortcodes you can add adRotate ads to that spot. – What does this mean? Can you explain.

Where do I find a list of SHORTCODES this theme provides? Is it not worth considering to put a page somewhere which list all the shortcodes this theme provides?

I am a web developer with almost 10 years of experience in coding, still I am finding it hard to find solutions and helpful things in this theme’s documentations.

  • This reply was modified 10 years by arvindk. Reason: changed 7.1 to 7.0.1
Bogdan B.
tagDiv Staff

Hello,
The smartlists ignore article ads by default. The smartlists have their own ads you can set from here: http://screencast.com/t/Xh68vMvYU
The adsense can have any dimensions you specify it to have on the viewport you chose from here: http://screencast.com/t/Yoh2wkjKBI
Thank you!

Bogdan B.
tagDiv Staff

1) A child theme is not update proof unfortunately. The files will still have to be replaced and customization re-added if the file itself gets updated in the main theme. Think about it. A file gets updated with new code and you serve the old version from your child theme. It will not work properly. This is the thing about customization there is no update proof way of doing it.
2) Yes, you need to first copy over the child theme folder from the base theme archive and then create the same path for the file you want to customize as the guide shows.
3) + 3a: In that case you simply copy over the file from the root directory into the root directory of the child theme.
4) + 4a i;m not sure exacly what userpro should do as we have not tested it. I cannot provide any blind solution as I’m not sure what it is supposed to tie in. Sorry but we can’t provide any solution for this. In order to add the file to the child them, you need to maintain the file sctructure and create a /parts/header/top-menu.php in the child-theme folder
5) and 6) unfortunately these are untested plugins so we are not sure exactly where to add the code. Unfortunately this represents customization that falls beyond what support can offer you/
7) You can find the list of modified files here: http://tagdiv.com/td_deploy/Newspaper/changed_files_6.6_7.0.html Each of the files on this list were modified.
8) The mobile theme will not be affected by the child theme in the classical way as it uses a different file structure and different files. It will not use the same smartlist files as the desktop version: http://screencast.com/t/8ElxdYM2AlvV
8)a. There are 2 mobile versions now. One is the standard version and one is the mobile theme. Every setting for the mobile theme can be found here: http://screencast.com/t/fGer1I2jJzN6 so settings for the mopbile theme are made here. If you deactivate the mobile theme this panel will disappear.
8)b. I send you an email for it.
9) As I wrote above, you only need to create the file structure replicating the one in the main theme and copy your files there. As a note on the child theme all of the wp-booster folder will not work from the child theme. any modification to files in this folder will have to be made in the main theme.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
I ran a few tests with smartlist 8 and you simply have to add the code like so: http://screencast.com/t/Pw9wAyOwebA and the ad will show up: http://screencast.com/t/rmDwGhe2qxFs
Thanks.

ivanab
tagDiv Member

oh, I did that, I used it in the smartlist 8th, and I found why it was not showing. I still have an issued, that for some reason, it does not show on top of my article, but that one is not as important…

One cool thing for those smartlists would be to have page 1 out of 7 ETC, so people know where they are at.

Thanks for getting back to me.

Bogdan B.
tagDiv Staff

Hi,
In the method above I showed you how to place an ad in smartlist 7. if you change the smartlist, you will not have the customize the file for that smartlist as well. Use the method above and place your ad in the smratlist 8 file.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Yes, on smartlists that have pagination, there was an issue with the canonical URL that got fixed and now they should be indexed properly.
Thank you!

David
tagDiv Member

Version 7.0
improvement: better seo on smartlists

Does this mean each page of a smart list should now get indexed by Google?

aleks1111
Participant
#0

Hello,
I have 2 question:
how to change smartlist 1, slide to next in press to next in mobile?
and how to block the next button or slide, when the photos end up?

Bogdan B.
tagDiv Staff

Hello,
It depends on how you implement the adsense. The article inline ads will not display on smartlists as they were disabled for this type of post. For smartlists, the only ads that will display will be the ones from these spots: http://screencast.com/t/4OczslMm8R
Please provide more details to what ad spot you use and a link so we can inspect them.
Thank you!

five40
tagDiv Member

Hi Catalin-

I am already using is-single(). I’d like to specifically reference ONLY posts that use the SmartList format.

This is pseudo code…

is-single(format="smartlist")

I know that won’t work but if you could point me in the right direction I’d be grateful.

five40
Participant
#0

Hey guys-

I’m using a few custom functions to manipulate the output of some posts. I’d like to able to target posts that use the smartlist format.

What do you suggest as the best way to do this?

Is there an identifier I can add to this code block (or some other workaround)?

if(is_single())

Thank you!

Viewing 25 results - 351 through 375 (of 562 total)