Search Results for 'block'

Results from the Forum
Calin
tagDiv Staff

Hi,

If you want to set some code in td_block_10.php you’ll need to go in wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_10.php -> https://www.screencast.com/t/6XvDFXEQKy3

Thank you!

Rajvivan
Participant
#0

Whenever I am using link,Say name – ADAM JONES then Hyperlink is showing in Striked Format
Screenshot : https://prnt.sc/ndj3hp
Actual Blogpost: https://vizartpandey.com/block-bar-donut-chart-in-tableau/

Screenshot 2:https://prnt.sc/ndj43v
Actual Blogpost: https://vizartpandey.com/preppindata-challenge-s01e02/

Note: These are only Hyperlinks and no striked out tag is enabled anywhere

Sohaib
tagDiv Member

I followed all these steps. Please tell me how to resolve “Eliminate render-blocking resources” i have installed tagDiv Speed Booster” but Google page insight is still giving this error. Here’s the page link. http://www.wentdiary.com/top-17-things-to-do-in-oklahoma-city/

Also can u run the mobile friendly test plz?

swrightau
Participant
#0

I’ve updated to 9.7 and find headings in blocks are too large and bold. Examples below.

https://imgur.com/a/Ujv9xoD

I’m reverting back to a backup because there seem to be a lot of issues with this release that you’ve not picked up on in your own internal testing.

consensus
Participant
#0

I just upgraded to 9.7 and all page templates are now moved from the theme to the td-composer plugin. Here is the relative path:

td-composer/legacy/Newspaper/

Prior to the upgrade, all page templates were in the root of the parent theme:
“page-pagebuilder-title”
“page-pagebuilder-latest.php”

I want to override this page template from the child theme:

“td-composer/legacy/Newspaper/page-pagebuilder-latest.php” – “page-pagebuilder-latest.php” –

I created a folder structure in my child theme as such: “td-composer/legacy/Newspaper/” but the page templates in my child theme are not overriding the legacy files in the plugin.

How can I override the moved files to the legacy folder in the td-composer plugin from my child theme?

Please advise. Thank you!

digitalnoisestudios
tagDiv Member

I believe I found the issue. The new 9.7 update is incompatible with the ionMag Premium Blocks Red Pack and Grids Red Pack. Oddly enough, the Categories Red Pack works just fine. That’s super weird.

alifewithfaith
tagDiv Member

Why isn’t there a page in the docs which states all the shortcodes?
In a post Gutenberg world, we need to enter shortcodes manually into each post. Especially in “Smart Lists”!
There is no longer a ‘visual button’ in Gutenberg NOR is there any doc page telling the end user what all of the shortcodes are either.

So, we end-users have ZERO way to enter shortcodes anymore – we can NOT enter the shortcodes via the Gutenberg editor, nor can we manually type out the shortcodes because we do NOT know what all those shortcodes are either.

Can you please add those old shortcode parameters into blocks OR at minimum, please list out somewhere in the docs what all the shortcodes are?

frank-themes
Participant
#0

Hello, I updated to version 9.7 and I get this error: the thumbnails of the block are not shown. That could be happening? Thank you.

benjaone1
Participant
#0

Hi,

Ref from this thread: »https://forum.tagdiv.com/topic/cant-edit-some-blocks-with-td-composer/«.

I used the premade template from the beginning and now I would like to delete the blogs I can’t edit, those made with Visual Composer.

How do I Do this?

Thanks again!

PS: Very nice with the latest update!!!

Catalin
tagDiv Staff

Hi,

You can try to use the code below and place it in the THeme panel -> Custom CSS area.

.wp-block-embed__wrapper{
width:50%!important;
}
.wp-block-embed-instagram{
text-align: -webkit-center;
}

The result is here -> https://www.screencast.com/t/meow4oBp8zN

Thank you!

Calin
tagDiv Staff

Hi,

If you want to change the width of your sidebar on homepage you need to edit the homepage with tagDiv Composer, click on the sidebar row and change the row layout -> https://www.screencast.com/t/Rcncsbbk , but please use only flex blocks to work properly -> https://www.screencast.com/t/K9TNMNskct
For posts sidebar you’ll need to use a single post template from tagDiv Cloud Library edit it like in homepage and set it on posts.

Thank you!

finester11
tagDiv Member

I appreciate the follow-up, Catalin. But once again, your example is using the image as a background-image: attribute behind the block title, and I need to use the content: attribute along with the :after pseudo-class to place the arrow after the title. It works fine as I showed above if I write the rule generally for all .block-title instances. But I can’t seem to get the selector to work just for that one particular .block-title.

jansena
Participant
#0

Hi,

