Search Results for 'block'

Results from the Forum
Calin
tagDiv Staff

Hi,

That text is set there to have a prev on the content of the post in modules/blocks -> https://forum.tagdiv.com/excerpts-introduction/
So in order to have the Excerpt text in post you’ll need to make some changes in theme files.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

If this flex block is on your home page then I can not see it -> https://www.screencast.com/t/ZLrqVoOs9 pelase provide a link were I can fine it.

Thank you!

Calin
tagDiv Staff

Hi,

Please try like this, set the header logo in the same row/column with menu and display the logo from css to inline-block -> https://www.screencast.com/t/X2CiZQqgsZzh -> https://www.screencast.com/t/MwLYEzNhvC

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

If you are referring to this -> https://www.screencast.com/t/55VVgdN981 this is made form big grid flex 1 -> https://www.screencast.com/t/hw4XV1HR -> https://www.screencast.com/t/CMkUSqCv all you need to do is to try the settings for flex block until you get the layout you want.

Thank you!

r1kay
Participant
#0

Hi,

I made a single post template with the tagdiv composer and I noticed the related articles block loads the thumbnails in full size, regardless of image size selected in the dropdown menu (see screenshot: https://imgur.com/a/NXp92s9). I would like to add a smaller size to be loaded here.

I cannot find the related posts block settings in td_config.php. Where can I add this custom image size to the dropdown menu? Or what other file do I need to edit to make this block load other thumbnail sizes?

Catalin
tagDiv Staff

Hi,

Unfortunately, please notice that our theme does not have this such a thumb as availability (260×400px). The best solution, in this case, it would be to create a custom block, like block 24 but with your desired size for the thumbs. Try to use the API implementation for that and after you have created it, try to add it on the widget section. As a hint, you should follow the steps where block 24 has been made and replicate it for your custom block, changing the size for that. Here -> https://www.screencast.com/t/Nz9q7eYr9Zq you can see the list with the theme thumbs.

Let us know how it goes!

Thanks for your understanding!

mianasifsaleem
Participant
#0

hi there is you demo named fast news https://demo.tagdiv.com/newspaper_fast/ and in there there are unique desgin block above more read stories in the center how i can add those in my theme

Calin
tagDiv Staff

Hi,

The Big grid is for large space/width, and that is set a condition to be set on a row that have the fill width, and yes is resize, but in order to can resize it need to be on a full row.
You can try to use some normal blocks or flex blocks.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Why you are not using flex blocks, those can be set after your needs
-> https://www.screencast.com/t/Qdn7aLYPn
-> https://www.screencast.com/t/VjbG09vy4
I think this can achieve what you need without to be need to make changes in modules.

Thank you!

mrcharlesv
tagDiv Member

I’m sorry I was referring to adding blocks inside an actual post. I’ve used the cloud templates to add blocks in single templates previously however they are applied to all post pages that I assign that specific template to.

What I want to do is add a block lets say of all events and photos that are categorized to that particular venue. I don’t want these blocks to show on all posts only on that particular post about the venue.

So if I have 10 venue posts within each post I want to add events, photos, map affiliated only to that particular venue.

BYS
tagDiv Member

Hi Catalin
Perhaps I did not make it all clear, that it was in widgets I needed the block. And you are right about Flex Blocks, and if you had used link to visit site, you would have seen that I am already doing that. But no Flex Blocks in widgets – or am I missing something?!
Don’t tell mi to use Flex Block in sidebar as solution.

But thank you for the guide to API implementation, I will perhaps look at that, if I get the time.

Regards Tommy

  • This reply was modified 7 years by BYS.
dennis
tagDiv Member

The code you send me is for blocks, yet am talking about categories.

I have no issue with blocks/ modules as i have already set time ago on them.

As you can see on my previous reply I had send you illustrations and screenshots.

I need to display time ago on categories.

ebms
tagDiv Member

Hi Simion,

i updated Newspaper-Theme to 9.5 – and the slide works fine.

@custom field: i tried to check if value exist (https://www.advancedcustomfields.com/resources/the_field/) as shown in the example http://prntscr.com/mqh9nz – that works in Article Display Wiew M2 (http://s752582646.online.de/category/magazin/new-business) but not by using Block 4 in TD Composer (http://s752582646.online.de/magazin). But i have to check if value exists. So what can i do?

Thanks for your help

Anonymous
Inactive
#0

Refers to the following conversation: https://themeforest.net/comments/21535594

Hello, maybe someone can shed some light here. I noticed that the picture gallery on my page is not loaded correctly anymore. For example, with 2 or 3 layouts and with large and full size images, but the large version of the image is not loaded if you click on one of the thumbnails, which are loaded strangely, and in the console I get the error message 404 “Not found”, although it is the same link as from the media library. Hence my question: Is the problem only with me or has someone had the same experience?

I have WordPress 5.1 and php 7.2.14 and only minimalistic plugins, which I have already tested by deactivating them. Older galleries in posts also don’t work in the normal lightbox version anymore, but the TagDiv Slide Gallery is fully functional.

Try it out:

1. open Classic Editor or Gutenberg Editor with Classic Block
2. create a gallery with 2 or 3 layouts and don’t adjust anything else
3. test if your gallery loads the big picture when you click on a thumbnail

I hope for a resolution of the problem and thank you in advance!

Calin
tagDiv Staff

Hi,

Please read this topics:
-> https://forum.tagdiv.com/topic/change-contact-us-text-in-footer/
-> https://forum.tagdiv.com/topic/adding-mailchimp-sign-up-to-footer-block/

In order to set the Custom Newsletter Signup end of Posts you need to use tagDiv Cloud Library and get a single template fro posts, edit it and add the newsletter after content and set it as template on the post you want to have the newsletter at the end of post.
https://www.screencast.com/t/q2gIjC1shf
https://www.screencast.com/t/KIPle9tZ2

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Unfortunately I do not know the date when this update will be relist, but will be soon.
Please read this topic about Anti Adblock in WordPress – You Probably Need It, Here’s Why ->https://www.codeinwp.com/blog/anti-adblock-in-wordpress/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

1. Category tag on modules/blocks -> Category tag on modules/blocks

3. In order to show the date you’ll need to add some code in theme files, for example big grid 1 you’ll need to add in td_module_mx6.php this code
<div class="td-module-meta-info">
<?php echo $this->get_date();?>
</div>

wp-content/themes/Newspaper/includes/modules/td_module_mx6.php
-> https://www.screencast.com/t/zFMXvcwz
-> https://www.screencast.com/t/UqRiqrlB0JB
Results -> https://www.screencast.com/t/6VzZQHNby

Here you can see all the blocks from what modules are build -> https://forum.tagdiv.com/theme-blocks-modules/

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately ‘Posts loop’ and ‘Posts loop 2’ can not be filter like the standard blocks, sorry!
I think that the only way that you can change this will be to make some changes in theme files, and change the current filter ( “latest” ).

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

I solved your problem with search icon adding some custom css, but the problem with menu is still there -> https://www.screencast.com/t/sX9xZvwK if you try in incognito mode the menu will work -> https://www.screencast.com/t/EFpYiChk, so I thick that is cause by the cache plugin.
The code that I add in your mobile theme custom css
#td-header-search-button {
display: block;
}

Thank you!

Calin
tagDiv Staff

Hi,

Please try this custom css
-> https://www.screencast.com/t/i8dvX8wwFt
.td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, #bbpress-forums .bbp-pagination .current, .post .td_quote_box, .page .td_quote_box, a.vc_btn-black:hover, .td_block_template_5 .td-block-title > *, .td_outlined_btn {
background-color: lightgray;
}

