Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You can do that in the composer – https://forum.tagdiv.com/block-settings-guide/ Edit the page with the tagDiv composer and set a color for the background of the block titles
http://prntscr.com/n69c6k
Widgets also have the setting – http://prntscr.com/n69crs

If you want them all the same color at once, there is a general setting in the theme panel
http://prntscr.com/n69dp9

The option in the composer will have priority over the setting in the theme panel.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe I understand what you mean, but I don’t know how that will be possible unfortunately. Filtering the entire page with a switcher is not possible with a theme setting, each element that can display posts will have it’s own filtering and sorting and will display the content accordingly. Maybe creating different pages with different content would be a solution.

Also an ajax menu can be set for blocks to allow users to filter block content, this can display categories, authors, tags or a popularity filter – https://forum.tagdiv.com/block-settings-guide/

Sorry for the inconvenience.
Thanks

SALZBURG12
Participant
#0

I use a Flex Block with Category and a Tag filter. Is it possible to exclude a Tag from a category in another Flex Block? Hope it is clear what I need 🙂

Calin
tagDiv Staff

Hi,

The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

If you want to remove the padding only on post you need to use this code

.single .td-container-wrap .td-container, .single .td-container-wrap .tdc-row, .single .td-container-wrap .tdc-row-composer {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.single .tdc-content-wrap .td_block_big_grid_1,
.single .tdc-content-wrap .td_block_big_grid_2,
.single .tdc-content-wrap .td_block_big_grid_3,
.single .tdc-content-wrap .td_block_big_grid_4,
.single .tdc-content-wrap .td_block_big_grid_5,
.single .tdc-content-wrap .td_block_big_grid_6,
.single .tdc-content-wrap .td_block_big_grid_7,
.single .tdc-content-wrap .td_block_big_grid_8,
.single .tdc-content-wrap .td_block_big_grid_9,
.single .tdc-content-wrap .td_block_big_grid_10,
.single .tdc-content-wrap .td_block_big_grid_11,
.single .tdc-content-wrap .td_block_big_grid_12 {
margin-left: 0;
margin-right: 0;
}

If you want to apply the code only on homepage replace .single with .home

Thank you!

Calin
tagDiv Staff

Hi,

The Header of blocks is set using the h4 -> https://www.screencast.com/t/nC7EgRWwc only the title of post is set using h3 -> https://www.screencast.com/t/YUkhmO2px
Unfortunately there is no settings in theme to change those, you can change theme only manually in the theme files, but when you’ll make an update you’ll lose all those changes if you can not make theme in a child theme.

Thank you for our understanding!

Calin
tagDiv Staff

Hi,

Please check our documentation for Excerpts -> https://forum.tagdiv.com/excerpts-introduction/ set in theme panel the excerpt type on letters
Theme modules and blocks -> https://forum.tagdiv.com/theme-blocks-modules/
-> https://www.screencast.com/t/wswjFKIJ

If there is still a problem please provide me a link were I can inspect it and some more details.

Thank you!

jamiesharpe
tagDiv Member

Sure – so here is the screen shot of Block 66 on the TD composer – I’d like to replicate how the meta info is slightly set into the image: https://www.screencast.com/users/jamie2129/folders/Default/media/83fc6bc4-394e-4c90-896f-6833ee134a83

Here is a screenshot of when I import that template and use my own post. The meta info is barely set into the image, and I don’t know how to move it further into the image: https://www.screencast.com/users/jamie2129/folders/Default/media/1d84c575-8903-44ce-9d3e-49673383f5df

My url is pinkluggageabroad.com. Please let me know if you need further information.

AndreyBalashov
Participant
#0

Hi,
I’d like to use a block of 4 columns in a row with a text on the thumbnail. Big Grid Flex 1 seems perfect for this job but I can’t find how to add a header. Header feels quite intuitive and logical for any block though I can’t find it’s settings. Would you be kind to help me to locate it?

Sophie
Participant
#0

Hello, I would like to be able to add an external link to a featured image in a post – I do not want the post to “open” – I want visitors to be able to go directly to an external site when they click on the featured image (which is displayed in a block) I would be very happy if you could tell me how I can do this.

Thank you

aditya58singh
Participant
#0

I am using block 21, Big Grid Flex 6 and Big Grid Flex 1, I want to change td-module-title h3 to h2 on the front page as H2 is an important tag. How to change that?

Calin
tagDiv Staff

Hi,

In order to set latest post on homepage you can set the page templates to Page Builder + Latest Articles + Pagination -> https://forum.tagdiv.com/page-templates-2/ or you can use tagDiv Composer with tagDiv Cloud Library and set a post loop in page -> https://www.screencast.com/t/azCGYslFi

Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Let me know if you have more questions!
Thank you!

prasad
tagDiv Member

Hello Simion C.

Thank you for the replaying.

Please check the screenshot, I need the colour for each block

https://www.screencast.com/t/uPRBhIWQ

Simion C.
tagDiv Staff

Hi,

Block pagination is displayed only below the block content, it cannot be made to appear to the left/right of the block. I could make it look like this – http://prntscr.com/n5wi9m

.td_block_15 .td-ajax-next-page {
float: right;
}

Regarding the color that you mention, I don’t quite understand what you want to do. Some more details would be helpful. Let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

A long term solution with modifications in the composer files does not exist unfortunately. Modifications would have to be made each time the theme is updated.

One solution would be to add those posts in a category, create a category for this or use one of your existing ones. Then filter the block by that category.

If this is not possible, maybe copy the post ID field content in a text file, make the modifications you want (add, remove post IDs) then enter it in the field again.

I am sorry for this inconvenience, I have added this as a request on our list. Maybe for a future update a definitive solution will be found and implemented.

Thanks

Calin
tagDiv Staff

Hi,

If I understand correctly you want to remove the padding from mobile view
-> https://www.screencast.com/t/c3vplIQFg
If this is what you want to achieve you need to add this custom css in Theme panel>Custom code>Advance css> Phones
Here is the custom code
.td-container-wrap .td-container, .td-container-wrap .tdc-row, .td-container-wrap .tdc-row-composer {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.tdc-content-wrap .td_block_big_grid_1,
.tdc-content-wrap .td_block_big_grid_2,
.tdc-content-wrap .td_block_big_grid_3,
.tdc-content-wrap .td_block_big_grid_4,
.tdc-content-wrap .td_block_big_grid_5,
.tdc-content-wrap .td_block_big_grid_6,
.tdc-content-wrap .td_block_big_grid_7,
.tdc-content-wrap .td_block_big_grid_8,
.tdc-content-wrap .td_block_big_grid_9,
.tdc-content-wrap .td_block_big_grid_10,
.tdc-content-wrap .td_block_big_grid_11,
.tdc-content-wrap .td_block_big_grid_12 {
margin-left: 0;
margin-right: 0;
}

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

Hi,

So you have imported the homepage of the demo with the cloud library, or install the demo? You can edit the respective homepage regardless, with the tagDiv composer. Modify the elements you want as needed, then save it
https://tagdiv.com/tagdiv-composer-page-builder-basics/
https://forum.tagdiv.com/block-settings-guide/

Depends on what this design is, what exactly you mean by importing design in the page. Some more details about this would be helpful.

It is true that uninstalling a demo or installing a new one will remove what has been imported by it. A full demo install with content imports demo posts, categories, menus, logo, images, theme panel settings, and in some cases a stylesheet. These will all be removed/reset when uninstalling or installing a new one. Your own created posts, menus, etc will not be affected, just the demo content.

Please let me know if you have more questions.
Thanks

Calin
tagDiv Staff

Hi,

The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

There are some blocks that have thumbs like 16:9 -> https://www.screencast.com/t/yRPYMOlBt4eI -> https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Also you can use some flex blocks, those can be set -> https://www.screencast.com/t/8mixJv0vEZ5 ->https://tagdiv.com/discover-flex-blocks-customization/

Thank you!

Catalin
tagDiv Staff

Hello,

If you are referring to the post view counts, notice that you can increase these values from the custom files from here -> https://www.screencast.com/t/faV0Erss0m but this will be available only on the post page. The theme does not have any such an option that allows you to display the posts view counts on the module blocks, sorry! If you want that functionality for the module, you can check the following useful topic from here -> https://forum.tagdiv.com/topic/how-to-show-postviews-instead-og-commentcount-on-frontpage/

Thank you!

Mission1
Participant
#0

I use a table of contents plugin which automatically finds h3 tags on the page and adds them.

Because the block headlines all seem to use H3 tags, it interferes with my Table of Contents.

Is there a way to change the h3 tags to h4, or remove the h tags completely from the block headlines?

Thanks,

Will

Further: I am using cloud templates, and trying to work with Block 15 for adding random posts to the bottom of my pages.

Calin
tagDiv Staff

Hi,

You need to try a custom css, something like this -> https://www.screencast.com/t/RIdByyPJ8
.td_block_7 .td_module_6 {
margin: 10px 0;
box-shadow: 3px -3px 4px black;
}

Set the code in theme panel>custom code>custom css

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

Unfortunately for the moment there are not many options for amp version, please check our documentation for How to Make an AMP Ready Website with Newspaper Theme -> https://tagdiv.com/amp-newspaper-theme/

Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

Default blocks and grids don’t have the options that flex blocks and flex grids have. Also default header styles versus cloud header styles (cloud header styles have an option for the category tag color – http://prntscr.com/n5tefg )

However this could be done with some CSS. For example this code should allow you to change the background color and text color for normal and hovered caetgfory tags in the header
http://prntscr.com/n5tgd0

#td-header-menu .td-post-category {
background-color:red;
color: yellow;
}
#td-header-menu .td-post-category:hover {
background-color:yellow;
color: red;
}

Use the colors you want in the code, then enter it in the theme panel custom CSS code section.
If you want to change it in other places let me know where and I will give you a solution. A link to the respective page and more details will be helpful if possible. Let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to create a multi-language website? That is possible using translation plugins. This way you can create posts in as many languages as you want, then website visitors can use a language switcher (most translation plugins have this) to change the language to see specific content.

The theme blocks, grids or any element that can display posts, will display the same content for all visitors. You can sort and filter them, but the content will be the same for all.

For example using the WPML plugin you can create pages for each language, with the content you want. When the language is changed the page will change.

Thanks

Viewing 25 results - 16,126 through 16,150 (of 39,816 total)