- 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
Oh, perfect, that’s fine! I thank you very much. In fact, for those who have the same concern, you have just to recommended to use two fingers to scroll the menu.
However, I have another question: is there a way to have a main block module in the top that displays all recent posts from all categories, and then secondary block modules that each one display posts from one category, but a post will only be displayed in the secondary block module after it is ejected from the main block module. Note that the main block module will display some 5 or 7 posts.
Thank you very much.
Any updates on the FEED Problem in Newspaper 12.2 and WP 6.1.1?
Instagram GalleryBlock Render Failed – Unsupported request – method type: get
Hi there,
I just discovered this warning in frontend on my homepage:
Warning: Undefined array key “height” in /var/www/vhosts/mqhdcmzy.host246.checkdomain.de/schleswig-holstein.sh/wp-content/plugins/td-composer/includes/tdc_util.php on line 112
Warning: Undefined array key “width” in /var/www/vhosts/mqhdcmzy.host246.checkdomain.de/schleswig-holstein.sh/wp-content/plugins/td-composer/includes/tdc_util.php on line 113
(https://schleswig-holstein.sh)
Tagdiv composer also seems to cause an error in the EventOn event-post editor I am using. It worked with newspaper theme for years without any issues or conflicts so I have no idea what the problem might be. Do you?
Here´s the editor´s error message:
TypeError: el is not a function
at https://schleswig-holstein.sh/wp-content/plugins/td-composer/legacy/Newspaper/js/td_js_for_guten_blocks_editor.min.js?ver=969f3bb4333afe45565e713582b6de14:21:159
at ct (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:43430)
at Bt (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:50249)
at os (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:112112)
at Ur (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:77643)
at Ir (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:77571)
at Dr (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:77434)
at Pr (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:74429)
at https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:30173
at unstable_runWithPriority (https://schleswig-holstein.sh/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1:9:7431)
Thanks in advance,
krimiwa
Hi,
I still have some problem with the reset password procedure…
In the reset password email sent to the user, the reset url reads :
wp-login.php?action=rp&key=xxxxxx&login=XXXX
Once we click on the url, the url is rewritten like this in the browser :
login_page_name/?password_reset&login=XXXX&key=xxxx
For security reasons, I only use the newspaper login page and I block access to wp-login.php, thus if the reset url (even if it is written once clicked) contains wp-login.php, the user will be blocked. He will be redirected to a 404 page.
Could you fix this so that only the rewritten url appears on the reset password email sent to the user ?
So, in the reset password email sent to the user, the url should already be rewritten like this :
login_page_name/?password_reset&login=XXXX&key=xxxx
Then, even if wp-login.php is blocked, the user will be able to complete the reset password procedure.
Looking forward to your reply,
Regards
Hello,
The only solution is to upload the images via FTP, and use only Flex Block, and set the image size to full https://i.imgur.com/md94FTV.png
Thank you!
Hello,
You can assign a template for subcategories. Also, you can add a flex block on that category and filter it to a specific category -> https://forum.tagdiv.com/cloud-library-category-templates/ -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello,
The blocks and elements are the same as they are presented in the documatation, only the design changes -> https://forum.tagdiv.com/newspaper-theme-documentation/
You can ask if you don’t know something specific, and we will try to help you.
For example, if you have set an image or color, usually, it is set on the row, so you need to edit with tagdiv Composer, select the row, and in the tab css, you will find it.
Please check this video about how you can create a website from scratch https://www.youtube.com/watch?v=SoGQ0d5kIBg.
Thank you!
Hi,
Each thumb that you have enabled will create a copy for that image, so you can disable the thumbs that are not used
So, our theme makes thumbs which are enabled in Theme Panel -> Block Settings => https://www.screencast.com/t/ZvDvpiBFKY3 -> https://forum.tagdiv.com/theme-thumbs/.
Also, WordPress creates thumbs => https://www.screencast.com/t/AMVBOZWto
Our suggestion is to take a look at what blocks you use and make sure that the thumbs are active only for that=> https://forum.tagdiv.com/theme-thumbs/
After activating the thumbnail sizes you need to regenerate your thumbnails using a plugin. Check this: https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thank you!
Hi,
It looks like the element you use for the gallery has a stronger css than the one from the theme.
If you want to set them nicely on 2 columns you can use this custom css:
figure.wp-block-gallery.has-nested-images {
display: flex;
flex-wrap: wrap;
}
Set this css in the theme panel > custom code> custom css.
Also, if you want to remove the click from images on the gallery you can use this custom css.
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
pointer-events: none;
}
I hope this will help you!
Hi,
You can’t filter the block Posts Loop, you can only sort it => https://www.screencast.com/t/geckLSYd5sa, so if you have set the Posts Loop on the homepage, then will display all posts of all categories, if you have set the Posts Loop set on the category template, then will display the posts only from that category.
You can apply the filter only on the Flex Block and Big Grid Flex -> https://imgur.com/Nnt3zGX
Thank you!
Hello,
Do you want ro disable the date on the block or inside the posts?
For mobile theme version to remove the date on the blocks, please go in Theme Panel -> Block Settings -> Meta Info on modules/blocks and disable the date => https://i.imgur.com/xatSZen.png -> https://i.imgur.com/nSa3P6Q.png
Thank you!
When using Google Auto Ads I have to insert two code blocks:
– one in <head></head>
and the other after the pages <body> where I want to use Auto Ads.
The Newspaper – Theme Panel – Mobile Theme – AMP Ads – only have a field for “AdSense Auto Ads for AMP”
How can I do It?
Thanks
It does not make any sense.
When I do not have a background, the title is still getting green on block hover, but I cant’t click the block only the title. The same with your default “Hover effect”, it does the effect on block hover, but I can’t click the block, only the title.
Hover effect but non-clickable, does not sound right?
In my mind it is still really bad UI/UX, especially on mobile phones, where you NEED to hit the title/letters with your finger and not just the block.
Maybe you could implement a simple checkbox in the Flex Block 1-settings saying “Make the whole block clickable” etc.?
Yes I know, but I need to manipulate the action, so it is a “Report” button instead.
That would be easy, if I was able to use the default filter in functions.php, but I am not using your Flex block.
I would try to solve it using some JS, but I don’t know, if it will work..
Hello @michalj87!
1. Do you mean this? https://prnt.sc/2V8S-m7sYNU4
2. Please provide more information (screenshots/video) about what exactly you need to achieve or what is the issue there.
A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.
3. Check this settings guide of a block: https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello @kennethhede !
In order to customize the Read More button from the Flex block 1, you have some settings: https://prnt.sc/zyVQAm6gpNlV -> https://prnt.sc/3pR74OBjdN4e.
Thank you!
Hello @ppbub!
You can populate your posts and group them by category. In this mode, you can easily filter them into the blocks.
We recommend to use cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
More documentation about the cloud templates is here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Please check the differences between cloud vs default templates from our guides:
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-default-templates/
Thank you!
Take a look at this screen recording: https://youtu.be/FjjbqCaLMHE
I find this really annoying when using the “Flex Block 1”, and it is also extremely bad UI/UX, especially on mobile devices.
All of the single item area is hover-active, and shows when the cursor is on this, but only the link title text is clickable. That is really bad in my mind.
You should do something about this.
Hi.
How can i edit category template? (terazbiznes.pl/newsy/wiadomosci)
I don’t want to create a new one because I don’t know how to create this gray block.
Hello,
I am facing this issue recently, can anyone please help me fix this –
Thank you.
Hm, I hear you, but it would be better if you could suggest a solution, since we are several clients looking to solve this. Maybe add an option to the block for remembering the loop position for use in a following loop block?
Hi @Bettina,
it seems working even though we don’t have all the customizations of the pullquote block. Hope this bug can be sorted.
Thanks for your help
Hi Bettina!
For example on this page I would like to split the first post listing block in multiple parts so that I can have more than one ad in that block (every other post e.g.):
https://www.aktuellsakerhet.se/category/debatt/?utmpreview=true
That is, have multiple instances of the post loop block where I have set the number of post to display to 1, and for each post loop block I increase the posts offset with 1. Then I can put a custom ad block in between each of the post loop blocks.
I have the same problem using multiple post loop blocks with increasing offsets on a category page, in order to stick ads in between – has there been any progress on solving this?