Search Results for 'block'

Results from the Forum
Calin
tagDiv Staff

Hi,

You can use a css like this one to set a global background image on header -> https://i.imgur.com/Hh9JLEh.png -> https://i.imgur.com/dEQzO54.jpg
.td-header-row {
background-image: url("set your image url from media library")
}

If you want to have a different background on homepage you can use this css
.home .td-header-row {
background-image: url("set your image url from media library")
}

on category page
.category. td-header-row {
background-image: url("set your image url from media library")
}

on articles
.single .td-header-row {
background-image: url("set your image url from media library")
}

You can achieve that block by using tagDiv Composer, edit the page -> https://i.imgur.com/5BROogz.png and add the elements you need -> https://i.imgur.com/vxEmTvt.png -> https://i.imgur.com/Wo74sVq.png => https://i.imgur.com/1coUVEh.jpg

Thank you!

steve@tvstrategies.com
tagDiv Member

Above, I meant to ask if I can use different background images **in the header** (which would be “behind” the header ad).

PS – Looking at some of the Newsmag demo pages… This layout can also work for me – https://demo.tagdiv.com/newsmag_cars/

How can I see which Newsmag blocks and elements were used in it? Do you have a diagram?

Thanks

#0

Hi – While I am using TD Composer to edit my pages, I can only see random characters in each of the Element blocks on my pages. I can only see what is actually in the Element blocks if I select the element and then “Edit Content.” I believe I am using Version 4.9.1 of Newsmag.

What the page looks like online – https://ibb.co/Nt0VcDH
What I see when I am using TD Composer > page editor – https://ibb.co/0qrK6zK

The behavior is the same on all of the pages of my site, not only this Home page. Am I missing an update that repairs this problem? What do I do next?

Thank you!

chicky365
Participant
#0

Hi
I am using the Most Commented option for a block on my homepage to show the most popular articles by comment. Is there a way to set a date restriction, otherwise the most popular commented articles of all-time will forever appear at the top.

I would like to restrict it to a number of weeks or months, so that other more recent articles will eventually appear in the list.

I would prefer not to have to exclude articles by ID, as this will end up taking more time and manual intervention to maintain.

mattemkadia
tagDiv Member

Hi Calin, we have multiple flex blocks accross our site, example CSS is

.tdi_95_a94 .td_module_wrap {
width: 25%;
float: left;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 18px;
margin-bottom: 18px;
display: flex;
}

Do we need custom CSS for EVERY flex block id? i.e. tdi_95_a94, tdi_98_b99, tdi_104_455?

Calin
tagDiv Staff

Hi,

If you use the Popular (Jetpack filter), you can not use other settings on that block-> https://i.imgur.com/H9rdOB8.png, because these options will not apply, will be apply only the filters from Jetpack.
You can check more about the sort an filters in our documentation from here -> https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Calin
tagDiv Staff

Hi,

From what I can see there is an admin-ajax problem too -> https://i.imgur.com/E6zn7Pl.png this may be the menu cause too.
Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.

Let me know the results!
Thank you!

slivertorp
tagDiv Member

Hi Calin,

I do have more than 40 articles since I imported the entire Influencer theme, so it should be fine.

In fact, please find below what I would need to achieve:

Home page = Different blocks + 6 articles + pagination
Example : https://tinyurl.com/y8oadhs3

Page 2 = shorturl.at/dM136 Just the header + a certain number of post + pagination
Example : https://tinyurl.com/vc5a7wd

That is really important to me. Thanks in advance if you can help me to get a similar look.

Have a good day!
Cheers,

Vlad S
tagDiv Staff

Hello !

You will have to edit the block using tagDiv Composer and you will see those options in the Layout tab: https://www.screencast.com/t/Ie3CknZYrxzn

Thank you !

Vlad S
tagDiv Staff

Hello !

Unfortunately we have not tested a plugin in this matter. And as mentioned above, you can create a brand new page which can be inserted as part of the menu:

