- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Grrrr I tried… really. CSS always does my head in.
When I paste in the exact CSS that works for the main site nothing happens.
When I search through that file and cut out the offending bits and replace them, nothing happens.
Not sure what I’m doing wrong:
/* Changed by Brian of London 2016-05-09 */
/* Justify block quotes and move them to the right 10% */
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
font-family:inherit;
font-size:inherit;
line-height:inherit;
font-weight:inherit;
font-style:italic;
text-align:justify;
text-transform:inherit;
color:inherit;
padding-left: 10%;
padding-right: 5%;
/* responsive portrait tablet */
/* responsive portrait phone */
}
/* font-family: 'Roboto', sans-serif; */
/* font-size: 32px; */
/* line-height: 40px; */
/* font-weight: 400; */
/* font-style: italic; */
/* text-align: center; */
/* text-transform: uppercase; */
/* color: #4db2ec; */
/* word-wrap: break-word; */
Hello,
thank you, I found this post as very useful I made changes bellow it may helps anyone else:
<div class="td-header-rec-wrap">
<?php
// Custom ad for custom pages
if ( is_page( 'page1' ) OR has_category( 341 ) OR in_category( 341 ) OR is_category( 341 ) OR cat_is_ancestor_of( 341, $cat ) ) {
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1'));
} else {
// show the header ad spot
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'header'));
}
?>
</div>
Thank you again.
Best regards,
Tim
I’m not sure why you think sending me to the same links I posted and still had questions about is going to be helpful?
I said I had questions about this link:
https://forum.tagdiv.com/block-settings-tutorial/
And you posted this:
https://forum.tagdiv.com/wordpress-information/
Exactly the same. And then you told me to read the “documentation” which I clearly stated I did.
So you haven’t answered my questions at all.
1) Are there supposed to be blocks or grid templates with default theme?
2) Is there some basic documentation on what is a block, how it’s used, if either NP theme or VC already have templates, etc?
What is a block?
Hi
I’ve double checked your site again and noticed that the thumbs for are not generate properly. Try to regenerate all thumbnails fowling this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ clear all caches then test again.
Thanks!
Hello tunde,
Do you have installed the demo with the content? If so, you have to set your blocks and try to filtrate them to show your posts and your categories. If is not what you mean, please provide more details about how you have installed the demo and what kind of settings do you have on your side. For more information about blocks, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ -> https://www.youtube.com/watch?v=ss-BEobegAw
Thank you for your understanding!
The CSS works fine for the pages that visitors see on the blog.
It’s only when composing that the author sees a hard to work with format (the block capital letters in particular make editing hard because copy pasting picks up the all caps).
Screen shots:


