Search Results for 'block'

Results from the Forum
Mark Gilbert
tagDiv Member

Dear Calin – I have tested another homepage with padding/margin adjustments in css and it’s rendering ok. So something in my block layout in the other page doesn’t work in Firefox though ok in Safari?

GGiugliano
Participant
#0

Hi, in my search console there are these types of errors:

– The URL sent is blocked by the robots.txt file
https://support.google.com/webmasters/answer/7440203#submitted_but_blocked

– It appears that the URL sent returns a soft 404 error
https://support.google.com/webmasters/answer/7440203#submitted_soft_404

– Indexed but blocked by robots.txt
https://support.google.com/webmasters/answer/7440203#indexed_though_blocked_by_robots_txt

– The URL submitted has a scanning problem
https://support.google.com/webmasters/answer/7440203#crawl-error

And then there are pages excluded for these problems:

– Alternative page with appropriate canonical tag
https://support.google.com/webmasters/answer/7440203#duplicate_page_with_proper_canonical_tag

– Page with redirection
https://support.google.com/webmasters/answer/7440203#page_with_redirect

– Scanned page, but currently not indexed
https://support.google.com/webmasters/answer/7440203#crawled

– Locked by robots.txt
https://support.google.com/webmasters/answer/7440203#blocked_by_robotstxt

– Excluded based on the “noindex” tag
https://support.google.com/webmasters/answer/7440203#blocked_by_noindex_tag

– Detected, but currently not indexed
https://support.google.com/webmasters/answer/7440203#discovered__unclear_status

– Abnormality during the scan
https://support.google.com/webmasters/answer/7440203#crawl_warning

How to solve them? My website is http://www.mondonapoli.it

Thanks!

datt
tagDiv Member

Calin I Know, but not work.
In that block, under “Politica” there are posts that in “Tutte” there is’nt, Do you understand?

Calin
tagDiv Staff

Hi,

Our theme is compatible with those browsers, please check our demos -> https://demo.tagdiv.com/newspaper/

If you set correct the blocks/flex everything need to look just fine, also please make sure that you do not have any plugins that can interfere with the theme ( make a test and deactivate all non theme plugins, can be a plugin conflict ), and make sure that you clear all cache if you are using some cache plugin.

Here is how I see your website now
Google chrome -> https://www.screencast.com/t/ZI7YcUPNxZU
Safari -> https://www.screencast.com/t/04fuZEQAS
Firefox -> https://www.screencast.com/t/Vb26DCSPIX

Thank you.

GusV
Participant
#0

Hi I am trying to change the title that says Latest Articles on my home page: http://vards.net can this be done?

Thanks.
Gus

byothe
tagDiv Member

Thanks Simion.
I tried the flex block… but it is not possible to change the font size ?

Calin
tagDiv Staff

Hi,

Please notice that in that block the all means all categories that it is set in that block filter, not from all posts that you have posted.

Thank you for your understanding.

Mark Gilbert
tagDiv Member

Same with Css-padding-bottom – Firefox will take 20 but 41 will throw the elements out… Safari is fine. I need help on this, or any reader using Firefox, a fairly popular browser, will be in trouble. My launch is delayed for 2 days already… Am I missing something or is Newspaper just incompatible with Firefox? Or at least if you adjust spacing parameters in Flex Box 3 (which is what I am using throughout my homepage)? At the moment I am forced to have irregular block depths in Safari to avoid elements all over the place in Firefox… Do I tell readers to avoid using Firefox?

Simion C.
tagDiv Staff

Hi,

That is block header template 4 – https://demo.tagdiv.com/newspaper/block-header-4/
A block header template can be selected in general, in the theme panel
http://prntscr.com/m8x6nc
Per block it can be done in the composer – http://prntscr.com/m8x78r
The per block setting will override the general setting.

So you want to customize it so that the bottom arrow be in the middle of the block title, something like this would work – http://prntscr.com/m8x5qq

Enter this code in Theme panel->Custom code CSS section

.td_block_template_4 .td-block-title>*:before {
left: 0;
right: 0;
}

All elements that use this block header will be affected by this customization. Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Only flex blocks have such an option, these blocks have many customization options
http://prntscr.com/m8wusv

For default blocks it could be done with CSS. This should do it, use the color you want
http://prntscr.com/m8x0sq

.td_block_22 .td-excerpt {
color: blue;
}

Thanks