Also feel free to change the color from light-gray.

Hope this will help you!
Thanks.

geraldinetay27
Participant
#0

Hi, how do I only show parent category in the post block?

https://www.dropbox.com/s/wk0ncer1z21b760/Categories.jpg?dl=0

gabemendoza
Participant
#0

Are you able to charge people to access featured content, or do you have it that you sign up only to view blocked content? I’m trying to have it where you can view content without signing up, but have certain content blocked for those who paid to sign up to view it. Is this possible? Also, I don’t see where you can actually sign up, just login, where is the signup page or link that should pop up with the login page???

parraparents
Participant
#0

I’ve just noticed that we are getting this error/ warning message across our site parraparents.com.au

Warning: A non-numeric value encountered in /home/parramother/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 326

I haven’t however updated any plugins or made any changes to the site in the last few days so not sure what has caused it or how to fix it.

Would really appreciate your help.

Thanks in advance, Kellie

efifarci
tagDiv Member

https://imgur.com/a/40pRxj7

As you can see, there is a preview of the article in my homepage. i want just modify the ammount of the words there are showed in the preview. i’m using newspapaer 9, and this is the tool named “block1”

Vincenzo_20
Participant
#0

I want to filter ‘Posts loop’ and ‘Posts loop 2’ block for category. It’s possible?

Viewing 25 results - 16,601 through 16,625 (of 39,816 total)