-
This reply was modified 10 years by
David L.
Hi,
They were not yet unblocked.Try them out now!
Thank you!
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
Hello pradeeppathak07,
In this case, it is talking about excerpts. If you want to get rid this dots(…) you have to set the length of your title and content from the panel, for each module used in your blocks, like this -> http://screencast.com/t/AkYFy0Evr For more information about this feature, please check our documentation here -> https://forum.tagdiv.com/excerpts-introduction/
Thanks.
Hi,
In order to update from newspaper 6, you need to delete the old theme altogether and copy over the new theme via ftp. Then simply run the update script from the welcome screen: http://screencast.com/t/NXxqfbe4T
Before the update make sure you do a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.
The shortcodes have been changed so old ones will not work anymore. Please note that old files customization or custom css will not work with the new version and you will have to adjust or re-add them.
You will have to re-apply a few settings though as some elements change their order and number such as blocks or post templates so a post template from newspaper 4 for example post style 3, will not be post style 3 anymore but a different number.
You will only have to allow a half hour to restore your site to it’s previous setup.
Thank you!
Hello,
Unfortunately, this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also, make sure that your permission for the upload folder is set correct. You can check this by trying to upload an image in the media library. If the process succeeds then the permission is okay. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the Cpanel, please contact your hosting provider.
Also, make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Hello TagDiv,
I want to use one of the widgets in the middle and below the single post content as a relevant posts. Let me know how to do it. I don’t want to use default relevant post block for the same because it displays only nearby posts of the posts.
Thank you.
I have some custom CSS added in ThemePanel to change how block quote looks on the site (I’ve put that at the end).
However when our authors are composing in the visual editor, block quotes ALWAYS come out in CAPSLOCK and centred and I can’t figure out how to change this.
Just for the record I upgraded to 7.0 a few minutes ago (including apply a couple of customisations of my own) and everything is working fine.
.post blockquote p{
padding-left: 10%;
padding-right: 5%;
text-align: justify;
line-height: inherit;
font-style: italic;
}
.td-page-content blockquote p,.td-post-content blockquote p,.wpb_text_column blockquote p,.td_block_text_with_title blockquote p,.bbpress blockquote p,.woocommerce #tab-description blockquote p,.mce-content-body blockquote p,.comment-content blockquote p{
font-family:inherit;
font-size:inherit;
line-height:inherit;
font-weight:inherit;
font-style:italic;
text-align:justify;
text-transform:inherit;
color:inherit;
padding-left: 10%;
padding-right: 5%;
}
Hi,
Unfortunately we have not tested this type of ads, but it seems that on the site you mentioned, text blocks are used for the content ads: http://screencast.com/t/1XT4fTITvrth. Try to add the code inside a text block (text mode not visual) and see if it will show up. The search in the sidebar does not work at the moment on the site you mentioned.
Thank you!
Hi,
please make sure your post slide has posts to display. If an empty category is filtered then the block will have nothing to display. Please access the block settings and try to filter all categories and make sure you have posts created.
Thank you!
Hello stephanwhelan,
Unfortunately, the Newspaper 6 do not have this type of sorter but please notice that the latest version of our Theme, Newspaper 7 was released today and in this version has been implemented this type of sorter ( the oldest posts) for your block.
Thank you for your understanding!
Hi,
The block below does have extra padding added to it. Please check for any custom padding either in the textbox or on the design options of the block.
Thank you!
Hi,
The grid style can be chosen from the block settings: http://screencast.com/t/w5uuTUU9
The colored styles are: styles 2 and 3
Thank you!
Hello snaxzer,
If you want to show the top bar menu with the log-in registration on mobile mode, you have to use a bit of CSS code to show it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
The result you should see here -> http://screencast.com/t/1b80RNnyn
If you want to create another custom login registration, please notice that this is not a simple task and involve custom work. If you want to display more levels in our theme and you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hi
Editor Picks feature used a block_7 to display all the post that are featured. If you do not have this kind of sorting on your post, this section will be empty. You can see this thing in core file, like this: http://screencast.com/t/K4iviQDpY . Here, http://screencast.com/t/dhQfZa3ooMaA you can find out how to make a feature post.
I will add this request to our list and we will update our documentation as soon as possible to include this information.
Thank you!
Hello,
The best thing to do when starting out with a new theme is to read the documentation as you will find much useful information: https://forum.tagdiv.com/wordpress-information/
You can also check out our live demo to see the theme features in action: http://demo.tagdiv.com/newspaper/ (in the menu under the features item)
Our theme comes with predefined content blocks you can add to your pages and sidebars. On poages you must use visual composer for it and for the sidebars you can use the widgets section of wp.
You can also check out our youtube channel for video tutorials: https://www.youtube.com/user/tagdiv
Hope this helps.
Thank you.
Hello efaq,
1)Please notice that the custom menu would be your custom menu, created as you wish and then the custom button you have to add it to a page with Visual Composer, like this -> http://screencast.com/t/i834fsDw and there you can see the buttons for all your menu items.
2)So, I think that you understand as our theme uses a lot of modules/blocks which have a lot of thumbnails in our theme. If you are not using some blocks, you can deactivate from Theme panel the thumbnail which uses this type of blocks. For example, if you do not want to use block 3, you can turn off the module 1 and so let of forth.
3)Unfortunately, these columns come by default with our theme and you have no control about these because this is predefined. If you want to customize your footer section, you have to use the footer template style 5 because this is a custom template and you can add in it any widgets you wish in Footer 1,2,3. For more information about our footer template, please check our documentation here -> https://forum.tagdiv.com/footer-templates/
Thanks.
Hello cangnt,
Please notice that the Block 2 uses 2 modules -> module 2 and module 6 as you can see here -> http://screencast.com/t/NPf3e8hETm2 If you want to have better results, in this case, you have to change the excerpts and for module 6. Also, please notice that if you change the module 6, these will affect and the others blocks which use this module.
Thank you for your understanding!
Hello djgruber,
Unfortunately, the Read More tags are not working for pages but only for excerpts. In this case, please try to set it according to our documentation. Not all theme’s modules display Read More button so in order to have it on the page, you’ll have to use a module which has this button in its structure. For example, you can use module 11 or block 12: http://screencast.com/t/5mhgRrGvZZsD – http://screencast.com/t/E18xBmSSyCk
The excerpt’s length can be set from theme panel -> excerpts for each module: http://screencast.com/t/coHOqbW3
For more information about Excerpts, please check here -> https://forum.tagdiv.com/excerpts-introduction/
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response. Also, you can provide some useful screenshots with what you want to achieve.
Thank you for your understanding!
Hello Navito,
Please notice that this is a design element for our blocks and if you want to get rid this bottom hue, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotom CSS area.
The code is ->
.td_block_14 .td_module_mx1 .td-module-thumb a:last-child:before {
background: none;
}
The result you should see here -> http://screencast.com/t/EDY8Lvp4KXM
If is not what you mean, please provide your website URL so I can inspect it closer your website. Also, you can provide more details about what you want to achieve.
Thank you!