Search Results for 'block'

Results from the Forum
pureglamtv
tagDiv Member

Thank you Alin,

it works great – only Block14 is missing…

Thanks V.

simchris
tagDiv Member

Just choose one of the modules/blocks that has an image with it.

see- https://forum.tagdiv.com/theme-thumbs/

  • This reply was modified 10 years by simchris.
andantesash
Participant
#0

How do I remove the yellow box that the date sites in? or change the colour of it?

I am using Block18 on the posts section on my homepage and the date is now appearing in a yellow box after I installed the theme.

Any help on fixing this would be great! Thanks

dailynews
Participant
BLOCK HOME - topic
#0

Hello,
in the blocks in the home how do I remove all the link near the block title?
Or how do I customize them?

These:
http://www.hosting.universalsite.org/image-aaaa-E603_56AA8DB8.png

thx

dailynews
Participant
#0

Hello
I chose the slider whose post have a given tag

how can I avoid in the other section/blocks those posts to appear?

Can I exclude by tag?

thx

Mela Rossa
Participant
#0

I have a way to add a extra class to a single block without use the extra class row?

mahmoudfathymohamed
tagDiv Member

I know that more people now are using adblockers .. but this is not the reason to drop CTR from 6% to (0.5% ~ 1%) !
there is a secret behind the manual caching or cloudflare i really don’t know .. i will test with a normal blog without a cloudflare and i will see the results.
Thanks Chris.

simchris
tagDiv Member

More and more people are using adblockers … especially now in ipad and mobile devices and new web browsers with built-in ad blocking.

If your CTR dropped dramatically by changing to cloudflare, then it may be related to that.

Simple way to test, go back to how you had your setup originally to see if it goes back up by NOT using cloudflare.

TheRadhaKrishna
Participant
#0

I want Sidebar perfectly as with this below image link style
https://dl.dropboxusercontent.com/u/55681588/reference.jpg

am giving reference website link

http://www.rajnikantvscidjokes.in/boys-werent-interested-till-18-says-sunny-leone/

i checked their code it is block 3 has module 6

<div class=”td_block_wrap td_block3″> has
<div class=”td_mod6 td_mod_wrap ” itemscope=”” itemtype=”http://schema.org/Article”&gt; style

but when am using block 3 i am getting module 1 so please help me

Thanks in Advance With Love & Respect my FAV Theme Team

INSPIRELLE
tagDiv Member

Dear Andrei, thanks for your reply.

I realize that the subcategories will appear, which is fine with me.

The problem is that articles from other MAIN categories (and their subcategories) are also appearing. I know about hiding certain categories, which I’ve done in other blocks, but if we choose one main category (and its subcategories) to be shown, we shouldn’t have to ALSO enter the category ID for ALL the other categories to hide them??

leonard
Participant
#0

Hello, Could someone pleas help me to disable the zooming animation on Grid1 Block? Is it possible to disable it? I am using Grid Style 1, the only one I like, but I do not like the animation.

I was testing the page on both Safari and Firefox where the animation is not visible, but when I opened the same page on Chrome, I saw this slight zoom in the photo.

Many thanks

bled7
Participant
#0

Ηello!

I’ve placed the below code according to the manual ( http://screencast.com/t/d8lpONYQZ ) but it doesn’t work.

<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘);?>

Can somebody help me?

cristiandark
Participant
Block 15 - topic
#0

Hello, is there any way to add the post name below each post at block 15? Thanks

gaby
tagDiv Member

Thanks Alin for your answer but:
the fonts are correctly loaded after css stylesheet loaded. The only problem comes from wp-booster which wants to include inline style declaration into the template (that’s cool to avoid css blocking rendering) but in the wrong way.
The wp-booster generated code refers to relative path to fonts (css/fonts/..) whereas the code snippet is generated on every pages (on page1, browser will try to load url/page1/css/fonts/font.ttf and on page2 url/page2/css/fonts/font.ttf). That’s insane.
Precisely it’s td_css_buffer.php::on_wp_header_render_header_css function that includes fonts declaration.

How can we avoid fonts to be caught by this “add_to_header” optimization?

Catalin
tagDiv Staff

Hello abccom,

