- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
In the “Say What?” theme, on the front page, third row, there is a block 5 with the category and title below the post image. How do I create the category and title below the post image in other demo versions? I have looked/tried every option and I cannot figure out where this setting is. Please help.
Hi,
I have installed the theme and put it work already. But I need bullet points in modules. How can I do that. is there any possibility?
hello,
It looks like your stylesheet is not getting picked up. You may have a firewall blocking google from grabbing the right markup.
Please run a test without plugins. Disable all plugins except the tagdiv composer, clear all caching and then test again. This will let you know if there is a certain plugin causing the issue.
Thank you!
Hi,
The same modules are used for the blocks as widgets, so the same general settings will work for fonts customization
– https://www.screencast.com/t/rLp8gbU6iFEv
For the coloring part, there are settings for the block title colors per block
– https://www.screencast.com/t/ISXZOsn9h3h
Or general settings – https://www.screencast.com/t/K32B6HyPKAgC
If you require something more specific, provide a link to your website with details about what exactly you want to do. I will try to give you a solution.
Thanks
Hi,
Try the general setting in the theme panel
– https://www.screencast.com/t/6xIQOmzMLsIw
That setting will affect all block headers including widgets, coloring them with the color you set. If it’s not working, please provide a link to your website so I can take a look.
Thanks
Hello George,
Sorry, but the theme does not have any such an option that allows you to add a pagination in this case, unfortunately! If you will use a block and sort it by tags, you can add a pagination from Block Settings.
Thanks for your understanding!
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.google.com/ads/measurement/-……… with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
Hello. I do have these errors in console in chrome, having Newsmag V 4.0 and ad inserter pro plugin with google ads.
It is related to Newsmag theme? If yes tell me please how to fix, must update theme and will be fixed, or if not related to theme, can you point me to a fix ? Thank you.
Hi,
All the thumbnails that the theme creates are cropped, please check here
– https://forum.tagdiv.com/featured-image/
Depending on your original image aspect ratio and the grids/blocks/modules used there will be different results
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
You can use any featured image size you want, bigger and higher quality images will create better thumbnails.
If you are not satisfied with the featured image when sharing on Facebook, you can set an image of your choosing in Yoast settings for each post
– https://www.screencast.com/t/BNZlpmXXbjgm
Also check some Facebook recommendations for the image size
– https://support.wix.com/en/article/recommended-facebook-share-image-size
– https://louisem.com/3838/facebook-link-thumbnail-image-sizes
Thanks
Hi,
If you deactivated this setting in the theme panel
– https://www.screencast.com/t/w6xCHqeDQnBE
Then the author name will not be displayed on blocks/modules anymore. If they still are, maybe you have caching, try to clear that.
You can place custom ads in the sidebar by adding ad box widgets to it
– https://www.screencast.com/t/Ffn37eNTs2N
In those ad boxes you can choose from your custom ads. Be sure to enter corresponding ads in the theme panel custom ads as well
– https://www.screencast.com/t/vEWF5KWYT
That is probably your permalink structure, check in WordPress settings
– https://www.screencast.com/t/n16DEBNmYU
Or maybe it is the site address – https://www.screencast.com/t/q6QBaot2eoM
Let us know if you have more questions.
Thanks
I’m beginning to real have a frustration point with the theme. Certain things should be easy and intuitive and I’m finding them not to be.
So, on these block elements, the system is loading say block confrig 23 and 22 with waaaay to much white space above and below, along with text I don’t need. BUT nowhere in the style settings that I can see allows me to just erase the unwanted elements. I should be able to contain or reduce the total area size of the box easily. without having to ask here for how to do it.
As above, every of my titles ends with an ellipsis, then I have to change the title length every block I added. Could you show me how I can set the default title length?
Hello,
I’ve been struggling with adsense integration, and I desperately need help.
So basically, I’d been using the theme’s ad insert functions to insert the adsense ads (1 top, 1 bottom, and 1 in-line). However, since there’s not much option for me to fine tune the ads through the theme’s ad inserts, I decided to get rid of those codes, and manually insert the ads on every single post without the use of any plugins or theme’s functions. So I have completed inserting those ads on every post through the html section of the editor.
But here’s the problem.
The ads don’t display all the time, and this is not the problem with the browser cache, or Google unable to find the right size for the ad placement. The ads show perfectly and always with other themes made by other companies. I have tested this with 5 different themes and also the 2017 theme. But it was just these two themes, newspaper and newsmag, that do not display the ads all the time.
Please have a look at the following image:
https://imgur.com/a/S8j1FIz
The code I inserted on the pages are as follows:
<div class=”ad-wrap”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– post-top –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-xxxxxx”
data-ad-slot=”xxxxxxxx”
data-ad-format=”auto”
data-full-width-responsive=”true”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
And the css I applied to the ads’ divs:
.ad-wrap {margin-top: 25px; margin-bottom: 25px; padding: 0; line-height: 0 !important; text-align: center;}
.ad-top {width: 300px; height: 250px;}
.ad-middle {width: 300px; height: 250px;}
.ad-bottom {width: 300px; height: 250px;}
The link to my website is on the picture from the above,
and you can click on any of the posts on the main page to test out.
Thank you in advance!
I can’t seem to find where I can change the background color and border color of the block headers in the sidebar that shows – popular posts, popular categories, my favorites, etc.
The color changed for the main blog post content (Related Articles and More from Author) but not in the sidebar.
Thanks
You do have one console error, btw
The resource https://pagead2.googlesyndication.com/pagead/js/r20180618/r20180604/show_ads_impl.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate <code>as value and it is preloaded intentionally.
main errors are also clearly noted:
https://search.google.com/test/mobile-friendly?id=4LuGR3wMtBMNR1YOeduvYw
Fix the following 2 issues
Clickable elements too close together
Content wider than screen
So, you need to make sure your ads and logos are responsive; you need to use responsive ad units to be mobile friendly. The reason elements are not rendered properly is you are blocking your style.css and other elements via robots.txt which is really bad!
You also had 15 page items that could not be loaded:
https://search.google.com/test/mobile-friendly?view=fetch-info&id=4LuGR3wMtBMNR1YOeduvYw
Note the *blocked by robots.txt* — only you can fix that. You should never block Google from accessing elements loaded on the page.
e.g.,
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js Script Googlebot blocked by robots.txt
https://www.tricksbykabir.com/wp-content/plugins/jetpack/css/jetpack.css?ver=6.2.1 Stylesheet Googlebot blocked by robots.txt
https://www.tricksbykabir.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css?ver=20170506 Stylesheet Googlebot blocked by robots.txt
https://www.tricksbykabir.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.4.5 Stylesheet Googlebot blocked by robots.txt
https://www.tricksbykabir.com/wp-content/plugins/td-multi-purpose/style.css?ver=4.9.6 Stylesheet Googlebot blocked by robots.txt
https://www.tricksbykabir.com/wp-content/plugins/ytsubscribe/ytSubscribe.js?ver=2016.10.2.3 Script Googlebot blocked by robots.txt
https://www.tricksbykabir.com/wp-content/themes/Newspaper/mobile/js/tagdiv_theme.min.js?ver=8.7.2 Script Googlebot blocked by robots.txt
https://www.tricksbykabir.com/wp-content/themes/Newspaper/mobile/style.css?ver=8.7.2 Stylesheet Googlebot blocked by robots.txt
It’s important when using testing tools to read the “why” and “solutions” noted on the checker, as in my pasted in stuff above.
Hope that helps!
(I don’t work here.)
-
This reply was modified 8 years by
simchris.
I think the way we did that on couple sites was using an RSS feed widget in custom sidebar, then placed that custom sidebar into a layout as a “widgetized sidebar” … if that makes sense. Some widgets have shortcodes, so there may be a content block that allows for shortcodes to render.
Hi,
On my website’s homepage: thefullnineyards.com, the social counter is showing as this opposed to the actual counter:
[td_block_social_counter custom_title=”Stay connected” style=”style8 td-social-boxed td-social-font-icons” facebook=”thefullnineyards” facebook_app_id=”244888402621415″ facebook_security_key=”e2efc48d267479e64c989f6844977fba” facebook_access_token=”244888402621415|y7M272FCwAsid_ZTnbS_bM1JRT0″ twitter=”thefull9yards” instagram=”thefullnineyards” open_in_new_window=”y”]
In my wordpress menu > appearance > install plugins, it says “Installed But Not Activated” next to the social counter. When I try to activate it, it says it was successfully activated however nothing happens and then revers back to saying it needs to be activated.
Any ideas?
Thanks,
Charlie
Hi,
From what I can see the thumbnails and featured images are displayed at the moment
– http://prntscr.com/jz3els
– http://prntscr.com/jz3ey1
There are no errors in the page that would suggest problems.
For media library issues you could check some online topics
– http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/
Check the permissions of the uploads folder. Also try to regenerate the thumbnails
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Images are hosted on the server, you could contact your hosting provider and ask them to check if everything is alright in that regard.
Thanks
Hi,
Blocks do not have numbered pagination at the moment, all the available block settings are mentioned here
– https://forum.tagdiv.com/block-settings-guide/
You could choose the latest articles page template, this will display a section containing the latest articles at the bottom of the page. Also this defaults numbered pagination
– https://www.screencast.com/t/uHIQt43POvzu
Thanks
Hello,
Unfortunately there is no option available to remove the current post from the blocks if you use the cloud library and add blocks to your post templates. Sorry for the inconvenience. I will add this to our list for future updates and pass this information on to our development team
Thank you!
Hi,
That may happen, try to activate the plugin again but set it in learning mode
– https://www.wordfence.com/help/firewall/learning-mode/
Then the admin-ajax file that the theme is trying to use should not be blocked by the plugin firewall.
Thanks
Hi,
I don’t quite understand the problem, what should I do to replicate it. Please specify what exactly are you doing and what happens with the top block modules.
Thanks
Hello,
Sorry but unfortunately the mobile theme will convert the category templates as well as other templates in the theme to the mobile layout. There is no option to get the ajax filters activated on the mobile theme as it was designed not to use such filters in order to provide top loading speed for mobile users.
If you need to have the filters and blocks like the responsive layout, we recommend disabling the mobile theme plugin.
Thank you!
I have the problem…
Theme YouTube does not show video ads. When the theme changes, the ad goes out.
Theme is blocking YouTube ads
Hello,
The next and prev block buttons can be changed using a css code. Try this code in your custom css spot in the theme panel custom code section:
.td-next-prev-wrap a{
border: 1px solid #ff0000;
color: #ff0000;
}
The hover color however is affected by the block title background color. It affects the hover colors fro the entire block.
Thank you!