Created a new page, added a flex block on that page, saved the page and copied the page id: https://www.screencast.com/t/8G5sOeiZ

In appearance – Menus, add the page and insert the page id: https://www.screencast.com/t/wOs54xcx345b

I hope this was more helpful !

Thank you !

Vlad S
tagDiv Staff

Hello !

You will have to contact your host and let them know that your admin-ajax.php is blocked either by firewall or the security settings.

Also please make sure that the theme requirements are met: https://forum.tagdiv.com/requirements-for-newspaper/

Thank you !

Calin
tagDiv Staff

Hi,

Please notice that the excerpt option is only on block and flex blocks, the grids do not have the excerpt option.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately for the moment the H tags can be change only on flex block -> https://i.imgur.com/CRGu03N.jpg on block title.

Thank you for your understanding!

jornalsaloio
Participant
#0

how to add sub menu to block, like seen on following picture: http://www.jornalsaloio.pt/wp-content/uploads/2020/02/Sem-nome1.png

AnthonyM
Participant
#0

I’ve got two Flex Block 2 elements in my sidebar with an ad in between. The first element is showing the 2 most popular posts based on Jetpack stats, the second element under the ad should show the 3th and 4th most popular element but is showing the same two posts while I put an offset of two.

MTBtravelhub
Participant
#0

Hi all, I’m completely new to both wordpress and my recently purchased Newspaper Theme, so please excuse me if this question is incredibly amateurish.

On one of my pages, I am trying to create a list of other pages (not posts), to appear as clickable photos with a title for each respective page. For example, If the main page accessible from the header is “Destinations”, I want that page to bring the user to a list of sub-pages which can be clicked on. For example, “Aruba” as sub page.

I am trying to figure out how to do this in Tagdiv composer. If I add an element, (say a grid or a block), it just randomly populates it with posts-not pages. I want it to populate with sub pages (and figure out how to selectively order them as well).

Thank you

Freddy Meynard
tagDiv Member

Do these file changes this still apply?
https://forum.tagdiv.com/topic/post_views_count/

I tried pasting the code below to the td_flex_block_1, in the main files, but it triggered an error.
<?php echo $this ->get_views(); ?>

Any pointers?

mattemkadia
Participant
#0

Hi Guys, we’re experinecing som elayout issues with Flex Blocks in internet explorer 11?

What should be a 4 column row isn’t display as a 4 column row, custom flex blocks module widths aren’t obeying the 25% property from the style sheet (it seems).

null

Any ideas?
Thanks

bmagique
Participant
#0

Hello,

how to add un excerpt on Big Grid Flex block ?

Thank you

bmagique
Participant
#0

Hello,

how can i add an <H2> on link text of a Big Grid Flex for example ?

This is to optimize our SEO

Thank you

Calin
tagDiv Staff

Hi,

You can achieve that on pages using the flex blocks, these can be easy customize.
Also make sure that you post have set the post format to video -> https://forum.tagdiv.com/newsmag-featured-image-or-video/

Hope this will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

For the text you can use this css code: .wp-block-button:not(.is-style-outline) .wp-block-button__link {
color: red;
}

Thank you !

Vlad S
tagDiv Staff

Hello !

You can have more customization possibilities by using the flex blocks as you can see here: https://www.screencast.com/t/emwJ8lH0h

Thank you !

bhcrow
tagDiv Member

thx for your effort with your custom css I did what i wanted to do with my block.

Hope to see new update soon as there are few bugs there which need to be fixed.

Calin
tagDiv Staff

Hi,

If you want to show the image only on home you can use this custom css for it.
Please try this custom css
.home .td-header-style-4 .td-header-sp-recs .td-header-rec-wrap {
display: block;
}
.td-header-style-4 .td-header-sp-recs .td-header-rec-wrap {
display: none;
}

The code need to be set in Theme Panel> Custom code> Custom css -> https://i.imgur.com/0T0hBd7.png

Thank you!

Viewing 25 results - 13,376 through 13,400 (of 39,816 total)