Search Results for 'block'

Results from the Forum
Glitched
tagDiv Member

Hi Andrei,

Thanks for looking.

Which device did you use to check? As you can see, in the first screenshot the advert which is a 300×250 is constrained inside the sidebar (the one that says THINO).

The theme is failing to resize it accurately. If that was a Google AdSense advert, it would be against their policies as it is not being shown correctly.

Also, if you scroll down the page you can see how the post on Block 7 is being overwritten onto the sidebar.

I am using an iPad Mini.
Please let me know if you can see the issue?

Thanks,

Bogdan B.
tagDiv Staff

Hello,
There is no setting for this, so you will have to modify the theme files if you want to get the category tag up there. You need to edit this file like so: http://screencast.com/t/PBMaC2yR1H
And then you can use css to position it:
.td_block_slide .slide-meta-cat{
position:absolute;
top:1px
}

It will need further customization though as it will lose it’s style set by the theme.
Thank you!

Catalin
tagDiv Staff

Hello c.schwalm,

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.

I recommend you to change the module for Search from Theme panel, like this -> http://screencast.com/t/I0AmPRbybZZN

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello aph100,

Please notice that for Block 1, the smallest images do not have excerpts as you can see in our demo preview, here -> http://screencast.com/t/dWaldRk9r34 This is the default behaviour of the theme and if you want to change this functionality for this type of Block, you have to do some additional customizations through code which involve custom work. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hello,
If you wish to have a title for your text block, you can simply select a text with title option:
http://screencast.com/t/Ri2aRhO8ZESA
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The read more tag will not work with our theme as our excerpts on modules and blocks are custom made. The excerpts work differently than the wp ones. Please read the documentation of excerpts to see how to set them up: https://forum.tagdiv.com/excerpts-introduction/
Alternatively, you can type in a custom excerpt from this field: http://screencast.com/t/AX3LlnMq23k
Thank you!

Catalin
tagDiv Staff

Hello

If you want to increase the font size for your title block, you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.block-title {
font-size: 17px;
}

The result -> http://screencast.com/t/3hAo1aLr5

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response. Also, if you need more assistance in this regard, please provide your website URL so I can further inspect it closer.

Thanks.

simchris
tagDiv Member

If those are loops you’ve setup you can specify the label on the block editor. But not sure how to do that ‘per post’ …

simchris
tagDiv Member

That should pickup the category your news is in, however I think that might be based on the first alphabetical catergory post is under, if in multiple posts.

YOAST SEO added nifty feature (I think it’s YOAST who added this … sorry out of it today) to specify which category is “primary” … theoretically you could edit the blocks to pull that “primary” category for the labels. But no idea how.

(( I don’t work here … ))

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

kamoe
Participant
#0

I want to create a compact listing of news-related content, with no space for image.

The blocks available in visual composer only have “templates” where space is set for image and lot’s of space.
How could I create something more compact and simple?

News title 1
Content..
Content..

News title 2
Content..
Content..

Etc.

Shortcodes?

Volnus
tagDiv Member
shihivan
Participant
#0

dear sir
my website http://fx36888.com has some unexpected words : [td_block_social_counter custom_title="STAY CONNECTED" facebook="tagDiv" twitter="envato" youtube="envato"]

can you please help ? where can I remove these words

thank you very much!

xczech
tagDiv Member

I would like to edit block too. I need different image size. Can you help us?

farhananwar
Participant
#0

HI there once again,

i need to customize the block # 14 style. how can i do it in child theme. or in other words i want to rewrite the whole block# 14 with some css, php and javascript(bootstrap animation) customization.that it look and load the posts like the big grid Style #8 and want to add some sort of a like button and ratings.. image is attached for your reference

could you please help me..

Something like this

fajrialhadi
tagDiv Member

Okey i have some question. I want to make a style layout like nusantarapost.com

