- 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
How can i delete unnecessary modules and blocks?
I want to remove all other blocks and unnecessary modules like don’t miss , lifestyle news etc
Hello Andrei,
Thanks for your revert !
I want to find out the last modified time of the pages like this :
1. Home Page – Last Modified time when any post was being added to the blocks shown on the home page or any change is made in page structure in backend. As home page is a dynamic page, how can this be found ?
2. Category Pages – Last modified time of a particular category page when any post was being added to this category or any changes was made in the category from wordpress backend. As category pages are dynamic pages how can be find the last modified time of these pages ?
3. Post Detail Pages – the last modified time for a post can be found out easily.
Also i want to add this meta tag in the header –
<meta http-equiv=”Last-Modified” content=”Saturday, 09 January, 2016 08:04:04PM”>
Let me know how can this be achieved.
Hi,
I guess that you refer to the featured image on smartlist 6, in this case(no matter what smartlist template you use) just set the post template 5 so the featured image will not appear on post page – http://screencast.com/t/ChBBfDR9itM5 it will be used only on blocks and modules.
If this is not what you mean please provide a link so we can inspect this.
Thanks!
Hello,
Unfortunately this error could come from a big number of problems. It is a general error and we cannot pin point it to a specific thing. I believe it happens due to your 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 so you could also test this on a fresh wp install and let us know if you still get the same result. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. 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.
Thank you!
Hi !
Since I upgraded my theme, visual composer doesn’t work very well. it’s not possible to customize some blocks. All elements are mixed and confused.
Thank you for helping.
Hello,
Please provide more details to your problem as we cannot understand what the issue is.
When you type http://www.domain.com, it still load http://www.domain.com as normally.
The 2 links are the same. What should it redirect to? Please try to provide a better example so we can understand better how to help.
Thank you!
Hello Alin
Happy New Year!
Thanks for your help!I already solve this problem.
Now I face another new challenge.
I have made my customized sidebar in the “Widget”page ,but after I drag widgets into the sidebar, they did not show up at the front-end. Only the [tagDiv]type widgets can show on the front-end page.
screenshot-“Widget”page, I add a Facebook like box in “Sherlock”sidebar.
screenshot-“Post”page, I choose the “Sherlock” sidebar I created.
screenshot-“Post”‘s preview page, there is no Facebook like box below the”block15”
Please help me solve this.
Hello again.
Could be possible to change block 18 title size for mobile? I mean just for responsive.
Thanks
I’m testing the theme here: http://roberttew.com
I’d like to loop the ads on the home page (see http://www.livelifehappy.com) and on all the other numbered pages under the 1st and 3rd post. How can I do this?
For my current theme – I’ve added this code to the index file:
index.php file under <?php /* Start the Loop */ ?>
line added: <?php $adcounter = 0; ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php if ($adcounter == 1) : ?>
<div style=”text-align: center;”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– 300×250 Home Page Below 1st Post –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:300px;height:250px”
data-ad-client=”ca-pub-xxxxxxxx”
data-ad-slot=”8474826612″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
Hi
Our theme was built to respect the google standards in structured data regards and we didn’t do any tests with: https://validator.w3.org/ I’ve added this on our list and we will run some test to check if there is an incompatibility in html structure of the page. Meanwhile you can try to change or remove the role for search form by editing header-menu.php http://screencast.com/t/DzGjD3gLXF3
The pingback_url parameter should displays the pingback XML-RPC file url: http://screencast.com/t/l39D6FZuw9Q but in your case the url it’s empty. This issue could be caused by a plugin so you could try by deactivating all, leave just Visual Composer active, clear the cache ant test again.
Regarding the css errors these appear because it’s not recommended to use css code inside div tags.
The theme generate a custom css for each block, depending by user’s options, but this code cannot be included in style.css file. This problem it’s present on our demo too: http://screencast.com/t/UmG1YSWBEobU but does not affect the page load.
The theme use h3 tags for entry tiles but you can change that by modifying this functions: http://screencast.com/t/owy14wCxl
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello svetaznalec,
Please ensure you have inserted a code in your custom ad field, like this -> http://screencast.com/t/n7ZnmFwa0Rq and then you have to introduce manually for each post in your text editor, like this -> http://screencast.com/t/3hQofWZi ([td_block_ad_box spot_id="custom_ad_1"])
If you want to have for all your posts, you have to alter the file core corresponding to single template used by you like this -> http://screencast.com/t/8W4RpFk3 (this is an example for post template style 6)
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
Because you’re using a very old version of the theme the update process could be a bit tricky.
First make sure you do a full backup to the database and your current wp install: https://codex.wordpress.org/WordPress_Backups in case something goes wrong you can allays get back to the previous version. Also consider the steps I’ve provide below:
– setup a maintenance mode and you can use a plugin for that.
– empty all caches/purge files if you also use CDN host then disable any services of this type until you switch to the new theme
– disable all plugins
– install the theme then install the required plugins: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
– switch back the rest of the plugins and make sure that they work fine with the theme, you can check this by enabling the plugins one by one then test the site.
Regarding your customizations these will be lost during the update process so you have to re-add them again in theme files or in child theme. Also make sure that the customizations are still compatible with the new theme because many files are changed and also many functions so there is a chance to appear some conflicts.
You also will need to redo your pages because in a previous version the shortcodes for blocks has been changed so they won’t work anymore. Just edit the page with Visual Composer, delete the existent blocks then re-add them again. Such that the new shortcodes will be generated and the page should be displayed fine.
Let us know how it goes and if you need further instructions please provide more details.
Thanks!
Hi
The theme can’t prevent the ad-blockers to not block the ads. Most likely you will need a software which prevent the ad-blocker to block the ads but I can’t make any recommendation in this regard as we didn’t do any test like this.
Thanks!
Hello gregy1403,
I’m not sure what tool you used to move the render blocks to the footer.
Please try to use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ and use the tagdiv speedbooster plugin to move render blocks to footer. Keep in mind that the speedbooster plugin has a compatibility function that makes it shut down if the correct plugins are not installed. You can deactivate this option and force speedbooster to run with all plugins by removing this code: http://screencast.com/t/RZLIOPUNdqh
You will have to manually move some of the render blocks.
Thank you!
Hi
The thumbs used for blocks are defined in td_config.php file. Block 16 use a thumb by 300x194px which is defined here: http://screencast.com/t/lJstRtRdQp I am not sure how do you want to customize the thumb used for this block but if you want a different size for it you can modify the indicated code. Please note that if you change that code the changes will affect also block modules 3, 4, 5 and blocks 1, 2, 5, 6. To affect only the block 16 you can use theme api to add a new thumb size, for more details please check this link: https://forum.tagdiv.com/td_api_thumbadd/
If this is not what you mean please provide more details.
Thanks!
Salut Bogdan,
You can change the grid style from the block settings here: http://screencast.com/t/eUpIF8Hz5d
you can see the different style behavior on our demo: http://demo.tagdiv.com/newspaper/big-grid-1/
Some grid styles have a darker tint set to them. You can use for example style 4 and if you do not want the title background color, you can set it to transparent using css.
Thank you!
Hello Danijela,
Please check your block settings and make sure you have it set to ‘latest’ not random posts or other types of sorting option. You can read more about block settings here: https://forum.tagdiv.com/block-settings-tutorial/
Let us know how it goes.
Thank you!
Hi
For header ads please check this link: https://forum.tagdiv.com/topic/different-header-ads-on-each-page/ I’ve posted a solution there, you may use it and eventually adapt it as needed. To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function For the ads from page content you can use the ad box block and use the corresponding spot for your ad: http://screencast.com/t/YlkV5d5yke
For ads from post content you will need to modify the td_module_single_base.php file and add your conditions here: http://screencast.com/t/xnSMzdwiz
Thanks!
Hello,
Please use this custom css to add the extra padding:
.td_block_slide .entry-title>a {
padding-left: 10px;
padding-right: 10px;
}
If you also want to change the padding to the top and bottom of the text you can add padding-top and padding-bottom to the code and add your desired value in pixels.
I hope this helps.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
I have followed your instructions (FTP new theme 6.4.4, deleted and re-installed the social counter plugin, created FB app).
Now, it appears to be working on our post pages (where the social counter is a widget), but not on the homepage (where the social counter is a block added to the page). Any suggestions?
-
This reply was modified 10 years by
stephenladek.
Hey guys I was having the same problem until I saw this. The instructions in the block settings clearly say to use the tag slug. You should probably change that in the next update to say ‘tag ID’ instead.
Ad blockers block ads. Not much you can do about that.
You can try to use custom CSS without the word “ad” in it, host local ad banners without word “ad” in them, and use local redirect vs outbound link so it doesn’t look like ad and just a graphic.
Not really theme specific. Ad blockers are designed to second guess what content is an advert. Text banners seem to work better in my own experience.
not sure that helps….
Hi I am using the ad in the header for a button for a radio player. see brumradio.com header image.
I can see some ad blockers remove the ad. Is there a fix for this?
Thanks
Richard
Good day ,
I was interested in installing newspaper theme, so for a demo i downloaded it from some other free website and installed it , i adjusted its look the way i wanted in my website. Now that i have purchased the newspaper6 theme and i wanted to install it, while activation in the wordpress theme install page it gave me an error Directory already exist, error installing theme.
I want to install it in a way that it does not change the current look , menus, categories and blocks of my website.
Please Help.