Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You could experiment with different image sizes until you identify the perfect results. It will indeed be dependent on image aspect ratio as well and modules used. The thumbnails the theme creates are cropped center top
https://forum.tagdiv.com/featured-image/
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

As a note, using flex blocks or flex grids may be easier to manipulate the images in pages. You can choose a size for the image and align it
https://www.screencast.com/t/nT4OfTw3

Calin
tagDiv Staff

Hi,

Please read this documentation about Meta Info on Modules and Blocks: https://forum.tagdiv.com/meta-info-modules-blocks/

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

You need to active the category tag on modules, in order to do that please go in Newspaper> Theme panel> Block settings category tag on Modules/blocks
https://www.screencast.com/t/xNDCGQ89gSfY
You need to turn on on this tow modules:
https://www.screencast.com/t/2bou4rse

See results: https://www.screencast.com/t/xdD6x6fwTDri

Thank you.

jk
tagDiv Member

Hello Catalin,

thank you for your reply.. this is not working

<?php echo do_shortcode (‘[td_block_1]‘); ?>

i have added the code as you said to loop-single-1.php but its not doing anything..
other option : to add the shortcode to post builder is working, but thats not the way we want to do it.
as we using childtheme is there a option to add the code
<?php echo do_shortcode (‘[td_block_1]‘); ?>
for every post using functions.php
cheers
jan

Calin
tagDiv Staff

Hi,

If you set in your post a excerpt then this will be show instead of body content, and yes the excerpt length form flex block 5 is for sowing the words from body.
https://www.screencast.com/t/ZSWmVy1fa
https://www.screencast.com/t/D4GIhCKX9Tkz

For the second problem just set the title and excerpt length after the short title and content body from flex block 5
https://www.screencast.com/t/dK1aJHZhGpu
Hope this will help you.

Thanks

Simion C.
tagDiv Staff

Hi,

Those are blocks and widget titles. Each block or widget can have the title you want. Simply edit the page with the composer and set the desired title
https://www.screencast.com/t/KaMikRJeM7AD
For widgets you can do the same in Appearance->Widgets
https://www.screencast.com/t/y5oLJVHB

Maybe these composer and block settings guides will be helpful
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-guide/

Please let us know if you have more questions.

Thanks

Calin
tagDiv Staff

Hi,

The theme make a thumb for each thumb module/block you have activate in theme panel.
Please read about this here: -> https://forum.tagdiv.com/theme-thumbs/

Thank you for your understanding.

Catalin
tagDiv Staff

Hello jk,

Unfortunately, the theme does not have any such an option that allows you to do something like this, sorry! If you want to edit the post structure, you can add the block shortcode under the post content inside the Post editor, when you edit the post, like this -> https://www.screencast.com/t/oCLtfowE79 and the result looks like this -> https://www.screencast.com/t/x9sssnUZwrb or another alternative in this case would be to edit the post template and add this rule for all the posts which uses a certain post template. (use the do_shortcode()). -> https://www.screencast.com/t/aNXkJGSVPL2z

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

