Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Albert
tagDiv Member

Hello,

Ok, I understand. In this case, I think a grid gallery of images will be the best option to do this, with an external link to the advertising.

I have this link to taste things.

http://www.futbolday.com/prueba/

As you can see on the top right, I have included some pictures (banners) 100x70px and a yellow background to see the white space which is created. I would like to centre these pictures and separate them each other a bit more. The top size to the sidebar is 324px as you know perfectly.

Thanks

Albert
tagDiv Member

Hello Catalin

It´s ok. It works perfectly now.

Thanks

Albert
tagDiv Member

Hello

It´s ok. For example, do I have to copy this entire code in each custom ad? In this case, I want to display the ads in all devices, so do I have to copy four times the same code?

<div class="td-visible-desktop">
<!-- Your NON AdSense code here - this ad will show only on desktops -->
</div>
<div class="td-visible-tablet-landscape">
<!-- Your NON AdSense code here - this ad will show only on tablets in landscape orientation -->
</div>
<div class="td-visible-tablet-portrait">
<!-- Your NON AdSense code here - this ad will show only on tablets in portrait orientation -->
</div>
<div class="td-visible-phone">
<!-- Your NON AdSense code here - this ad will show only on phones -->
</div>

Thanks

Albert
tagDiv Member

Hello

It´s ok. The website is:

http://www.futbolday.com

I have three ads on homepage and also on sidebar. Thanks

Albert
tagDiv Member

Problem solved updating Visual Composer as you mentioned above.

Thanks Bogdan

Albert
tagDiv Member

Hello

I have finally solved the problem. I have set the same limit post number and offset posts. It seems that it works. Probably I was wrong, because you said to me that they had to be equal, but I didn´t understand exactly what to do. At this moment, I have the perfect configuration, so I will notify you if there is a problem.

Thanks

Albert
tagDiv Member

Hello

Yes, I understand that offset is used to avoid duplicity. It works great when I don´t filter any category, but when I introduce this category previously mentioned, it removes some posts and that´s exactly what I don´t understand.

As I showed above, I limit 12 posts by overall.

– block 18 (1post limited)
– block 2 (2 posts limited)
– block 2 (2 posts limited)
– block 2 (2 posts limited)* category X filtered
– block 1 (5 posts limited)* category X filtered

On the last two blocks is exactly where something wrong happens.

Thanks

Albert
tagDiv Member

Hello

It is not exactly what I would like. I don´t want any offset on block 18, I don´t understand the offset you have said to me. I suppose that there must be a relation between them and set an offset ordered.

Also, I don´t understand the difference between category X and Y.

I would like to set the block order that I said above.

Thanks

Albert
tagDiv Member

Hello, I have this order:

– block 18 (1post)
– block 2 (2 posts)
– block 2 (2 posts)
– block 2 (2 posts)*
– block 1 (5 posts)*

I want to remove a category from the last two blocks*, I just want to display the category on first 5 post, and then to be filtered. I checked the number of posts and it´s correct. If I don´t introduce “the category filtered”, everything works great, but when I filter the category, I lose some posts.

Thanks

Albert
tagDiv Member

Hello Catalin

I have understood now perfectly. I was wrong about the difference between post template style and smart list style, that was exactly my mistake. It helps me a lot.

Thanks

Albert
tagDiv Member

In addition to the last post, I have tried to change to smart list 5, but it already inserts a top image on post. I don´t know exactly the reason. I could insert a featured image previously but now it doesn´t work.

– If I don´t insert any featured picture, I can see that any picture is displayed on blocks. In theme panel, I have activated placeholder image and it shows a gray space without image, and if I deactivate this option, a blank space is shown.

– Is it possible to display a normal post image on blocks? (Without any featured image)

Thanks

Albert
tagDiv Member

Hello

It´s ok. Thanks for your detailed explanation, but what image appears on blocks when I haven´t a featured image set on smart list 2 or whatever post? Probably it´s a simple question, I have read all documentation about it, but I don´t know exactly how it works.

For example, if the first picture in the smart list 2 is showed on blocks or not. (not having choosing any featured image).

Thanks

Albert
tagDiv Member

Hello

Ok, I understand. But, if I don´t choose any featured image with smart list 2, which picture will be displayed by default on blocks? I would like to use smart list 2 in this case. Could I choose any of my smart list pictures as a featured image?

Thanks

Albert
tagDiv Member

In style.css file says v.6.6.5, so I suppose that the transfer has failed. I will try again, but I have already tried twice. I hope it can be updated correctly, because it´s really strange. I didn´t have this problem previously.

Albert
tagDiv Member

@PatWire I have read all instruction and all documentation about how to upgrade the theme and several ways to do that.

As @ned4spd8874 has said, there is an option in documentation which explains that you can overwrite the “newspaper” folder. I have done it five or six times previously without any problem, but I can´t update now. I don´t know exactly the reason.

Albert
tagDiv Member

Hello

I can´t update. I have downloaded the zip file as always, then I have overwritten the Newspaper folder but when I go to Theme Panel, the version showed is 6.6.5 and not the current 6.7.

What is going wrong? I have seen a folder “patch_6.6.5_6.7” with some files. Are these files which I must to overwrite?

Thanks

Albert
tagDiv Member

Hi Edward

Yes, it is another option to use.

Albert
tagDiv Member

Hello Edward

Put this code at the end of your functions.php theme file. Change the number you want and the taxonomy if you need. For example, I have changed post_tag and I have put ‘category’ to show category tags.

add_filter( 'widget_tag_cloud_args', 'tj_tag_cloud_limit' );
function tj_tag_cloud_limit($args){
// Check if taxonomy option of the widget is set to tags
if ( isset($args['taxonomy']) && $args['taxonomy'] == 'post_tag' ){
$args['number'] = 25; // Number of tags to show
}
return $args;
}

  • This reply was modified 10 years by Albert.
Albert
tagDiv Member

I have solved the problem.

Thanks

Albert
tagDiv Member

Hello

I don´t refer to any particular plugin. I refer to cloud tags widget which is situated in Appearance-Widgets. It doesn´t allow to change tags displayed. I suppose that this is related with WordPress and not with newspaper theme.

Thanks

Albert
tagDiv Member

Hello

Ok thanks, the code worked great.

Albert
tagDiv Member

Hello

Ok, I will try to use some of them.

Thanks

Albert
tagDiv Member

Hello

Ok, I understand. I will try to solve the problem hiring a developer or learning more about this topic.

Thanks

Albert
tagDiv Member

Hello

I have put the Custom CSS below this piece of code in style.css and it works. But, when I have installed Speed Booster many things on the website have changed. The issue that I mentioned before still happens and many other things like some blocks out of place, footer and breadcrumbs don´t fix correctly.

I have to say that I have removed the piece of code mentioned on tutorials (step 5.1), I don´t know if I have to do any other thing. I have seen on tutorial that there is a 5.2 step, which I haven´t done. Could be that the problem?

Thanks

Albert
tagDiv Member

Hello

Ok, thanks for information.

Viewing 25 posts - 1 through 25 (of 63 total)