Search Results for 'block'

Results from the Forum
Catalin
tagDiv Staff

Hello noel-g,

Unfortunately, that color was not affected by the General Accent Color from Theme panel, sorry! If you want to change this color, you should edit each block and make this change from there -> https://www.screencast.com/t/no2KjFFyqtf

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you want to do. You want to show HTML code in the excerpts? That would not work, the HTML tags will be interpreted.

Module 15 where available to be used (not in blocks), will show the whole content of the post.

indro
Participant
#0

Hello,

I’m not being able to figure out why this is happening, please help me because the code doesn’t offer me a good clear sight of things and of the changes I want to make. See the pic -> https://drive.google.com/file/d/1czbLrLISLwq00xGcmcGR4tgDdJQvN9zd/view?usp=sharing

Simion C.
tagDiv Staff

Hi,

The thumbnails will be cropped center-top, not from the left
https://forum.tagdiv.com/featured-image/
These modules have predefined thumbnail sizes, they cannot be changed.

If none of the modules display the images properly, you could experiment with the cloud category templates
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
The post loop element used in category pages uses the flex module used in flex blocks
https://demo.tagdiv.com/newspaper/flex-block/
The module has options to change how it looks, maybe you can use those settings to design a module that displays the images better
https://www.screencast.com/t/ABiVG9r70

Thanks

Catalin
tagDiv Staff

Hello chazlight1,

Unfortunately, the theme does not have any such an option. All the available options for the filter can be found here -> https://www.screencast.com/t/ly7kHN8ZOK7 in the block settings.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

1. Try a code like this, it should work with the elements that are currently have in the footer
https://www.screencast.com/t/pj6wVrUJ

.td-footer-wrapper {
padding-bottom: 0px;
}
.td-footer-wrapper .td_block_wrap,
.td-footer-info {
margin-bottom:0;
}

2. How do you intend to use that plugin, what is it for? If you mean shortcodes provided by that plugin, enter them in test elements in pages, or post content for posts.

jessicaraleigh
tagDiv Member

ok sooooo I figured all of the above out… but the author byline is somehow missing. Turning it on or off in the theme panel post / block areas does nothing. I feel like I’m missing something really easy here lol

spexdj
Participant
#0

Hello,

I want to change the Post Title Colours on the blocks, i attach an image: http://prntscr.com/kd65ph

rox
tagDiv Member

We did apply stretch row in row properties through composer and changed color similar to the footer, though it still leaves a white band between the top menu and block 6 at the beginning of the home page.

esplota
tagDiv Member

Hi Bogdan,

We implemented the change, exactly as instructed with the category_id we want, check below

<?php echo do_shortcode('[td_block_big_grid_mob_1 sort="featured" category_id="1" ]'); ?>

And the mobile template simply omitted the big grid.

We tested other categories but no success. Any other idea?

Thank you!

WalnutHillDesign
Participant
#0

Everything is just the excerpts with all html stripped out. I need a simple blog feed/recent posts block that shows the html formatted post content. Sort of like Module 15. or is there a shortcode to insert Module 15 into a page? I only see block templates available to insert.

rox
Participant
#0

We installed video news demo without content, however, the top band of dark background didn’t show up on the featured blocks in the home page. We tried changing the background color of row css in the td composer that didn’t work. Any inline CSS or other files/configs to be changed as well ? Please advise how to get the dark backgound on the top of home page as we see in the post pages.

Daniele
Participant
#0

