Search Results for 'block'

Results from the Forum
lazdim
Participant
#0

Hi,
Our client asked us to add 5 posts of another, car website.
The car website developers provided us with a .json file and we created a .php file.
Since there is no another way to add te content of the .php file, we created an iframe.
However, we loose the responsive design.
We would like to create something like a block to add our PHP code and add that block in the home page via tagComposer.
Here is our zip file which includes our PHP and CSS and here is our extra section we would like to add.

We would appreciate your valuable help.

Thanks in advance.

singh1313
Participant
#0

Homepage can display only PRIMARY CATEGORY post in every single Category block. for eg. in national category Block only posts can display which have PRIMARY CATEGORY is national.

mkguide
tagDiv Member

Figured it out thanks to this article: https://forum.tagdiv.com/block-settings-tutorial/

Thanks

mkguide
tagDiv Member

Figured it out thanks to this article: https://forum.tagdiv.com/block-settings-tutorial/. Thanks

ytre77
Participant
#0

Welcome. How to add post format icon after post title in blocks?

Catalin
tagDiv Staff

Hello brenbrinkman,

Please keep in mind that our them uses thumbnails for each block and that’s why each image will be cropped. The theme does not have any thumbnail full size, sorry! You should check our list of modules/blocks because there you will see all the thumbnails size and then you can choose from that list which you like. Please check here -> https://forum.tagdiv.com/theme-blocks-modules/ -> https://forum.tagdiv.com/theme-thumbs/
So, if you want to create another size for your thumbnails you should create a new custom block/module with API according to our documentation from here -> https://forum.tagdiv.com/td_api_blockadd/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Not all block modules display a read more button. In order to add such a button to a module that does not have it by default, it will require you to modify the respective module file. This is a similar topic with more information
https://forum.tagdiv.com/topic/read-more-button-and-cant-change-title-color/

Thanks

umoetteumoh01
Participant
#0

Hi,

I want to add block title on top my taboola widget on my post page.

https://www.today.ng/opinion/104283/2019-simply

Please help.

Anonymous
Inactive
#0

Hi,

Hope you can help me to solve the issue described in post #216185 and screencast https://www.screencast.com/t/Y4gaA8SjY.

1) First, I made a custom authors page including all author boxes: https://next.blue/auteurs
2) Then I made the custom author pages i.e. https://next.blue/personen/niels-van-den-berge

Now I want to link the author images and names from the author boxes in https://next.blue/auteurs to the author pages i.e. https://next.blue/personen/niels-van-den-berge.

What exactly do I need to change in td_block_author.php?

Thanks a lot!

Saikological
tagDiv Member

Awesome, that works like a charm, many thanks!

One additional question about this. We had white titles for the two top articles, which are shown in Big Grid 4. Is it possible to keep all other titles in the color grey, while keeping the titles for this specific block white?

Nils
Participant
#0

Hi,
i can’t add the social counter block. When i add it, first the save button load forever and when i reload the page it displlay this error message Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!

also i get some error in php logs :

these errors totally disapear as soon as i delete the social counter plugin

Thanks in advance !

Simion C.
tagDiv Staff

Hi,

You could choose from the many theme demos, each one can be installed and provide a starting point
https://demo.tagdiv.com/select_demo/select_demo_newspaper
https://forum.tagdiv.com/installing-demos/
Or you can begin form scratch, use the theme composer and build pages
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Use blocks, grids, full grids etc to build pages how you want
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Check the Features menu in the live demo for more of the theme options. Let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hiding a block/column/row is possible, with the tagDiv composer. Simply click on the block in this case, which you want to hide on mobile
https://www.screencast.com/t/2cCpRkp3s9Q
Switch to mobile view and also access the CSS tab, scroll down and the setting is there
https://www.screencast.com/t/gtvxUqN5
Then that element will not be displayed on mobile. This will not work when the mobile theme is active, the composer cannot be used on mobile pages.

The post subtitle could only be changed with CSS code, there is no color setting for it at the moment. Try a code like this in Theme panel->Custom CSs
https://www.screencast.com/t/Dvyb3sdQvwH
Use the color you want in the code

