Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

Please provide more details to where exactly on a page you want to change the pagination. For blocks please check: https://forum.tagdiv.com/block-settings-guide/
Unfortunately for the latest articles there is no setting to change the pagination. You will have to customize it. If you want to alter the code, the function can be found here: https://www.screencast.com/t/LgF66caskk

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The block pagination will show up if you have more posts to show. If for example you add a block 11 and have it show 5 posts, the rest of the posts from that particular filtering will be loaded in an infinite loading way. This type of pagination is best kept for the bottom blocks of your page. If you do not have more than 5 posts to show in that block based on your post filter, then no pagination will show up .

Thank you!

Simion C.
tagDiv Staff

Hi,

First the fonts, for the full big grids 3 you use the font properties can be customized here
https://www.screencast.com/t/gbY2nwPU
https://www.screencast.com/t/qamE5MPm
Block 5 article title fonts can be customized here
https://www.screencast.com/t/46oYbP1Lyn
Block 14 below the grids here – https://www.screencast.com/t/yIWedQvKESH
Here you can find a table mentioning what modules each element uses, to make it easier to customize them
https://forum.tagdiv.com/theme-blocks-modules/
Now I am assuming you want to make the article titles have a background color when the module is hovered, for the grids and block 14 below. Something like this
https://www.screencast.com/t/jrN4faZKs
This is the code used, it must be entered in Theme panel->Custom CSS

.td_block_big_grid_fl_3 .td_module_mx20:hover .entry-title a {
background-color: black;
}
.td_block_14 .td_module_mx1:hover .entry-title a {
background-color: black;
}

The slider it seems to be displaying like this at the moment
https://www.screencast.com/t/vH3LHCIV
If you want to invert the colors when hovered it will look like this
https://www.screencast.com/t/vG1WZuQID
This is the code for the slider titles

.tp-revslider-mainul:hover .PostSlider-Title {
color: black!important;
background-color: white!important;
border-color: black!important;
}

Please correct me if I misunderstand what you wanted to do, I will provide different solutions if needed.

Thanks

Catalin
tagDiv Staff

Hello,


@Nezarzul
, Which are the newest article section? Provide more details about this so I will be able to provide a more accurate response. Also, you can provide some useful screenshot with your desired changes.

@xbass
, Unfortunately, the theme does not have any such an option that allows you to add some blocks to the post pages, sorry! The page builder has been designed to be used only for pages.

Thanks for the message!

nycinsider
tagDiv Member

OK – I figured out what was causing my errors. But it’s something that needs to be fixed.

I use a lot of separators on my site. I also use a lot of shortcodes around the site. When using these codes on the site, here are the statuses:
[vc_separator] – fine
[vc_separator color="#5aa1e3" style="dashed" border_width="4"] – fine

However, I put the above code (the second line) in a shortcode called, “[contentblock id=separator-blue-dashed]”

And that’s when it breaks the front end. The blue line shows fine on the site but it breaks the whole front of composer and I can’t change anything else.

I use these shortcodes everywhere on the site – they’ve never been an issue anywhere else or with any other theme. Nor did they cause errors with VC. So it’s strictly limited to TDC.

If we can’t use simple shortcodes (which is necessary), how can we change, for example, the color of a line sitewide when we want to? I don’t want to format 1000 separators on the site individually – I want one place where I can edit and update them in a few seconds without breaking everything else. Thanks.

nycinsider
tagDiv Member

same here – was editing a page (for hours). Worked about 50 times saved. Then all of a sudden it didn’t work. Changed a few words in a Title with Text block – that’s it. Now I can’t edit anything on the page from the TagDiv composer.

Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!

Must be a better fix to this error. I see it has happened a lot – and doesn’t appear to be related to Yoast, SSL or other suggestions.

samir khaddaj
Participant
#0

Hello, the block on mobile doesn’t show while it is shown normally on the desktop.
I checked if the column setting it is not hidden from mobile.
Thanks.

Brain916
Participant
#0

Hello, shown is a screenshot of a new template I am working on. In the header area I have 3 blocks. Those are connected to a category which would automatically be updated when the category updates. What I wanted to do is have the same look, but 3 custom images I would create placed there and links to sections no the website. I have seen a few other sites use this, but not sure how. Any information would be greatly appreciate.

https://ibb.co/djW9Kb

Simion C.
tagDiv Staff

Hi,

At the moment there is no setting for this, the modules will display the review instead of the author name and date.
If you could wait for the next theme update, there will be an option added in Theme panel->Block settings that gives the possibility to enable/disable review rating for modules. So you can simply switch them off with this setting.

Thanks

asisrodriguez
Participant
#0