Please try to display your .gif image using some text widgets from Wp panel and see how it works for you. Simple, copy paste your image code in text block widget. -> http://screencast.com/t/gko9kHzZ

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello neakriti,

This error comes up in the search/block 21/module 16 when a post has no featured image set to it. This is the case because the search uses the default WP thumbnail. We are working on a fix for this and until we can implement it, you can use this workaround:

You need to edit td_config.php and add this code:

td_api_thumb::add('thumbnail',
array(
'name' => 'thumbnail',
'width' => 150,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Big grid 1, 3, 7 - small image'
)
)
);

It should look like so: http://screencast.com/t/RTkWKH6me
Basically, you are just adding another thumbnail to the list in between the existing ones. Then the error will not display anymore.

Hope this helps and let us know how it goes!

Thank you for the message!

Andrei L.
tagDiv Member

Hi

The background color for the site can be changed from theme panel > theme fonts: http://screencast.com/t/eQVGhx9bF0A Also you can use this css in theme panel > custom code> custom css to change the title color from posts deiplayed in slide block: http://screencast.com/t/x9wffdb1

.td_block_slide .entry-title a{
color: red;
}

Thanks!

Andrei L.
tagDiv Member

Hi

This images weren’t designed to be displayed on mobile devices: http://screencast.com/t/2SVGMmqsXhr I’ve checked your site and noticed that you have a css from theme panel which overwrite to default one in order to display those images. Try to remove this css, clear all caches and test again:

@media (max-width: 767px)
.td-doubleSlider-2 {
display: block;
}

Thanks!

Andrei L.
tagDiv Member

HI

The theme uses the WordPress thumbs cropping system and depending on image’s aspect ratio the result could be different, you can find more details here: https://forum.tagdiv.com/image-size/ and more details about cropping here: http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
There is not an ideal image size for all thumbs, and a way to find what image will fit best would be to do some tests depending what blocks/modules you use most add an image more nearest with aspect ratio of the thumbs in which you want it to look well. You can read more about aspect ratio here – http://digital-photography-school.com/aspect-ratio-what-it-is-and-why-it-matters/ and also this topic might help: https://forum.tagdiv.com/topic/ideal-for-featured-images-size/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css in Theme Panel > Custom Css and it will remove the gradient color, but it may cause issues to your titles, they are not fully visible on some images – http://screencast.com/t/A9Nda8D1U4Kehttp://screencast.com/t/N8NNPrvAVz2G

.td_block_slide .td-image-gradient:before, .td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before, .td-post-template-3 .td-image-gradient:before {
opacity: 0;
}

Thanks!

neakriti
tagDiv Member

I noticed that the block21 uses the module_16.
This calls the code
<?php echo $this->get_image('thumbnail');?>

while for block 16 that uses module_mx7 and module_6 use
<?php echo $this->get_image('td_218x150');?>
and
<?php echo $this->get_image('td_100x70');?>
respectively….

It seems that the “get_image(‘thumbnail’)” for posts without featured image causes the problem.

  • This reply was modified 10 years by neakriti.
Andrei L.
tagDiv Member

Hi

You can edit the block title from Visual Composer pagebuilder: http://screencast.com/t/RXhrQbKyhpdp
For more details about blocks settings please check this link: https://forum.tagdiv.com/block-settings-tutorial/

Hope this help.
Thanks!

neakriti
Participant
#0

Is it possible to scroll to the next post from the current one with infinite scroll?

That is when a reader finishes reading a post, ajax-fetch the next post and add it at the end? (same to infinite scroll when using blocks).

neakriti
Participant
#0

Hi, I noticed a problem with at Newspaper 6.6.4 with the Block21 in my site, when the post contains no thumbnail.
As you will see from the attached image, it displays the image that we use as non-thumb image, and then an error.

This happens at block21, for other blocks I haven’t noticed something.
I attach the same content in block16 to see that it doesn’t show up on other blocks

Catalin
tagDiv Staff

Hello slawtenko,

If you want to change the headings, you have to change it from the code. For H tag for the modules, please check the td_module.php file like this -> http://screencast.com/t/a0ruGic1WuAl and for title blocks please check the td_block_template_1.php file like this -> http://screencast.com/t/iBpnp1gvf9D

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 25 results - 32,101 through 32,125 (of 39,816 total)