- 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
Hello dan21,
Unfortunately, the Related Articles feature has been designed to use only the posts from the same category which can be filtered by categories and tags. If you want to change the functionality from this block, you should alter the code from the theme core file where the code is created, like this -> http://screencast.com/t/xTxHRlUhgl If you have a solid knowledge of PHP and HTML you should implement it yourself, otherwise please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Another alternative for you would be to disable the Related Posts block and add in that section with do_shortcode method a simple block which you can filter it by latest articles from entire site and your problem will be solved. Also, you can give the similar name to your block, like Latest Articles. As a hint, you can see here an example to post template style 1, like this -> http://screencast.com/t/Ns3rVIIf
Thanks for your understanding!
Hi,
Sorry, please compare your code with the one I added there. You will see there is a if condition there wrapped around the standard theme code. Here is a more explicit screenshot:
before: http://screencast.com/t/nR8pDZeSFr
after: http://screencast.com/t/tdMKsBKlLE
Replace that last part of code with this one:
<?php
if ( !is_page(12577) ) {
echo td_global_blocks::get_instance('td_block_ad_box_mob')->render(array('spot_id' => 'header_mob'));
}
?>
and change the page id in the code to your own.
Thanks.
Hi, i need your help to understand why i have the Render-blocking Javascript and Css Error in Google Pagespeed test page
I just install the TagDivBooster plugin, i just read and execute the instructions in this page: https://forum.tagdiv.com/how-to-make-the-site-faster/
Here the list of js and css:
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
yoast-seo-admin-global-script | http://www.notizialocale.it/wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-350.min.js
td_wp_admin | http://www.notizialocale.it/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://www.notizialocale.it/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://www.notizialocale.it/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://www.notizialocale.it/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_page_options | http://www.notizialocale.it/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://www.notizialocale.it/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
thickbox | /wp-includes/js/thickbox/thickbox.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
yoast-seo-adminbar | http://www.notizialocale.it/wp-content/plugins/wordpress-seo/css/adminbar-340.min.css
yoast-seo-admin-global | http://www.notizialocale.it/wp-content/plugins/wordpress-seo/css/admin-global-370.min.css
yoast-seo-dismissible | http://www.notizialocale.it/wp-content/plugins/wordpress-seo/css/wpseo-dismissible-350.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://www.notizialocale.it/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
My site url: http://www.notizialocale.it
I continue to have those css in above-the-fold content from pagespeed tool:
http://www.notizialocale.it/wp-content/themes/Newspaper/includes/demos/magazine/demo_style.css?ver=7.4
http://www.notizialocale.it/wp-content/themes/Newspaper/style.css?ver=7.4
http://www.notizialocale.it/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.12.1
http://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C400%2C600%2C700&ver=4.6.1
http://fonts.googleapis.com/css?family=Roboto%3A500%2C400italic%2C700%2C900%2C500italic%2C400%2C300&ver=4.6.1
Can you help me to solve the problem?
Hello,
If you want to add a link to block 9, you will have to do it using html in this file: http://screencast.com/t/xLDEkXY8 The theme has no such option so you have to add it through hard-coding.
Thank you!
Hello mattemkadia,
Unfortunately, the Unique Articles applies only to all content of the page and it cannot be excluded for an individual block, sorry! For more information about our feature, please consult the documentation here -> https://forum.tagdiv.com/unique-articles/
Thanks for the message!
I know it’s not easy, but it can definitely be solved with the solution that I proposed; that is, being able to overwrite the file ‘/include/td_config.php’ in child theme and add module/blocks as you want.
This solution would give added value to all your already great job.
Your advice is correct, and that’s what we had done, but now we decided to modify the file ‘/include/td_config.php’ in the theme parent, and add a new module in the child theme (it works perfectly!).
Obviously, we will control each update, and add the code again in the event of your changes to the file; this until you can overwrite the files in the child theme.
Good day and thank you.
Fabio
I want in the bottom of element block 9 to add a ream more link to redirect the reader in another page in my website.
Is there a way to implement this?
Thanks in advance.
Hello TheMiraz,
Unfortunately, our theme has no such feature. You will have to search for a plugin that can provide such functionality. Alternatively, you could do some 301 redirects: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/ Also, if you want to deeper investigate the theme, you should check the td_block_template_1.php, like this -> http://screencast.com/t/YDOL418Yt6J
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thank you!
Hi Guys, on our homepage we have a number of blocks, most of which need to run the ‘Unique Articles’ function, however, theirs one block that we don’t want included in this that shows the latest two articles from two specific categories, we could do with excluding this block when ‘Unique Articles’ works its magic, is there an ‘opt out’ or ‘disable’ for block capability?
Thanks
Matt
Hi,
Well Chris provides proper answers and in most cases we do not need to interfere 🙂 (Thanks Chris) If the provided answer is the right one, we simply mark the topic as ‘resolved’ as there is no sense in only confirming a provided solution.
If we consider that we need to add anything we will.
For the featured video thumb you will probably have to use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hello nano2408,
Please keep in mind that the bottom ad is already included in post content and it is not a simple task to change its position to another, sorry! Another alternative for you would be to use a Custom Ad 1, for example, and add it where you want. For example, if you are using the post template style 3, you should use the do_shortcode method with the Custom Ad 1 and change the code from the loop-single-3.php core file, like this -> http://screencast.com/t/VmMuT6GbdS The snippet of the code is the following one ->
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
If you want to create a new Custom Ads, you should consult the topic here -> https://forum.tagdiv.com/topic/create-additional-custom-ads/
Thanks for the message!
Hello,
Unfortunately the latest articles cannot have any other pagination besides the default one. Our theme does not have this option. But there is an alternative. Switch to the default template and simply use a block for the latest articles section. Filter it as you like and add your preferred pagination to it.
Thank you!
Hello,
Unfortunately the theme will not stretch images. Your image will have to be bigger than the grid size in order for your images to display properly inside the grid. The theme only crops images, it does not enlarge them. If your images are larger than the grids but still so not show up properly, please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hello,
The block style feature works like so:
You can use the theme panel->block settings to see or change the colors for each style: http://screencast.com/t/7mAqlBJ953p
Once you have the colors set to your preference, you can then apply the style of your choice on the block from each block’s settings like so: http://screencast.com/t/lTSnzxVFlPG
Thabnk you!
I’m actually using Newsmag now, but very similar for some of the admin panel.
I think you can turn on the image sizes in the modules panel for theme? The section where you can turn on/off different images sizes for blocks/modules.
You can see one of my Newsmag sites on the “showcase” page … (the California one). Note the site just switched to Newsmag 3.1 from 1.7, and I have not yet fully optimized it (logo wrong size in footer, mod_pagespeed is off, critical CSS not yet in header, etc.).
TagDiv is in diff time zone from me — I don’t hang out here, but sometimes I have little iwndows of “waiting on some dumb server thing to run …” where trapped a moment or three; so poke my head into facebook, here, couple of the wordpress plugin forums I use, then pop back. So, sometimes I’m around, sometimes you won’t see me for week ot two ….
these days I just chime in if its something topical to what I’m actually doing, like the https stuff.
No matter what I put on the Shop page, nothing displays. I added woocommerce blocks with visual composer, but they didn’t show when I viewed the page. There’s a default display with 4 products and a sidebar. So then I copied this demo http://pastebin.com/hxJ8ENx1 and put it in, but it still just displays the default 4 products. I can’t get anything to change or display on the shop page other than the default 4 products with pagination and sidebar. (I don’t want the sidebar on this page).
Hello
How Can I use “Block predefined style”? I want to change color style but I don’t know how to do it.
Sorry, I found the answer on my own. For anyone else interested:
In Posts > Add New, underneath the block where you write your post, there’s a space labeled “Post Settings.” (It might be closed; if so, there’s a drop-down menu. Go to the “General” tab, and the Source and Via options are there.
Hi, how are you?
I dont know, but the plugin “AD Blocking Detector” dont work in this theme. You can help me? Why this plugin dont work?
https://br.wordpress.org/plugins/ad-blocking-detector/
Hi tagdiv,
1] After having updated theme to latest v7.5 , i installed ,activated the Mobile Theme plugin for the theme ..made the appropriate settings & disabled the “show log in” under the mobile options page of theme options..the theme still outputs the “log in menu” on visitor end on the mobile devices…
It shouldnt happen like this ? if the option is disabled it shud not show up in the visitor end ?
I have cleared cache of caching plugins too ,despite that it was showing it..
For now have disabled & removed the Mobile Theme plugin…the plugin is cool & i really want to make it work
2] Also i noticed this weird thing in my google alerts today, the mail link was one of our new tags. but the description which was showed by google below the title of our tag included these lines – “A password will be e-mailed to you.”
I visited that tag link & on checking its source code i found this code –
==============================
<div id=”login-form” class=”white-popup-block mfp-hide mfp-with-anim”>
<div class=”td-login-wrap”>
<i class=”td-icon-modal-back”></i>
<div id=”td-login-div” class=”td-login-form-div td-display-block”>
<div class=”td-login-panel-title”>Sign in</div>
<div class=”td-login-panel-descr”>Welcome! Log into your account</div>
<div class=”td_display_err”></div>
<div class=”td-login-inputs”><input class=”td-login-input” type=”text” name=”login_email” id=”login_email” value=”” required><label>your username</label></div>
<div class=”td-login-inputs”><input class=”td-login-input” type=”password” name=”login_pass” id=”login_pass” value=”” required><label>your password</label></div>
<input type=”button” name=”login_button” id=”login_button” class=”wpb_button btn td-login-button” value=”Login”>
<div class=”td-login-info-text”>Forgot your password? Get help</div>
</div>
<div id=”td-forgot-pass-div” class=”td-login-form-div td-display-none”>
<div class=”td-login-panel-title”>Password recovery</div>
<div class=”td-login-panel-descr”>Recover your password</div>
<div class=”td_display_err”></div>
<div class=”td-login-inputs”><input class=”td-login-input” type=”text” name=”forgot_email” id=”forgot_email” value=”” required><label>your email</label></div>
<input type=”button” name=”forgot_button” id=”forgot_button” class=”wpb_button btn td-login-button” value=”Send My Password”>
<div class=”td-login-info-text”>A password will be e-mailed to you.</div>
</div>
========================
As u can see that 2nd last line ,those words ..exactly what appeared in google alerts..i am wondering why ? bcoz we dont use login system for members..also in theme settings “Show sign in / join” is disabled
And that code is present in all pages, now that i carefully inspected all…
what files do i need to edit so i can totally remove those divs coz never really gonna need that log in stuff,dont wanna cause any security compromise…
Awaiting reply
Regards
Well, there is nothing to help with I’m afraid. You will have to activate that feature in the theme panel and wait for the posts to get views. Then the block will be populated again. If the option is disabled the counter for the 7 days will be gone so a new one will have to be created. It does that automatically you only need to record a few post views for the block to show content again.
As as a recommendation, please export your theme settings before updating next time so you will not longer be exposed to such issues. This only happened in a few cases, it could be a plugin or other specific conditions but it;s better to be on the safe side next time.
Thank you!
Hello everyone,
in a previous topic I was wondering the possibility of adding in the child theme modules/blocks that is not possible today.
My requirement, for example, is the ability to decide which modules display the meta info.
Because currently there is only the possibility to hide or see the meta info on everything, the only possibility would be to create a new module and not put meta info.
Another possibility, very good and that implements the theme, would be to be able to decide which modules/blocks enable meta info, as now is with the category tag.
It will be possible?
Thank you.
Fabio
Hello Bogdan,
if I may make a suggestion:
it would be enough to make overwritten by the theme child the file /include/td_config.php, to record the new modules (or blocks…) and then insert the modules (or blocks…) in the child theme correct folders.
Thanks for the attention.
Fabio
Hello,
It seems the raw js element is grabbed by the excerpt and it should not be. Please use your js code in a standard text block like so: http://screencast.com/t/6PNVO1XQBM
The text block code will not show up in the excerpt.
Thank you!
Hello,
Our theme modules and blocks were designed to ignore the read more tag. There is a single module that will show the read more tag but that can only be used on categories/ search templates/ 404 pages. Generaly in templates where you can select a module directly, not a block: http://screencast.com/t/KgnfRcEVnb8
Module 15 is the one that will show the more tag. But it cannot be shown on the homepage unfortunatey unles you make it a blog page (not a static page) and use block 15 for it: http://screencast.com/t/AJtCCARPpo
Thank you!