Good morning, in our web https://www.industriaembebidahoy.com the thumbnails in the cover are not show today (yesterday works perfectly).
I delete and put a completely new wordpress and Newsmag theme, but nothing.
I deactive all plugins… nothing
I try with Regenerate thumbnails plugin and tell me “the original image is not found in…”
and also the block 7 widget not show the last 7 days post.
desesperate…
Please, any ide to solve it?
thanks very much in advanced.
Asis

nycinsider
Participant
#0

One of the hundreds of issues with it: when you are previewing a page, you can’t hover over links or images and see them (like any other page preview in WP) or click edit on a block to edit a specific post or use console or inspector or anything useful one uses when creating a web page. Basically, the whole thing is blocked out. Some of us need to be able to do this to work with a page/post. When can you fix this?

Simion C.
tagDiv Staff

Hi,

I have inspected the website, but there are no issues with the block titles at the moment
https://www.screencast.com/t/nj7dwGBNGQpw
In the screenshot you provided there was an issue but form what I can see the block title styling is displayed as intended from what I can see.

Thanks

DAVID BAUMER
Participant
#0

Hi!
I added Advanced Ads plugin and I use slider option in order to display several ads. It works in several ads block but not in header ads block. (it works whan I don’t use the slider, just a single ad).
Could you help me please?

thank you.

The page URL : http://test.actubisontine.com/

Catalin
tagDiv Staff

Hello MESHC,

If you do not like this kind of block -> https://www.screencast.com/t/uqR9qOFEk11g, you should change it with another one, according to our list of blocks from here -> https://forum.tagdiv.com/newsmag-theme-thumbs/ If is not what you mean, provide more details so I will be able to provide a more accurate response.

Thanks for your understanding!

David Langer
Participant
#0

Hey guys,

My page is http://www.neverskipriding.com

I would love to highlight the text for every module on the Home page.

For the:
Revolution slider
Big Grids Full 3
Blocks 5

Basically, I want to have the opposite color under the text. If you can help me make the text bigger and bolder it will be cool. I know there are the font settings but it’s hard to find a way.

https://www.screencast.com/t/r73VNy3blLW

Have a good one,

David

albertohduarti
Participant
#0

Hello,
I am trying to change the font size of the blocks and I can not in the usual way by the settings as it should be done.

Can you help me?
I would like to leave them all in the same size, in 16px
See: https://redeagoradenoticias.com.br/

bmorgan
Participant
#0

Hello,

I would like to set a featured video to play when clicked inside a module block as opposed to only when visiting the single post article page.

How can this be achieved?

Thank You.Modules

Nezarzul
Participant
#0

Hello 🙂
Is it possible to put some blocks under my newest articles? I can insert blocks only above my newest articles, but i want it the other way!
Help would be great!
Lennart

maityn
tagDiv Member

Yes, you are right. Thanks a lot.

I was using Autoptimize plugin to optimize .js codes.

Can you please share the render blocking javascript file names that Newspaper uses? I’ll use those in the ignore list so the plugin can be used without any issue.

Regards

Catalin
tagDiv Staff

Hello meri,

Here is talking about two different things. So, the module meta information is referring to the modules/blocks on the page and this section contains there -> https://www.screencast.com/t/0Gg9Obt53ff The td-classic facebook and twitter are placed on the post pages and if you want to hide them, you should use the following code and place it in Theme panel -> Custom CSS area.

.td-classic-facebook, .td-classic-twitter{
display:none!important;
}

The sibling’s category is here -> https://www.screencast.com/t/yBlXV5VkHXI. Tell me exactly you want to hide from your website so I can provide a more accurate code.

Thanks.

godfatherblog
tagDiv Member

Another such problem. Here: http://prntscr.com/hgcvan on the site: the current menu is blocked by Adblock, can you tell which classes to rename to Adblock, did not delete the content?

Simion C.
tagDiv Staff

Hi,

If you could provide a link to your website we will inspect it, it would be easier to identify why this is happening that way.
Maybe you used custom code that might affect the blocks in some way, try removing it and check the results.

Thanks

driffield
Participant
#0

Is it possible to have a Google Map block at the bottom of each new post? We would like to have a location map on each article by default?

Simion C.
tagDiv Staff

Hi,

There is an option to remove the author name and date for all the modules and blocks
https://www.screencast.com/t/N42jD1o9
However if you would like to remove them only for the Latest articles section, you could try a code like this for example
https://www.screencast.com/t/SbpFu4SlsnrN

.td-pb-article-list .td-main-content .td-post-author-name,
.td-pb-article-list .td-main-content .td-post-date {
display: none;
}

Thanks

admin_kh
tagDiv Member

yes i copy to all modules and and it show time ago in all block but all show time is wrong like ‘i just public but it show 2hour ago’ show what wrong with this.

please help.

Viewing 25 results - 22,201 through 22,225 (of 39,816 total)