Search Results for 'block'

Results from the Forum
Calin
tagDiv Staff

Hi,

First please make sure that the Requirements for Newspaper are well set -> https://forum.tagdiv.com/requirements-for-newspaper/

Please regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
https://www.screencast.com/t/kujrRyLSmkkM

Thank you for your understanding.

chelat
tagDiv Member

thank you.

i dont want to copy the entire page source code because it will mess up my current settings right? i mean other blocks and grids?

I am using newspaper 9

I have seen your instruction to update the theme. But do we have to do it throup envanto plugin only?

does the theme automatically come in themeforest download section?

Calin
tagDiv Staff

Hi,

I’ve check your website and your smart list is block ( buttons ) and the pagination buttons too.

Please deactivate all plugins and remove all custom code you have insert, clear all cache and try again.

Thank you.

Aicem
Participant
#0

I switched from “Newspaper 4” to “Newspaper 9”.
Because it does not work?
Thank you.
Error: “Enable thumb from THEME PANEL -> Block Settings”.
The “Block Settings” panel does not work.
Thank you.

Calin
tagDiv Staff

Hi,

If this is what you want to achieve https://www.screencast.com/t/IJgU1p7z , then you can do it yourself.
1. Make a page with tagDiv composer and insert the below code in text.
https://www.screencast.com/t/ttbgAwPPY9v
[vc_row][vc_column][td_block_author][/vc_column][/vc_row]
2. You need to go in theme file go in wp-content>theme>newspaper> and search for page.php open the page and set the code from here like in screenshot
https://www.screencast.com/t/8YyuuDXMUCM
Also you can add the code just in all template page ( those are the template pages ) or just in dose you want to have the author box.
In all example:
https://www.screencast.com/t/TBH7jFN17
https://www.screencast.com/t/4Q3xNwRdLyeO
https://www.screencast.com/t/BCDXIfDc0T
https://www.screencast.com/t/BCDXIfDc0T
https://www.screencast.com/t/r1b79g4G

Also if you want to do not loss this change in theme files you can make this in child theme
Hope this will help you.

Thanks.

Simion C.
tagDiv Staff

Hi,

If you have many blocks and wish to change it for all of them at once, I could give you a code. For example something like this
https://www.screencast.com/t/KoK2tSLvOP

.td_block_wrap.td_block_template_13 .td-block-subtitle {
color: yellow!important;
}

Thanks

likocorp
Participant
#0

Hello I have two questions regarding css.
1. I want to make text in mega menu align left and menu itself align right: https://ibb.co/mhBbjq