.single .td-post-sub-title {
color: blue;
}

brenbrinkman
tagDiv Member

Hi Catalin

Regarding the pagination, I have pagination but its positioned to the left : http://www.screencast.com/users/brenbrinkman/folders/Default/media/3fe8c926-5ff7-4577-8bd3-9480e0dd19d5

I want it to be centered like this : http://www.screencast.com/t/QAeQwz7rcWA

Concerning the second question that is about thumbnail size. When I use block 4, all the thumbnails are being cropped :http://www.screencast.com/users/brenbrinkman/folders/Default/media/b2908467-2f26-4d93-bf53-58fa22f1d4b5

Is there a way to get the thumbnails full size?

I hope you understand the questions now

Thank you!

niclick
Participant
#0

Can I add read more button on “Block 4” posts? At the bottom of each post of course.

Thanks!

Screenshot – https://snag.gy/uXJA2T.jpg

Catalin
tagDiv Staff

Hello volitiondesign,

Please check if your AdBlocker is disabled, sorry! I have checked your website on iPhone X and Samsung S9 and the Ads works as expected, as you can see here -> https://www.screencast.com/t/0sA0yPCxwUaG

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

The admin-ajax is used by various elements of the theme. These are some similar topics in the matter that you can read:

https://forum.tagdiv.com/topic/admin-ajax-php-issues/
https://forum.tagdiv.com/topic/admin-ajax-php-bandwidth-hog/

Use for example fewer block types, remove pagination and ajax filters on the blocks so the requests to this file will be reduced.

Thanks

Simion C.
tagDiv Staff

Hi,

That block does not have a read more button, not all blocks/modules have a button like that. These are all the blocks that have a Read more button at the moment, and you can place on pages
https://demo.tagdiv.com/newspaper/block-12/
https://demo.tagdiv.com/newspaper/block-13/
https://demo.tagdiv.com/newspaper/block-20/
https://demo.tagdiv.com/newspaper/block-22/
https://demo.tagdiv.com/newspaper/block-23/
https://demo.tagdiv.com/newspaper/block-24/
Hopefully I mentioned all of them, you can see them all in the live demo however
https://demo.tagdiv.com/newspaper/block-1/
There is also now a flex block which you can design in many layouts
https://demo.tagdiv.com/newspaper/flex-block/
https://tagdiv.com/go-beyond-flexibility-new-flex-block/

Thanks

Catalin
tagDiv Staff

Hello brenbrinkman,

Sorry but I do not know what you want to achieve! The block pagination can be enabled from block settings from here -> https://forum.tagdiv.com/block-settings-guide/

Thanks for your understanding!

nurhandi
tagDiv Member

Hi..

Thanks for the solution, have been resolv.

I have new problem, can i hide some block for mobile view? But not with mobile theme. Thanks

fakhri
Participant
Edit block - topic
#0

Hi, please refer this image Viralicious Hottest Delicious News Bite

How do I edit the file to make the order looked like the numbers I put in the image?

Thank you

Simion C.
tagDiv Staff
Bogdan B.
tagDiv Staff

If your images position strangely, please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thank you!

Catalin
tagDiv Staff

Hello bajwa,

You should simply add such a block with Infinite Scroll from here -> https://www.screencast.com/t/etcQ8ZvuYU

Thanks.

Simion C.
tagDiv Staff

Hi,

In addition to the WordPress created thumbnails, the theme will also create thumbnails when you upload images. These thumbnails will be used for theme elements like blocks and grids. You can disable the sizes you do not use if necessary
https://forum.tagdiv.com/theme-thumbs/
Then they will not be created anymore by the theme from the moment you disable the thumbs sizes.
Leave only the sizes you use if you want to display thumbnails on the theme elements used.

Plugins or other implementations could also create thumbnails, check what sizes those images are and compare with the theme sizes.

Thanks

Viewing 25 results - 20,401 through 20,425 (of 39,816 total)