Dears,
I installed newspaper 8.8 and my website is gone immediately off line. I cancel all plugin e transfered again with ftp and the problem is the td-composer plugin.
I fallow the instraction on the webpage (https://forum.tagdiv.com/how-to-update-visual-composer-plugin/) but the site is gone off again and now I cannot find even the plugin folder in ftp.
I need a solution from an author but cannot find even the e-mail !
How to solve the problem? Web site cannot stay off line for that!

Daniele

NBak18
tagDiv Member

OK, I understand, but everything I tried for font size didn’t work…
Could you at least inform me which block is used for latest articles?

  • This reply was modified 8 years by NBak18.
Simion C.
tagDiv Staff

Hi,

I tried that in the CPT block and also in a normal block, the posts are duplicated with an offset of 0
https://www.screencast.com/t/0K5YhuIA5An
I never tried setting an offset of 0 before. Without this offset it works for me.

Simion C.
tagDiv Staff

Hi,

The title for the socials is to the left by default
https://www.screencast.com/t/7BSMFkqGv
You could try this code to align in center in it’s container

.footer-social-wrap .block-title {
text-align:center;
}

The icons are predefined, each social has a specific icon that will represent it. These cannot be changed by a setting.

Thanks

Simion C.
tagDiv Staff

Hi,

1. In the theme panel the thumbnail sizes are mentioned along which element uses them
https://www.screencast.com/t/Bgp6wElkwXd2
It would depend on what elements like blocks/grids you are using. So for example big grids will require bigger original images to be set as featured images.
The thumbnails will also be affected by image aspect ratio
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The same image will produce different results depending on module.

2. I see you use the Jetpack lazy load, try disabling that and check if the images are displayed properly
https://jetpack.com/support/lazy-images/
The theme already applies a lazy load, so there might be a conflict there
https://www.screencast.com/t/QjSh9cH1eb

4.The embed seems to adapt to the container it is in, it will take 100% of the available space. So the original image you used on Instagram of 460px would be stretched to fill the available space
https://www.screencast.com/t/qNWXlhm8C
So in this case that embed would look best if it was forced to display as auto size and maybe centered
https://www.screencast.com/t/vPobOmY3L

.td-post-content iframe.instagram-media {
width:auto!important;
margin: auto!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The element should also show the latest posts if you use that sorting. It would also depend from what category/categories you filter the posts. The elements will display latest posts from the category you choose.

So if the grid uses the same filtering and sorting as the sidebar block, the same posts would be displayed.
I could take a look, please provide a link to your website.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the author of those posts, this can be disabled for all modules/blocks in the theme panel
https://www.screencast.com/t/PEHHH2GGm1c

Thanks

Simion C.
tagDiv Staff

Hi,

What padding and block would that be exactly? Some more details or examples would be helpful. Maybe it is possible with some CSS.
Ad boxes can be placed in the page content in any location you want.

Simion C.
tagDiv Staff

I made a quick test with that plugin, it added the episodes post type. I added a few episodes
https://www.screencast.com/t/u6XYZpP2f
I then configured a block to show the podcast post type, using the load more pagination as well
https://www.screencast.com/t/exLyqAfVnYFg

The posts are not repeating for me
https://www.screencast.com/t/ReT9htv8fo
https://www.screencast.com/t/lpSvjXDqq
https://www.screencast.com/t/ska4HbH4g

Maybe the problem is elsewhere in your case, you could try to deactivate all other plugins, except theme plugins and the plugin. If you use a child theme that contains code or theme modifications, deactivate it. Temporarily remove custom code or functions added in the theme files directly.

I used the latest version of the theme in my test.

Simion C.
tagDiv Staff

So the problem is with the post title. I have also made an example
Posts with various article title lengths – https://www.screencast.com/t/kALYh30dt
Of course the columns will not be equal if the titles have shorter/longer lengths.

You can now choose and excerpt type in the theme panel
https://www.screencast.com/t/SeIpsdtfD
And set a limit for the title – https://www.screencast.com/t/DohscvnEL
That would limit the length for longer titles, directly affecting the height of the module.
Each module/block has excerpt setting, fine tune them according to your case.

That would be the only way of having equal height across all modules. A height limit does not exist per column or per module in our composer. They will be affected by the title and excerpt lengths, this will result in various heights.
By limiting them the columns will be equal. The limit can be set per module type and block in the composer, so each type of module in a block can have it’s own limit.

nikkib312
Participant
#0

In my top block section I use Big Grid 2 and have the sort order set to “Latest” but it is not showing my actual latest posts based on date. Yet, in a sidebar section I have called Latest Posts which is also set to “Latest”, the most recent posts are in fact showing up. Setting are the same but with different results. What might be the problem?

TheLuckyGuy
Participant
#0

Hi,

is it possible that I remove the center padding with the block in the middle and put it to the left side. That I can put on the right side an big skyscaper banner?

Here is an example of an newspaper: https://imgur.com/a/pASHAkX

mayaguez
Participant
Post Text - topic
#0

How do I “not display” the text under Posts in Home Page?
Example How not display all this text>
Yesterday, the US Department of Housing and Urban Development (HUD) approved the action plan outlined by the government for the use of $ 1,507 billion of the Community Development Block Grant-Disaster Recovery (CDBG-DR) . Despite that “vote of confidence”, HUD will not disburse the funds until the Ricardo Rosselló Nevares administration details the internal controls it will take to ensure…

under this article post> HUD approves $ 1,507 million for housing reconstruction

Only to display> Read More button

Viewing 25 results - 19,076 through 19,100 (of 39,816 total)