- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
A code like this will make the buttons have no link interaction
.single article .tdm_block_button .tdm-btn {
pointer-events: none!important;
}
It will apply to post pages, where a button is displayed in the article. Give it a try.
Hi,
I would like to inject td_block_template_9 into my category pages (just below the top posts grid) which will dynamically generate one block for each sub-category for that category you’re on. Each block should contain the title header of the sub-category and the latest posts of that sub-category. For every 3 sub-category column blocks that get created, a new row should be added.
Can you please advise how I can implement this in the child theme?
Thanks!
Hi,
Just noticed something that happens in the Gadgets demo you have installed. The header ad is hidden when using the header style which comes with the demo (style 5).
That means the header ad will not appear while using header style 5. I will make a note of it and it will be fixed for the next theme update.
A temporary solution is to remove this code from the demo stylesheet
– https://www.screencast.com/t/6ocAlLXdJdo1
Or to enter this one in Theme panel->Custom code CSS section
– https://www.screencast.com/t/NiypVhNiGM
– https://www.screencast.com/t/HDHYDukH
.td-gadgets .td-header-style-5 .td-banner-wrap-full {
display: block!important;
}
Sorry for the inconvenience. We will fix it.
The ads in posts seem to load fine for me – https://www.screencast.com/t/VfbaVyz4l
– https://www.screencast.com/t/lGBIUfhO2V
Thanks
Seems you already did that for the text. The arrow size can be increased like this
– https://www.screencast.com/t/qst89DKmVQcG
.home .td_block_5 .td_ajax_load_more i {
font-size: 15px;
}
Modify the font value as needed.
Hi,
If you want the menu to have thumbnails you can make a mega-menu, with or without subcategories
– https://forum.tagdiv.com/mega-menu/
With sub-categories – https://www.screencast.com/t/Xd8KSLet
Without sub-categories – https://www.screencast.com/t/QyOdLBqY
This type of mega-menu works with categories and posts, not pages.
If you want to show pages, create a page menu – https://forum.tagdiv.com/page-menu/
Create a page with any elements you want from the tagDiv composer and set it as a page menu.
In this example I use a block set to display pages, and set it as page menu
– https://www.screencast.com/t/nSnTQwSL3b
– https://www.screencast.com/t/e7smkpyoSn5
– https://www.screencast.com/t/NjXMfXeScB4p
Result is menu item which shows pages – https://www.screencast.com/t/BFJVIYgCG
Thanks
Hello chitchatpost,
Please contact your hosting provider, tell this problem because it seems that admin_ajax is blocked and that’s why you cannot save anything. Also, check the system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for the message!
hi, have a look at the screenshot first — https://prnt.sc/kljjg5
Is there away i can scroll down under the elements, like if i want to go to block 19?
I am unable to access the elements below block 9.
Thank you. I impressed…
Now new thing is In my block settings / thumbs on modules: i have enabled just first one: 80 X 60. But we use square type icons only, so how can i change 80 X 60 to 75 X 75
Here is my media settings: https://drive.google.com/file/d/1_vVpKb618td6q2aSzI0CUSB_v9-ZDwxr/view?usp=sharing
Thanks
Hi,
There are options to hide rows, columns or particular elements, also per device (viewport). Check in the CSS tab of the respective element
– https://www.screencast.com/t/H15hMLxRcfk1
– https://www.screencast.com/t/Vio884Ki
The element will be hidden from view until manually made visible, it will not depend on changes to the content it displays. If empty it will display a notification.
There could be a solution however. For example if a block does not have any content due to selecting an empty category, it will show a no posts message
– https://www.screencast.com/t/u4XPB2A8n1vK
I could give you a code to remove that message
.tdb-no-posts {
display: none;
}
Then, once a pots is published in that category it will become visible. If that would be what you want, this may be a solution. The code can be entered in Theme panel->Custom code in the CSS section.
Thanks
Please try to use the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}
The result is here -> https://www.screencast.com/t/7aToRUOY2
Thanks.
Hi, I’m testing Newspaper 9 on my localhost using MAMP before upgrading my site’s theme but I found some problems.
Even if I set “off” the button in Newspaper>Theme panel>Block settings>Category tag on Modules/Blocks>”MODULE FLEX 1>td_flex_bloock_1″, the flex blocks 1 in my home page keep on showing the category tags.
I tried to hide the category tags manually using the TDComposer plugin, but after I set “Hide” to 10/15 flex block 1 on my homepage, the TDComposer doesn’t save changes any more.
I click on the “Save the page content” icon on top of the TDComposer panel and it appears the rotating circle of the saving process but it never stops and there is no green band that tells me the modifications have been saved.
The previous versions of Newspaper, the one that is running on my website, doesn’t have this problem.
I hope you can help me
Hello,
i’ve updated my wordpress and newspaper theme today .
i get a bug where i can’t have the visual tab of the article editor to load.
if i create a new article, when i click on ‘visual’ (top right of the editor) it keep adding :
<span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span>
to the text tab without switching.
in firefox debug console i get this error :
typeError: s is undefined[Learn More] plugin.min.js:1:1018
and the stack trace complain about tinyMce
thanks in advance
Hi,
That will not be easy unfortunately, the black demo contains a lot of customization in order to be as it is.
The unique style is achieved in most part with custom CSS, this is imported when the demo is installed. There would be nothing special about that demo other then the dark tint.
Maybe you don’t need the black demo. The tagDiv composer will allow you to set a background color for most elements
– https://www.screencast.com/t/Ncwl9TvHsX
You can set backgrounds for rows, columns blocks etc. Also a general background color in the theme panel
– https://forum.tagdiv.com/background-introduction/
Let me know if you have more questions.
Thanks
Hello,
I did try searching for this but couldn’t find an answer. Is there a way to hide a row/column if there is no content in the child block? For example, have a space at the top of the page for announcements, etc. above regular content that takes up no space until content with the selected category is present.
Thanks,
David
Hi, I’m a beginner and struggling to edit mobile view.
Right now, my blog’s mobile view is showing the custom mobile theme and want to show the same view as the desktop (The block setting shown on the desktop view is not shown on the mobile view). The same view is shown for all devices when previewing on the TD composer.
Also, in each category page on mobile view, there are tags (or small menu?) shown below the category title such as “Beauty”. How and where can I remove these tags?
I’m using only the Newspaper theme and have not downloaded any plugins for mobile theme.
I appreciate your help.
Yeah, you get it a bit wrong. I don’t want it as an option, I want to change colors as default to users. But I couldn’t change the colors of some parts; single post background and page backgrounds. Also couldn’t change homepage text color. Plus; I want to change sidebar items background as like block items background per individual.
I’d like to change the colour of the title/header of the excerpts that I use in Block 16, but I’ve searced everywhere, but can’t find anything where I can do so. Where should I look?
Kind regards,
Martin.
Hi,
I will try to help you. How did you make the excerpt changes, by theme panel or in the composer?
– If in the composer they will affect that element only, for example a block where you set the custom length values. Those are the more specific settings
– If in the theme panel they should be general. Once a length is set for a module, everywhere it appears it should be the same.
Thanks
Hi,
The tagDiv composer will allow the same functionality and more. You can build a page in any way possible, there are 10 types of full width grids for example
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
You can stretch rows – https://www.screencast.com/t/CkWLnUWu
There will be more new elements to come in future updates, for the tagDiv composer.
So simply create a new page, edit it with the composer and start building
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/block-settings-guide/
If you should have any questions I will help you.
Thanks
Hi,
Is there any plan to add more smartlists to the existing ones ?.
For example like this one – http://demo.betterstudio.com/publisher/new-yorks-antiquated-steering-wheel-law-poses-roadblock-to-driverless-cars/
While logged in, I get this error message on the top of the homepage:
class=”home page-template page-template-page-pagebuilder-title page-template-page-pagebuilder-title-php page page-id-246 logged-in admin-bar no-customize-support 246-2 global-block-template-1 td-magazine wpb-js-composer js-comp-ver-5.5.1 vc_responsive td-full-layout” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”>
here the screen: https://imgur.com/m9ydKzX
Also the paragraphs are not shown properly:
If I log out the problem dissapears
Hi,
So maybe something like this? – https://www.screencast.com/t/vs1sdOtliz
.home .td_block_5 .td_ajax_load_more {
display: block;
}
.home .td_block_5 .td-load-more-wrap a {
background-color: #111;
color: #551A8B;
}
I could modify it if needed, just mention how exactly.
Thanks for your reply but I don’t find block that I can use after in the editor with 2 differents posts section (one full width and below 3/4+1/4)
When I customize a template and put the “post content” block 2 times, when I write something in the editor, it appears 2 times when I publish the post.
I need to use this template for many posts and I don’t want to create a new template each time I need it for a different comparison chart. I could use the “html code” block but I can’t modify it in the editor.
-
This reply was modified 8 years by
ouebflow.
Hi,
The block have a few pagination styles, no numbered pagination however. This is on our request list and it will be considered in the future
– https://forum.tagdiv.com/block-settings-guide/
These would be the options at the moment- https://www.screencast.com/t/piMMGNkB
In pages only the loop element has a numbered pagination (by default)
– https://www.screencast.com/t/JpqaCdCPo
The loop will show latest articles.
Thanks
Hello wdziedzic,
Try to use the code below and place it in Theme panel -> Custom CSS area.
.td_block_template_1 .td-related-title .td-cur-simple-item {
background-color: #22588D!important;
}
h4>a{
color: #cc092f;
}
The result is here -> https://www.screencast.com/t/H8J8mMuIHw
Thanks.