Calin
tagDiv Staff

Hi,

Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}

-> https://www.screencast.com/t/cJzUrG1O

Thank you.

Calin
tagDiv Staff

Hi,

You can try this for a bigger font size and height ->
https://www.screencast.com/t/yXyNj66kTobx
.td_ajax_load_more {
width: 100%;
height: 36px;
}
.td-load-more-wrap a {
background-color: #000;
color: white;
font-size: 18px;
}

Also you can change those values.

For the second question for add after each 7 blocks, unfortunately our theme do not have this option yet, and in order to do this you need to make some changes in theme files.

Thank you for your understanding!

Simion C.
tagDiv Staff

They are still configured with default data from what I can see. Edit the page with the tagDiv composer, click on the social counter and replace the default data with your own
https://www.screencast.com/t/pOGjiyBX
Here is a composer guide – https://forum.tagdiv.com/tagdiv-composer-tutorial/
Also a guide for the block settings – https://forum.tagdiv.com/block-settings-guide/

Julien Mercier
Participant
#0

Hello,
I am creating my site with Newspaper.
I have a problem. I wish that all of my site is black. Except the menu bar. I set Theme Panel. However, there are still some white places, including the bottom of text blocks in articles and pages and margins.
Do you know how I can fix this problem?
Regards,

Calin
tagDiv Staff

Hi,

If you are referring on this -> https://www.screencast.com/t/EnEyws6qdc if is so you can use this custom css
add the css in Newspaper>theme panel>Mobile theme >Custom code
-> https://www.screencast.com/t/HqSTf7TfzZ7W
.td-category-header{
display: none;
}

-> https://www.screencast.com/t/Cw4otHJOi3lZ

Also I note that your thumbs do not have the proper size please try to regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ , also is possible that you have some plugins that made that happen
-> https://www.screencast.com/t/Dgm3oZAGS8
-> https://www.screencast.com/t/4MZdvmKa

Thank you.

Calin
tagDiv Staff

Hi,

You can set the custom post in all blocks/flex that have have post type
-> https://www.screencast.com/t/FHfeJb1YNlJ
-> https://www.screencast.com/t/siE5UOzYOr

Hope this will help you to achieve what you need!
Thanks.

madamcza
Participant
#0

Hi,

in the City News demo https://demo.tagdiv.com/newspaper_city_news/ there is a different way from other demos of styling block headers. How is it achieved? I could not find anything using tagdiv composer settings. Is it in CSS? I’d like the arrow to be in the middle.

https://pasteboard.co/HX0eUT8.jpg

THanks!

byothe
Participant
#0

Hello,
I would like to know where I can change the excerpt font color on my homepage (block 22) ?
Thanks

Calin
tagDiv Staff

Hi,

Our theme have filters and that can be apply on blocks/modules, in this way you can display all you want on homepage or other pages too.
Please check our Block settings guide -> https://forum.tagdiv.com/block-settings-guide/
Also you can check our documentation for Homepage too – How to build and set it -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Thank you for your understanding.

Simion C.
tagDiv Staff

Hi,

You could use the offset option – https://forum.tagdiv.com/offset-feature/

So for example if you use the same filtering for 3 blocks, they will of course display the same posts. If the first block displays 5 posts, the second one should have an offset of 5, the third one an offset of 10.
This way the posts will not be repeated and each block will continue where the previous one ends.

Thanks

Simion C.
tagDiv Staff

Hi,

Your settings in the theme panel will not be lost by updating the theme. As always however it is recommended to make a full backup before updating.

Regarding the second question, I believe you are referring to the social counter
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
It depends on how it is placed, it it’s a block, edit the page where it is and modify it as needed
https://www.screencast.com/t/Qdy3EcMeEKg
If it’s a widget, it can be edited in Appearance->Widgets
https://www.screencast.com/t/N3GoBs5RPhF

Thanks

faizanfarrukh
Participant
#0

Hi there, I wanted to know if there is some way I can arrange my posts from latest to oldest which carries on to next block without breaking the sequence. Thanks.

bombagiu
tagDiv Member

I am sorry to insist

There is not all the block post setting.
In the past I had, now no!

Can you please help me in active way?

Regards Antonio

Roman_Kiev
tagDiv Member

In my case, the problem was in flex block 1

Rado
tagDiv Member

I can acces to this page, because i’m blocked when i Click on the Install theme, after nothing run, just thise error message.

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