I wrote following
.td-header-main-menu {
text-align:right;

But in this case text also align right.
Please assist me to leave main menu align right and the text in it align left.

2. I want to decrease space between logo and menu: https://ibb.co/irtp4q
I wrote following:
.td-header-style-1 .td-header-sp-recs{
margin: 20px -20px 0px 0px;
}
.td-header-style-1 .td-header-sp-logo {
margin: 0px 0px -20px;
When there is no HEADER AD this space is small as I wish,
But just I put any text in HEADER AD block this space again begins bigger then I wish.
May be ther eis some parameter for “Header ad” to minimize its margin as well?

Will appreciate your help!
Thank you.

Calin
tagDiv Staff

Hi,

Please add the below custom css in Newspaper>Theme panel>Custom code>Custom css, the first css will hide the ad from all pots/pages/category, and the second one will display it in post( single ).

.td-a-rec, .td-a-rec-id-header_mob {
display:none;
}
.single .td-a-rec, .post .td-a-rec-id-header_mob {
display: block;
}

https://www.screencast.com/t/nilaaM2wIy
https://www.screencast.com/t/E8sk2f6c

Thank you.

Simion C.
tagDiv Staff

Hi,

The theme needs to create it’s own specific thumbnail sizes, for the blocks, grids etc
https://forum.tagdiv.com/theme-thumbs/

When using the theme with existing content, the thumbnails have to be recreated by regenerating the thumbnails
https://forum.tagdiv.com/existing-content/
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Specific sizes are needed, that is why this has to be done. These will be created from the image set as featured, and cropped
https://forum.tagdiv.com/featured-image/
These sizes can be disabled in the theme panel, depending on what elements you want to use from the theme. Each size corresponds to multiple elements.

Thanks

chelat
tagDiv Member

i’m not very good with codes?
is there a way to achieve this without codes?
is flex grid is some add-on/element i can download? i can only find big-grids and blocks

krakenlogic
Participant
#0

Hello, i am using the block header 13, and the background text is very hard to read. is there a way to make it just a litle bit darker?
i would need this to affect all block header 13 in the site. has i have many.

Thank you

Simion C.
tagDiv Staff

Hi,

I see the problem, but there are a lot more problems that the images not showing. For example the header search is not working, the block pagination next/prev is not working etc.

This would mean that the theme javascript is broken. There are some errors in the console related to a script that seems to come from the tribe plugin
https://www.screencast.com/t/2HHzIs4QZ
So this could be caused by the tribe widget from the sidebar, seems to appear in all the website. Try to remove the widget from a post or page to see if the issue is fixed. Or deactivate the plugin and check again.

I remember other users saying that this plugin caused javascript plugins before. We haven’t made any tests with it, so I can’t say I know why this happens.
Some users had problems while others using the same plugin did not. Could be a settings within the plugin.

Thanks

camilaalves_jetss
tagDiv Member

Hello Simion,
Thank you for your feedback.
Yes, could you please provide me the CSS code for block users to get to media file once they click above images on photo gallery on MOBILE theme?
Att
Camila

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the image box using box style 1, that has a darker gradient over the image.

To remove that gradient I could give you a CSS code, which you can enter in the theme panel custom CSS code section.

.td_block_image_box .td-custom-image a:before {
display: none;
}

Before – http://prntscr.com/lknf4v
After – http://prntscr.com/lknfaq

Thanks

Simion C.
tagDiv Staff

Hi,

That is the comment count, it can be disabled in the theme panel for blocks/modules (as Edward pointed out).

This count will also appear in the single post page, in this case it can be disabled in the post settings
https://www.screencast.com/t/YlWFUcFBbu

Thanks

takartak
Participant
#0

I am developing a website using Newspaper 9. My company purchased the theme but we have not activated it yet, because we are still on a test server (domain name pending). Today I logged in and found that the theme has been locked down along with all back-end functionality. I have tried to activate it but the link [click here to anter your code] is not working and there is no manual activation link either. I tried switching to another theme from plesk and then to Newspaper again, but nothing changed, except from losing the menu and the tagdiv block modules.

burakk
Participant
#0

Hi,

Theme: https://demo.tagdiv.com/newspaper_sound_radar/
I want to change the link color in the post which is red now. How can I change this link color? I want to change only te link color, not the entire theme color. I tried this;

}
.td-post-content a{
color:Blue;
}

But It did not change. Is there any way (live css code or etc.) to do that ?

Thanks

Simion C.
tagDiv Staff

Hi,

1. Maybe with a plugin that would be possible. With a plugin that can provide a shortcode which you can enter in the cloud post template for example, in a text element next to the post sharing
https://www.screencast.com/t/9tImhs8CMT

2. For a specific menu item it could be done with some CSS, like in this topic
https://forum.tagdiv.com/topic/coding-question-editing-the-mega-menu-all-feature-editing-block-pagination/
By using the unique ID of the menu item the code will work only in that case. Example
https://www.screencast.com/t/QucES7VC2I
Code used in example

.menu-item-XXXX .block-mega-child-cats a:first-child {
display: none;
}

3. So you want to remove the last three options from the pull down filter, something like this will do that
https://www.screencast.com/t/EpK67GiZyax
Simply enter it in the Theme panel->Custom CSS section, it will affect all category pages.

.category .td-pulldown-filter-list li:nth-last-child(-n+3) {
display: none;
}

4. You can display a video in a theme ad spot if that is what you want. This topic is similar
https://forum.tagdiv.com/topic/youtube-video-or-self-hosted-video-as-an-ad/

Thanks

rent-a-guide
Participant
#0

Within the the theme panel I am able to disable the authors name on modules, blocks and post template. It’s works but the link to the authors archives remains in the source code. As I am only having one author I dont want my post linking to the authors page. How can I delete it from source code?

camilaalves_jetss
Participant
#0

Hi, I purchase Newspaper 9 for my site https://www.pipeify.com
How can I remove (via CSS on desktop and mobile themes) the print bellow that is currently displaying a number “0” for messages n the categories blocks i.e. I have already removed comments for all articles page but don’t know how to remove the comments count on blocks. Is there any way I can insert a CSS code on dash for desktop and mobile so it doesn’t display anymore the counter on blocks?
Print error – https://pipeify.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-19-at-3.26.08-PM.png
Live error – https://pipeify.com/

Calin
tagDiv Staff

Hi,

For the moment is not possible to have multi headers, how you want.
Set the code
https://pastebin.com/q6MRbDQw
in header style 10
https://www.screencast.com/t/EhdvToo75GN
results : https://www.screencast.com/t/bKuW2GIj

.home .td-header-sp-logo a:nth-child(2),
.td-header-sp-logo a:nth-child(1)
{
  display: none;
}
.td-header-sp-logo a:nth-child(2),
.home .td-header-sp-logo a:nth-child(1)
{
  display: block;
}
.td-header-sp-logo a:nth-child(2){
    padding-top: 20px;
}

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

Thank you for your understanding..

  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
Simion C.
tagDiv Staff

Hi,

If the website resources are loading slow sometimes, or are blocked for some reason (by a robots file for example), there will be warnings or the page in question will be declared not mobile friendly
https://support.google.com/webmasters/answer/6352293?utm_source=search_console&utm_campaign=sc-mft-test

That may happen when testing with the mobile friendly tool, when the stylesheet loads slower, Google sees the page with the CSS not loaded. So most of the links will be detected as too close together, which does not happen if you check with an actual mobile phone.

Usually repeating the test the results will be different, for example when I test your website (@Aboda Magdy) the page is mobile friendly
https://www.screencast.com/t/RfufPRQne3r
So the results from this tool would be somewhat inconclusive at times.

Having the mobile theme plugin active is a plus, this plugin was designed specifically for mobile so it is mobile friendly
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you mean. You mean that you have filtered the blocks to display posts from specific categories and it is not working?

Some examples (with links to the page where this is happening) would be very useful if possible. I will take a look.

The filtering and sorting will work according to the guide
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

That top space is the padding of the page, default value is 48px, but in the journal demo it’s set to 80px.
I could give you a code to remove it – http://prntscr.com/lk745p
Enter it in Theme panel->Custom CSS section

.td-journal .td-main-page-wrap {
padding-top: 0;
}

Regarding the width, please check the row settings stretch settings
https://www.screencast.com/t/jVXVNFORbg

As for the ratio, only flex grids have settings to adjust the image in the modules
https://www.screencast.com/t/mQGx6f2a2
So you can control image alignment, image height and width. Default big grids and full width grids don’t have such settings.

The images in the mega-menu should be of this size, it cannot be changed
https://www.screencast.com/t/Q0N3opVZYKQy
In your case some of the thumbnails are not created properly. Please regenerate the thumbnails to recreate them
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks

Calin
tagDiv Staff

Hi,

This is heaping because firs is load the default css from them, and after that is load the custom made in theme panel or blocks.

Pleas install a cache plugin like WP Super Cache and see if the problem persist.

Thank you for your understanding.

Viewing 25 results - 17,901 through 17,925 (of 39,816 total)