1. How To setup category in Blockhttp://prntscr.com/akl8ph
I want some category show in that block, not all category

2. How to make this block in sidebar – http://prntscr.com/akl8xa
How to make the block in sidebar and show the author of post.

3. How to make two block like this picture – http://prntscr.com/aklaaf

4. How to make both block like this picture – http://prntscr.com/aklbgf

4. how to create an image in the related post tidy as in nusantarapost.com?
Pict : http://prntscr.com/aklaoj

5. How to add this blog in sidebar when a post open ?
Pict : http://prntscr.com/aklawk

6. What size picture to make this thumbnail full with images ? – http://prntscr.com/aklbsv

7. How to setup widget in this footer – http://prntscr.com/aklc1p

Please help me and give the answer and solution.

Regards,
Fajri Alhadi

Gabo
tagDiv Member

nvm. I found this answer in the forum after more digging and it works:

.td_block_big_grid .td-module-thumb a:before, .td_block_big_grid_2 .td-module-thumb a:before, .td_block_big_grid_4 .td-module-thumb a:before, .td_block_big_grid_5 .td-module-thumb a:before, .td_block_big_grid_6 .td-module-thumb a:before, .td_block_big_grid_7 .td-module-thumb a:before {
background: transparent !important;
}

Aldemi
Participant
Bloc Text - topic
#0

Good morning my friends!

how to make these two models in the text block?

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

Thank you so much

magda
Participant
BIG GRID 3 - topic
#0

Hello,

congratulations for your theme. I have installed the default demo and i want
1) to manage the posts that will show in post grid 3. I tried with the posts ID nothing happened. Any help?
2) In news ticket and in blocks the words (“trending now” and “more” are wrongly translated in Greek. How can i correct that?
3) I cannot locate the Social, “Make it Modern”, “Latest Reviews” and “Holiday Recipes” Sidebar

Thanks a lot for your time.

aph100
Participant
#0

Hi
I am developing a new website and on one page – http://new.modburyteam.org/st-georges-church-2/ – the small pictures have no excerpt under the images. Can you tell me what I have done wrong please?

Thanks

Alex

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

sejpost
Participant
#0

Is there a way to count views, but not have it visibly show up on the page? Right now I have “show post views” off, but how do I track the views but not show the views?

———–
SHOW POST VIEWS
Enable or disable the post views
(on blocks, modules & single post page)
———–

INSPIRELLE
Participant
#0

Hello, since we downloaded the last theme update, we see that there is now a sorting drop down menu on each of our category pages (like this) http://inspirelle.com/category/inspire/ which we didn’t have before. I would be fine with this, except that we chose not to use the 7 day most popular sorting option because your documentation says that enabling this carries a slight penalty. What does that exactly mean? And if it carries such a penalty, which are we required to have this on the drop down menu?

I also found that the Most popular filter doesn’t work well for us. I have tried to use this filter option in other blocks on our website, but the most read articles didn’t necessarily show up in the sort.

Dhananjay
Participant
#0

Hello, I am willing to increase the font size of a few block title. How can I do that?
To be a bit more clear, I am not talking about the article title in Block, but the Block title itself as shown in the image below:

Jane Boursaw
Participant
#0

I just purchased Newsmag and am setting up the home page. I can’t figure out how to limit the number of posts on certain blocks. When I go to edit the block on my homepage “page” I’m creating, it doesn’t show me the bottom part of the “edit block” popup. And it will only let me tab down to the “sort order” under the “filter” tab. I *think there’s a section lower than that where I can set the number of posts for that particular block…? But I can’t get to it. Is there somewhere else I can edit those blocks? If so, I can’t find it in the main theme panel. I see “block settings,” but don’t see where I can edit each block and their specific elements individually

Also, on the homepage, how do I get my adsense ad at the top of the sidebar, when I’m using a block that spans the whole page down further?

Thanks much,
Jane Boursaw
http://www.oldmission.net

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