- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
If you are using a PRO demo or cloud templates, that is why the theme panel settings are not apply. Using cloud template from tagDiv Cloud Library, you’ll need to edit the cloud template using tagDiv Composer and set on the elements the color and style you want
For example in order to change the share style, please edit the single post template wit tagDiv Composer, like this -> https://i.imgur.com/ZpxtjbP.jpg click on the share buttons and choose a style https://i.imgur.com/jyYrNlL.png after that do not forget to save the changes.
If you are using single post template you need to edit it with tagDiv Composer like this -> https://i.imgur.com/6BRfOox.png and use the right click to remove the elements you do not want -> https://i.imgur.com/sKWxCCb.png
Let me know the results!
Thank you!
On my homepage I like to have the number of comments and views in the meta-info. There is a possiblity to do that in the Blocks like Flex, but I can’t find it how to manage this in Big Grid Flex. Do you have a suggestion for me?
After the update, ve filters flew by category. Installed in blocks. I can not install it again
https://prnt.sc/sg3fg0
Hi,
i was working on cloud templates and now if i try to create new post (or page) with gutenberg the text area is 300px.
I don’t understand why there is this css rule and how can i delete it.

I tried to set a custom css rule in theme panel like
.td-gutenberg-editor .editor-styles-wrapper .wp-block {
max-width: 100% !important;
}
but it doesn’t work!
what happened? Is because I change some column width?
TY
Hello !
You will need to remove the BLOCK and use FLEX Blocks.
Thank you !
Hello.
I’m creating a custom single post template and I want to add “Related posts” and “More from author” blocks at the end of the post content, but I can’t see this blocks in the editor.
Can you help me with this?
Thanks.
I couldn’t find quotation block in the left sidebar – https://www.screencast.com/t/bU53YR8vSl
Something like this – https://www.screencast.com/t/FLv0wrGnRYgh
or this – https://www.screencast.com/t/mcRHmRrzw31S
Do you have any workaround how to do it for page?
Hi,
Please do not replay in your topic, this will only delay the time until you get the answer, we answer in topics from oldest to newest.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Sure,
URL: orthopraxia.gr/login
Permissions=Author
I have a draft post with quotes for you to see the problem.
In the editor, the font is messed up. In the frond-end, the font is displayed OK, but the alignment and the font size are messed up.
Could you please tell me also how I can use custom css to format permanently all blockquotes? Or can I do it through the theme panel and how?
Thank you.
-
This reply was modified 6 years by
Calin.
Hi,
You can use the search from tagDiv Composer -> https://i.imgur.com/ShAOZjt.jpg -> https://i.imgur.com/GQVqNn9.jpg also this option is available only on flex elements:
-> https://forum.tagdiv.com/flex-block-settings-guide/
-> https://forum.tagdiv.com/big-grid-flex-settings/
Or you can try a custom css for all background categories -> https://i.imgur.com/0K71TD4.png
.td-post-category{
background-color: #e12!important;
}
The code need to be set in theme panel> custom code> custom css.
If you want to make a testing website on sub-domain or localhost, then you’ll not have any problems with the license agreement, only if you want to use it on multiple website.
You can read more about it here:
-> https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/ end products (live websites).
According to Envato license terms a theme can be used for a single end product (website)
– https://themeforest.net/licenses/standard
– https://themeforest.net/licenses/terms/regular
Thank you!
Hi,
1. Indeed if you are using PRO demos, the settings from theme panel will no affect website, because PRO Demos are build suing cloud template from tagDiv Cloud Library and are build/edit with tagDiv Composer. So if you want to edit the pages or templates you need to do it with tagDiv Composer, for pages -> https://i.imgur.com/FIDsl3X.png or cloud templates -> https://i.imgur.com/QUul6Mj.png
2. There are two ways that you can create pages with our theme, using tagDiv Composer, you can see the example for homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ or using the Gutenberg editor from WordPress -> https://developer.wordpress.org/block-editor/
If the pages were build with other plugins like Elementor, then is possible to not be recognize by the theme.
3. Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
If you are using cache plugins, you need to enable the option from theme panel -> https://forum.tagdiv.com/ajax-view-count/
Now the view counter seems to work -> https://i.imgur.com/d1e3691.png -> https://i.imgur.com/BOC93tO.png
Let me know the results!
Thank you!
Hi. I need some information. Inside my home page I have placed the advertising blocks. They are several both small and large. How can I perform an automatic rotation of advertisements? I attach link home page website.
————– http://www.ilgiornaleditrani.net. Grazie.
Hi,
Sorry, the pagination is available only on posts loop element, it can not be achieve on flex block.
Thank you!
Hi,
To remove the page title use the page template default -> https://forum.tagdiv.com/page-templates-2/
Unfortunately the background category from blocks can be change only with custom css, only on flex blocks can be change using tagDiv Composer.
example of css -> https://i.imgur.com/yXxD1P3.png
.td_block_11 .td-post-category{
background-color: gray;
}
The code need to be set in theme panel> custom code> custom css.
Also we recommend to use a flex bloc -> https://forum.tagdiv.com/flex-block-settings-guide/ this can be customize how you want.
To adjust the mobile view please try this custom css
-> https://i.imgur.com/X7vnWru.png
.td_block_11.td-column-1 .td_module_10 .item-details {
padding-left: 0;
}
the code need to be set in theme panel> custom code> advance> phone
Thank you!
Hi,
Unfortunately the only image size available on flex blocks are these -> https://i.imgur.com/g0Xp2In.png there is no option in theme to create other thumb size that can be use by flex block, this can be achieve only if you make change in theme files and these will be lost when you’ll update the theme.
The best way it will be to optimize your website -> https://forum.tagdiv.com/topic/speed-optimization-2/
Also the above php code can be set only in theme files and this is not indicate.
The code must be set in one of the files from this path -> wp-content/plugins/td-cloud-library/shortcodes/single the important thing is that you need to have that element on your cloud template and the code for buttons should work.
Thank you for your understanding!
Hi,
this depend on the elements you are using, the best way it will be to use a flex block, you can adjust the image on these elements with tagDiv Composer and the changes will not be lost when you’ll update the theme.
Also please provide me link to your website where I can inspect the blocks elements that you are using.
Thank you!
Hello !
At the bottom of your posts you can set reviews, by selecting the star type review the flex block will be able to show your review there: https://www.screencast.com/t/Lu5wBDBAt
Thank you !
Hi,
If you want to save all 3 Tables then you need to set them in a inner row or row, in this way you can save that row. -> https://i.imgur.com/hctAQht.png -> https://i.imgur.com/RXJTFWQ.png the elements will be saved with the settings that were made then, and you can apply/set it where you like -> https://i.imgur.com/qWA5n89.png also you can edit them like a block element from composer (the settings will apply only on that element, not on all element). -> https://i.imgur.com/6LFchTq.png
Thank you!
Hi,
Unfortunately what you want to achieve it can be done only with custom work, if you want you can check our custom services from here -> https://tagdiv.com/web-development-services/
What you can do is to use 2 flex block 1 elements to achieve something similar with big grid flex 2.
Thank you for your understanding!
Hi,
Please provide me a link to your website where I can inspect these blockquotes, in this way I will be able to help you to display the Noto Sans, GFS Didot fonts.
Thank you!
Found the answer. RIGHT CLICK on ‘Row’ on the empty column, that’s when the ‘DRAG TO DELETE’ appears…
PLEASE could you make this more obvious!!!! maybe in the block instructions on the left… this took so long to figure out.
*Just to correct ‘EMPTY COLUMN (not empty blocks)
Hey, I’m tyring to get rid of empty blocks left behind by deleted blocks as I trial out different blocks. However When they are deleted, I’m left with an ’empty block’ which says should be deleted by composer, but there’s no obvious way to get rid of it. The bin symbol disappears, all I see is ‘Row’ and ‘Column’. Other blocks if you try and move them a ‘Move Here to Delete’ appears, but not with the empty blocks.
As a result they are creating dead space when I look at the preview site.
Quite confused
Ok I solved it:
I was creating a template for a single category, so I did set the background image in the template editor. But not in the Theme Panel > Categories > Per category settings > My Category
So I guess you don’t display the block if the background there is not set.
Now, I leave the field empty in the template editor, and I set a background image in Theme Panel > Categories > Per category settings > My Category and it works
Cheers
Regards.
Could you provide me with the correct measures of block advertising and the long ad, as it appears in the demo please for a better chord.
or rather the correct measures that the theme supports for advertising.