The css file of the theme is getting pretty large now, it’s 1 Mb now…
I do like the possibility to have several block options, and all kind of differents options of this theme. But is there any solution for make this a smaller one and I don’t mean a minified version. I mean I only use some modules, but 80% of the different kind of modules and templates I’m not using. So is there a smart way I can not load the extra css…

Or can you set up the whole thing differently… Load extra css, when you activate an option.
I liked the theme, but over the years this is getting too big.. and I would rather not change the theme.
Hope you have a solution for this.

Kind regards,
Arno

Calin
tagDiv Staff

Hi,

You can achieve this using tagDiv Cloud Library import a category template and edit it using tagDiv Composer and set what text you need and blocks.
Block settings guide ->https://forum.tagdiv.com/block-settings-guide/

Thank you!

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,

Why you are not trying to use the flex blocks, -> https://www.screencast.com/t/BBDb9xAa this will be more easy and you’ll not have problems when you’ll make a theme update.
If you still want to create a new block with new thumbs size you need to go in wp-content/themes/Newspaper/includes/td_config.php and set the code for blocks like in our documentation -> https://forum.tagdiv.com/api-thumbnail-introduction/ ( change the thumb size, the width and height for block)
-> https://www.screencast.com/t/vU7mu6g8o

Thank you for your understanding!

Catalin
tagDiv Staff

Hi,

I do not exaclty understand why this advice is not good for you because of the exact same do. When you are on the blocks (a block contains more modules) and when you click on posts from that block, that post will appear on the new tab. If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thank you!

Catalin
tagDiv Staff

Hi,

Please check the following screenshot and try to replicate the same thing from here -> https://www.screencast.com/t/UeAiJ5GI Here is an example for Craft Ideas demo which uses the same image to the block title section.

Hope this helps!

Thank you!

T2N
tagDiv Member

Hey Calin,

Thanks for your response. Just want to try your solution but when I made the theme update to 9.6.1 I can’t edit the blocks on the home page anymore from some reasons, check out this short video: https://www.screencast.com/t/Jr7BnnYpiLGI

Can I fix it somehow?

TravelDudes
Participant
#0

Hi,
I would like to add custom text to a category archive.
And it would be good to use the different content blocks to display and filter the right posts from sub-categories.

For example, a category & sub-categories are called:
Spain
– sights in Spain
– food in Spain

In the category archive I would like to add my own text with more info about sights & food in Spain.
Then in that content I would like to place a block filtering the posts with the sub-category “sights in Spain” and beneath the food text the posts with the sub-category “food in Spain”.

Where & how can I do this?

Thanks!

yeeloon
Participant
#0

Note: Cross-posted from: https://themeforest.net/comments/21809639 as I don’t really know how to implement the suggested answer from tagdiv.
*****

Hi there,

I need some help to add a new thumbnail size (300×400) for my Movie’s poster. And I would to apply that new thumbnail size to Big Grid Full 4 block.

Can you advice how is it possible to do just that?

Thanks in advance, yeeloon

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!

finester11
tagDiv Member

So, I had a little different thing in mind…and it’s *almost* working, but I’m pulling my hair out here. LOL. https://www.hownottosail.com/wp-content/uploads/2019/04/Pasted_Image_4_16_19__09_15-copy.jpg

It works perfectly in Inspector to say:

.td_uid_7_5cb55c653a7ce_rand .block-title:after {
    content: url("https://www.hownottosail.com/wp-content/uploads/2019/04/podcast-arrow-e1555420046659.png") !important;
}

…but it doesn’t work in Theme Panel CSS.

I *can* get *every* block title to display the arrow after but doing this:

.block-title:after {
    content: url("https://www.hownottosail.com/wp-content/uploads/2019/04/podcast-arrow-e1555420046659.png") !important;
}

…but I can’t get it to work with the specific .block-title only.

I’ve tried both ::after and :after, using double, single, or no quotation marks around URL, http vs https, you name it…

What am I missing here, Catalin? Thanks!

  • This reply was modified 7 years by finester11. Reason: added steps taken
Calin
tagDiv Staff

Hi,

In order to edit the Trending Now please edit the page with tagDiv Composer, click on Trending Now -> https://www.screencast.com/t/wPILFQLrwH

The Most Popular and Hot News are widgets set Page Builder + Latest Articles + Pagination in sidebar -> https://www.screencast.com/t/WufyFRpI7Yp

Block settings guide ->https://forum.tagdiv.com/block-settings-guide/

Thank you!

HENNI
Participant
#0

Hello,
I worked on the homepage of the site with TD Composer.
The home page is displayed very well on the computer.
On the other hand, on the mobile version I only have the last block (the last articles).
I also have this problem for the contact page, which is displayed on the computer but there is absolutely nothing on the mobile version.
Thanks for your help !
And have a good day!

Viewing 25 results - 15,926 through 15,950 (of 39,816 total)