There is no limit number for ads;
In order to add more Custom ad in theme panel you need to the file td_config.php from includes and td_block_ad_box.php from includes>shortcodes
All you need to do is to go in td_config.php on line 1773 and add as many Custom ad you need ( https://www.screencast.com/t/NpjrcemcnGnP in this example will add 6 and 7 ), after that look for the line 29443 https://www.screencast.com/t/Ujx6mMXQxmX
After that go in td_block_ad_box.php look for the line 433 https://www.screencast.com/t/ycLYFHZNhKtr after that look for the line 109 https://www.screencast.com/t/sj9MWUhz

Resultes: https://www.screencast.com/t/I7TR1Ly4
https://www.screencast.com/t/c2FwE7Ho
https://www.screencast.com/t/mUTKInXk04w
Hope this will help you.

Thank you.

cocktail
Participant
#0

Hi, please see attached image: https://imgur.com/a/usHXbWz
I would like to make the block title fonts and bg bigger on the homepage but not on the widgets title inside the article. I see that they are linked together, even in the theme panel if you modify the font or font size its going to affect the other widgets too.
Found the code in the source which is something like this h4. td-block-title but its the same as the text title from the sidebar from inside the article. Is there any solution to this? 😀

n1ck
Participant
#0

Hello,

I have just installed the woocommerce plugin (updated the NewsMag theme to the latest version) and I would like to setup the shop like it is in the demo https://demo.tagdiv.com/newsmag/shop/

How to do it?

Currently my shop looks quite basic – with blog side bar, no

WELCOME TO THE
NEWSMAG DEMO STORE

The Earth provides resources that are exploitable by humans for useful purposes. Some of these are non-renewable resources, such as mineral fuels, that are difficult to replenish on a short time scale. Large deposits of fossil fuels are obtained.

and products are not grouped into Featured product; Latest products etc.

Can you please let me know if there is a guide on how to customize the woocommerce?

Thanks

GBmediaiGT
Participant
#0

I upgraded from 7 -Newspaper 9 and did it across 3 themes. The first 2 went ok but the last one went all weird and the site is not looking as it should be.

Please go to http://www.igamingtimes.com and see what I am talking about. It should look same as http://www.casino-review.co (except top block under header)

Can you please tell me how i centre content and also make images in blocks take full container

I am also not able to change colours of post titles in the blocks as they are white except when scrolled over

thanks

imbob
Participant
#0

Hello, I am using the “Ad Blocking Advisor” wp plugin. It places a small message to users that have Ad blocking enabled. Currently it is above the “body tag” but it for some reason spawns above the top header menu.
I want this message to spawn inside, at or below this location http://prntscr.com/lb1j2l if an ad is not displayed, for that, I need the name of the global header ad element I think.
My website is https://gamerdiscovery.com if you want to see the message popup I’m talking about.
“Ad Blocking Advisor” settings

The name of the element or DIV that you want to prepend the banner notification to. The banner will show ABOVE this element. By using the body location, the banner will show above all your content. This may not be the best place depending on your theme. Typical values are: body or #content or .main-content, but you can place it where you want.

jk
Participant
#0

Hello Guys, i am wondering whether there is an option to modify post by adding block under the post except of more articles from user? Is there any option to modify post option in order to have infinite loop of more posts under the post?
cheers
jan

danielaprile
Participant
#0

Hi.
I am using the flex 5 blocks and I have a problem.
when I configure the excerpts segment in that block, it uses part of what is written in the main body. taking into account that there is a space dedicated to subtitles, can those subtitles be used to complete the “excerpts” of flex 5?

Another query:
if in the same row I put three block flex 5, but not all have the same length in the title, it generates a phase shift in the location of the photo. some are higher or lower than the rest.

I hope you can help me solve these two problems.

Thank you

lukferroni90
tagDiv Member

if it can help you, would appear to be patched (patched, not solved) applying css
Patch NOT APPLIED in order to let you see the bug, just to hel pyou focusing the problem.


.td_block_wrap:not(.horizontal-swap)  .td-module-meta-info {
flex-shrink:0!important;  
}

Hope it helps to fix the problem.

Catalin
tagDiv Staff

Hello remon1993,

Unfortunately, the theme does not have any such an option that allows you to enlarge the block thumbs, sorry! If you will make this, notice that the layout of the theme will be broken.

Thanks for your understanding!

noori020
tagDiv Member

Yes! I have all my menu’s now also on my mobile website. Thanks very much!

Should I open a new topic about the custom code? I asked these codes everywhere for help on different fora and also here when I was an absolute noob and had zero knowledge and now I am a little bit more smarter at webdesign and also know what HTML, CSS, javascript and php is.

Now I want to clean up a little bit, but I don’t know what these codes do.

Could you help me explain what these codes do so I can decide if I should delete them or keep them? Or should I open a different topic.

.menu-item-125 .sub-menu{
max-height:400px;
overflow:auto!important;
}

.category .td-page-title{ display:none!important }

.td_category_template_6 .td-category-header {
min-height: 400px;
}

.vc_tta-container .wpb_video_wrapper iframe {
height:100%!important;
}

.wpb_heading { display: block; }

remon1993
tagDiv Member

Thank you very much!
I’ll try to fix that favouriting thing another way.
Block 4 displays properly now thanks, though is it possible to enlarge the pictures in the block a bit?
I would like to make them as tall as they are wide, making them square.

Thanks for the help! :]

Calin
tagDiv Staff

Hi,

You can use ctrl+z to undo, but only you don’t save the page, in your case will not work to get back that blocks.

Please read this documentation about :
Homepage – How to build and set it
tagDiv Composer tutorial
tagDiv Cloud Library plugin

If you like/whant you can test tagDiv composer and tagDiv Cloud Library on this affiliate link-> https://affiliate.tagdiv.com/#/load/All

Thank you.

zepiter
tagDiv Member

Or in the homepage. I’m pretty sure I remove some blocks from the homepage with the composer and now wanted to put back.

Thanks

Simion C.
tagDiv Staff

Hi,


@remon1993
So you want to us big grid 4 to display posts, that will not be a problem. Notice that big grids don’t have any pagination.
Big grid 4 will display 2 posts – https://demo.tagdiv.com/newspaper/big-grid-4/

Only blocks have pagination, including infinite loading
https://forum.tagdiv.com/block-settings-guide/

From what I can see in the screenshot you provided that is a block, maybe you mean block 4.
The default limit of posts for blocks is set to 5, that is why there will be 3 posts on the first row and 2 on the second in the layout you have. Change the limit to 6 for example, to have an even number of posts
https://www.screencast.com/t/Msn5ZRXNv
Then if you set infinite loading for the block it will keep loading additional 6 posts.

The theme doesn’t have an option that would allow users to favorite posts in the modules. Maybe with plugins that could be possible, we haven’t test such plugins unfortunately.

The comment count can be disabled for blocks in the Theme panel->Block settings
https://www.screencast.com/t/xPatNqYGUp

@RSN If you have any issues and the answers above aren’t helping, please mention them, I will try to help you.

Thanks

imbob
tagDiv Member

Ty,
I decided to use Flex block 4. I now have a slight styling issue. How can I pull up the flex block header or widen it, so that the black line is in line with the facebook social button. See this screenshot http://prntscr.com/lanaam

Calin
tagDiv Staff

Hi,

Unfortunately the blocks (all blocks) need to be use just on this stretch of row https://www.screencast.com/t/zuMs14mP6Cnx .

But you can use a flex block, for example flex block 3 https://www.screencast.com/t/gG5RlakCU9 those blocks have more options.

Thank you for your understanding.

Simion C.
tagDiv Staff

Hi,

You could activate the unique articles for that page
https://forum.tagdiv.com/unique-articles/
That will make sure there are no doubled posts displayed, but note that if there is pagination set for the blocks present in the page this setting is not recommended.

That would be the only way to have unique articles across the homepage grids and blocks, with a pagination restriction however.

Thanks

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