Search Results for 'block'

Results from the Forum
admin_alt_til_windows_dk
tagDiv Member

Hi Colin.

Thanks for the info about the files. If we choose a cloud template for showing single page posts the template file is not found in:

wp-content\plugins\td-standard-pack\Newspaper\parts\single\

But all the others are there, thank you!

Then you can copy loop-single-9.php to your child theme and things should roll.

Anyway, we implemented a custom short-code which can be placed anywhere through the template editor in a column block.

Thank you!

Maggo
Participant
#0

Hallo,
I set Google Font off in the theme panel. I set all the blocks I could find on default. There still were some left “behind” my logo. I deactivated all plugins. Now I have searched everything, twice. I can’t find anymore Google Font. But in the source code there is still one of this little devils. See picture: https://imgur.com/a/CynJQvn

Any idea where this one is located?

http://www.sciencenation.de

pandastarr
Participant
#0

I am using tagDiv to add images so I created a block and then dragged over an image box and it gives me the following error:
“invalid data current state has involved an issue”

Thank You

Allraps.com
tagDiv Member

I deactivated the Smush plug-in as you said, wanted to follow your instructions and now still randomly the images on my homepage in 2 sections where I’m using “Block 1” still there is problem with the images. Any advice please?

Alsok
Participant
#0

Hello!

Where can I edit the appearance and parameters, e.g. this link, of the block SIGN IN/JOIN?
https://yadi.sk/i/ADHAnbM_mcXTvg

Thank you!

Calin
tagDiv Staff

Hi,

For this you’ll need to use a custom css like this one -> https://i.imgur.com/50eiQKQ.jpg
.td_block_trending_now a{
pointer-events: none;
cursor: default;
}

The code need to be set in theme panel> Custom code> Custom css

Hope this will help you!
Thank you!

fashioninsiders
Participant
#0

Hi,
Since last update the styling for blockquotes is there when editing on the backend, however once published the styling has been stripped away. If you check in inspector, styling is there on backend but once published inspector shows no styling associated with blockquotes. If you add styling back in through css that resolves short term.
Regards

Calin
tagDiv Staff

Hi,

The difference will not be so visible, so the website will slowing down insignificant, indeed this depend on the number of flex blocks you’ll use ( using 2-3 will be insignificant, but using 20-30 will change the situation ).

Thank you!

Colin
tagDiv Member

Also can confirm the reported issue occurs in your demo:
http://demo.tagdiv.com/newspaper/block-16/

Only 1 row renders – no infinite load, no Load More button

Screenshot

  • This reply was modified 6 years by Colin.
  • This reply was modified 6 years by Colin.
Otacool
tagDiv Member

I’d like to know how to edit just the “Title” block also, I noticed I can’t reduce the distance between it and what follows with CSS…

TheRiz
tagDiv Member

I am using the “Post Loop” Element type on my home page. It does not have a Filter tab like the blocks, just an “exclude post ID” which has the opposite affect of it’s name. It only INCLUDES whatever post ID you add.

Is there no way to filter posts using Post Loop?

Otacool
Participant
#0

Is there any way to reduce the space between the category filter and the posts content in a “Flex Block 3”?
https://ibb.co/1rVjsZZ

Mantascx
tagDiv Member

Maybe with custom css its also possible to hide related posts block in category ‘skubus-skelbimai’ ? Thanks!

Calin
tagDiv Staff

Hi,

This can be done only if you set an excerpt on the posts titles from that block, you’ll need to edit it with tagDiv Composer and apply the excerpt.
-> https://forum.tagdiv.com/excerpts-introduction/ here is an example -> http://prntscr.com/q03nk5

Hope this will help!
Thank you!

meri
Participant
#0

Hi,

I use the cloud template Tech News Pro on https://www.coupdepoker.com/
On this screenshot https://ibb.co/SncfCwx, is there a way to make sure all the blocks have the same height?

Thanks

JoseManuel_70
tagDiv Member

Sorry, we have change the title of the block while the issue is unresolved. The new block title is “Más popular en el blog”.

We already make the test deactivating all the plugins and the problem still remains.

Related to mobile theme please take note that the plugin “tagDiv Mobile Theme” is not activated.

There’s an Tagdiv user “Tagdiv_login” in our cms and ftp data access due to a previous issue on pre-production side. Please tell me if you can reuse it to check the issue in pre-production side.

Best regards,

JM

Amit
tagDiv Member

To hide About us title add remove previous code and add this

.td-footer-description .block-title {
display: none;
}

To hide category title you can use –

.td-category-header .td-page-title {
display: none;
}

Amit
tagDiv Member

Hello,
To remove About us add this to custom CSS to Theme panel >> Mobile theme >> Custom Code
aside.td-footer-description {
display: none;
}

I tried visiting the category page, but it’s redirecting me to the homepage.

For thumbnails on mobile, you should enable thumbs for mobile theme.
Theme panel >> Block settings >> Thumbs on modules/blocks
enable thumb size = 265 X 198 and 741 X 486
Refer: https://prnt.sc/pzz5tt

I hope you will find this helpful.
Thank you for your understanding.

Calin
tagDiv Staff

Hi,

From what i can see you are using the Newspaper v9.8, after this version appear the Instagram made some changes and it was not longer work correctly, in order to fix this you’ll need to update the theme to Newspaper X.
-> https://tagdiv.com/update-newspaper-theme/

In order to exclude these 2 categories you can use this custom css -> https://i.imgur.com/PsR9NpH.png
.td-footer-container .td_block_popular_categories a[href$="/bestemmingen/"], .td-footer-container .td_block_popular_categories a[href$="/geen-categorie/"]{
display: none;
}

The code need to be set in Theme panel> Custom code > Custom css

Thank you!

Calin
tagDiv Staff

Hi,

So if I understanding correctly the theme panel will not longer save the changes, if is so then please make sure that the theme requirements are set as in our quid ->https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you do not have a plugin conflict.
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 us know and if the issue persist please contact us via email at contact@tagdiv.com and provide wp-admin access so we can take a closer look. Also paste a link to this topic so we can identify you.

Thank you!

Vlad S
tagDiv Staff

Hello !

You should be able to achieve that by editing your block filters and use Category id’s as you can see it here: https://www.screencast.com/t/hk7c77xtj8aB

I hope this was helpful !

Thank you !

Calin
tagDiv Staff

Hi,

Unfortunately Please provide me some details about the normal look that the blockquote had, also a link or screenshots with these would be very helpful.

Thank you for your understanding!

vv2005
Participant
#0

Hello,

Can I load the default classic block ( https://prnt.sc/pzyarj ) on all posts automatically?

Calin
tagDiv Staff

Hi,

On mobile theme plugin the post title is hidden on Breadcrumbs, if you want to display it you’ll need to set this custom css in -> https://i.imgur.com/RL6AiLa.png
.single-post .td-bred-no-url-last {
display: inline-block;
}

The code need to be set in Theme Panel> Mobile Theme> Custom code > css

Thank you!

Calin
tagDiv Staff

Hi,

In order to exclude a post you’ll need to set it with this prefix “-” -> http://prntscr.com/pzy2wa -> https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Viewing 25 results - 13,876 through 13,900 (of 39,816 total)