Search Results for 'review'

    No search results were found in Documentation!

Results from the Forum
Anamaria
tagDiv Staff

Hi,

Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/ -> https://community.godaddy.com/s/question/0D58W00007ggvUDSAY/403-forbidden-error-not-sure-why

Thank you!

Anamaria
tagDiv Staff

Hello,

The theme and WordPress create thumbs.
For each thumbnail you enable, a copy of that image will be created. I recommend using Flex blocks instead of blocks 1-25, which are from the tagDiv standard pack and cannot be customized as a Flex Block. This plugin loads all the styles even if they are not used. Therefore, our theme creates thumbnails that are enabled in Theme Panel -> Block Settings => https://www.screencast.com/t/ZvDvpiBFKY3 -> https://forum.tagdiv.com/theme-thumbs/. Additionally, WordPress creates thumbnails at https://www.screencast.com/t/AMVBOZWto. Our suggestion is to review the blocks you use and ensure that the thumbnails are active only for that particular use => https://forum.tagdiv.com/theme-thumbs/.
The tagDiv Composer is our page builder and it can be used for building pages and cloud templates, but not for creating posts. For this, you’ll need to use Gutenberg or a classic editor.
Using tagDiv Composer, you can build/edit the single post template (the layout of the posts).
Here is a video that will show you how to use the builder to create a website from scratch https://www.youtube.com/watch?v=SoGQ0d5kIBg to do this you’ll need to have the posts already.

Thank you!

noc
Participant
#0

Hello,
When adding image from gallery or uploading a new one to a “Single image” in TD Composer, the image is not rendering in preview and it cannot be saved (see link https://culturailfov.ro/arhiva-foto/)
All worked ok until 2-3 weeks ago
Thanks

ioannisch
Participant
#0

I have problem from yesterday night untill now. Every link a share in Facebook i get problem with 403 forbidden noninage preview no title preview. Only show this . Any issue? I didn’t install ot change something. https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fe-agrotis.gr%2F2024%2F10%2F%25ce%25b5%25ce%25bb%25ce%25b1%25ce%25b9%25ce%25bf%25ce%25ba%25ce%25bf%25ce%25bc%25ce%25af%25ce%25b1%2Felaiolado-ti-simainei-parthno-exairetika-partheno.html%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Ddlvrit how i fix it

pivetesgames
Participant
#0

Hello,

I am encountering an issue when trying to access the REST API endpoint /wp-json/td-composer/save_post. The route returns a 404 error (“No route was found that matches the URL and request method”). However, I am able to access the namespace /wp-json/td-composer/, which suggests the namespace is registered, but the specific endpoint is not.

Here’s what I’ve already tried to resolve the issue:

1. Code Review
I checked the tdc_ajax.php file where the /save_post/ route is registered with the following code:
php

register_rest_route($namespace, '/save_post/', array(
'methods' => 'POST',
'callback' => array('tdc_ajax', 'on_ajax_save_post'),
'permission_callback' => '__return_true',
));

I tested replacing the callback with an anonymous function that returns a simple response, but the 404 error persists:
php

register_rest_route($namespace, '/save_post/', array(
'methods' => 'POST',
'callback' => function() {
return new WP_REST_Response('Route is working', 200);
},
'permission_callback' => '__return_true',
));

2. Server Permissions

I adjusted the server permissions to ensure:
Directories are set to 755.
Files are set to 644.
The wp-config.php file is secured with 600 permissions.
Ownership of files and directories is set correctly for the web server user (apache).

3. Permalink Rewriting
I resaved the permalink settings in Settings > Permalinks in WordPress, but it didn’t resolve the issue.

4. Cache and ModSecurity
Cleared all caching services (Cloudflare and any caching plugins).
Temporarily disabled ModSecurity to ensure it wasn’t blocking the REST requests.

5. PHP Extensions and Configuration
Verified that the necessary PHP extensions are active, including:
json
curl
mbstring
openssl

The PHP version is 7.4, which meets the requirements.
Increased the PHP limits in the php.ini configuration:
memory_limit = 256M
max_execution_time = 300
post_max_size = 64M

6. Plugin and Theme Conflicts
Tested with all other plugins disabled, leaving only the one registering the REST route.
Switched to the default Twenty Twenty-One theme to ensure there was no theme conflict, but the 404 error persists.

7. Error Logs
Checked the PHP and server (Apache) error logs but found no relevant messages related to the failure in registering the REST route.

8. Namespace Adjustments
The namespace is currently set to ‘td-composer’. I also tried adding a version (‘td-composer/v1’), but the issue remains the same.

9. Debugging Attempts
I added debug statements to ensure that the rest_api_init hook is being called. The debug message appears, confirming that the code is executing, but the /save_post/ endpoint is still not accessible.

After trying all these solutions, I am reaching out for assistance. Is there any specific issue with the Newspaper theme or the td-composer plugin that could be causing this failure to register the route?

Thank you in advance for your help. I look forward to your guidance.

wiljamo
tagDiv Member

It works when you submit the review but if you update the site its blank.

simchris
tagDiv Member

Maybe html in the review?

wiljamo
Participant
#0

I´ve been working on the site http://www.golf365.se and have a problem.
When i publish a review, the site for the post breaks and i can only see the menu.

Does anyone know what is wrong?

Best regards,
William

Anamaria
tagDiv Staff

Hi,

You can use the User review to add a review, and after, you can delete the form and leave only the score.

Thank you!

dschroth
tagDiv Member

I’m running into this as well – I want to create a CPT for my reviews to separate it from other post types, but I can’t activate the reviews module in the editor. Is there any workaround to allow this or something that’s on the development roadmap?

svsanchez
tagDiv Member

Hi again,

I reverted to Newspaper 8 again, but this time I exported all my articles by category, then did the whole upgrade and imported the articles category by category, so now I finally have all my articles back.

HOWEVER, I am still having several issues:

1) The header menu doesn’t appear, Where do I add it? I get the following message:

Header Main MenuRender failed – please select a menu

2) There are several “subtitles” which I can’t find where to change them:

– DON’T MISS
– STAY CONNECTED
– MAKE IT MODERN
– LATEST REVIEWS

3) Also, instead of showing my real categories, the home page is showing what appear to be some kind of “categories” which do not really exist, and it’s placing my articles from the REAL categories randomly on those non-existent “categories”:

– LIFESTYLE NEWS
– HOUSE DESIGN
– TECH AND GADGETS
– PERFORMANCE TRAINING
– HOLIDAY RECIPES
– WRC RACING
– HEALTH AND FITNESS
– ARCHITECTURE

How do I remove them and show my REAL categories?

#0

I have this issue on newest Safari Browser on my Macbook. With my site and also TagDiv Preview-Template on Sticky Menu, there is a vertical, white line:

https://postimg.cc/xJ63ZVmT

TheZugzwangBlog
tagDiv Member

Hi Calin, we are currently reviewing the website once again with an external technician. We will give him the opportunity to review it without interfering. As soon as the reviews are finished, we will write to you to try to find a solution. Thank you.

Anamaria
tagDiv Staff

Hi,

Do you want to add a review for the post or a custom post type? For normal posts you can add like in this guide https://forum.tagdiv.com/reviews-2/
For the cpts you can’t add the author reviews. You can use the User review to add a review, and after, you can delete the form and leave only the score.

Thank you!

Jinxer
Participant
#0

I’ve added the Module Review Overall component to a page and set the source to Author Review. However, how can I submit a review for a post? I don’t see an option to add new reviews in the ‘Reviews’ section, and there are no options for adding reviews when creating a new post. How do authors submit their reviews?

urishtaujjain
tagDiv Member

thank you very much Calin for helping me solve my color contrast problem, now my score is improving

Just review it – One more helps for your sides I have attached the screenshot of my search console, you can check it and tell me what the issue is. Is there any issue with the code I have pasted because the articles I posted yesterday were not indexed?

Adrian568
Participant
#0

Hello, I have a problem with my website https://doradnik.pl/. On the homepage, instead of articles, some code is displayed:

[td_block_3 category_id=”730″ limit=”4″ custom_title=”Meble do domu i do ogrodu” header_text_color=”#000000″][td_block_3 category_id=”729″ limit=”4″ custom_title=”Oświetlenie zewnętrzei wewnętrzne” header_text_color=”#000000″ header_color=”#38f916″][td_block_3 category_id=”702″ limit=”4″ custom_title=”Polecane materiały budowlane” header_color=”#2aff00″ header_text_color=”#3f3f3f”][td_block_3 limit=”4″ category_id=”713″ custom_title=”Polecane narzędzia i elektronarzędzia budowlane” header_color=”#eeee22″ block_template_id=”” header_text_color=”#000000″ review_source=””][td_block_15 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjAifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” custom_title=”Najnowsze” header_color=”#f9c100″ header_text_color=”#000000″ td_ajax_filter_type=”” ajax_pagination=”next_prev” sort=”” image_size2=”” f_header_font_transform=”uppercase” category_id=”” td_ajax_filter_ids=”” show_review2=”none” show_audio2=”none” f_ex1_font_size=”eyJwb3J0cmFpdCI6IjExIn0=” f_ex1_font_line_height=”eyJwb3J0cmFpdCI6IjEuNiJ9″ modules_space2=”eyJhbGwiOiIyNiIsInBvcnRyYWl0IjoiMjAifQ==” modules_space1=”eyJhbGwiOiIwIiwicGhvbmUiOiIyMSJ9″ meta_padding2=”eyJwb3J0cmFpdCI6IjAgMCAwIDEzcHgifQ==” video_icon2=”24″ image_size=”td_485x360″ limit=”12″]

I checked the theme editing section in the header because I wanted to inspect the H1 headings, as there are two H1 headings set on the page. I didn’t make any changes, I just took a look. How can I fix this problem?I restored a backup from the previous day, but it didn’t help. The code is only visible in the Firefox browser.

araf
Participant
#0

Hello, I want to share the post I published via twitter, but I couldn’t find it in the theme. Also, when I copy the link and want to share it on twitter, only a short link appears. There is no preview or thumbnail image.

Calin
tagDiv Staff

I’ve reviewed the token, and it seems that after Meta’s recent updates, the token we were using to set featured videos via Facebook is no longer valid. I’ve informed our development team, and they will assess the next steps to resolve this issue.

Mark Gilbert
tagDiv Member

I see the CSS code in the Live CSS in both the above pages is the same:

.td-container-wrap .td_flex_block_1{
display: block!important;
}
.td-a-rec{text-align:left;}

and both have extra class tt-icon

Therefore, I don’t understand why on https://jazzjournal.co.uk/author/nigel-jarrett/ the arrows are together at the left (the default?) and on https://jazzjournal.co.uk/category/reviews/audio-reviews/ they are separated at left and right of the page.

Thanks

Mark Gilbert
tagDiv Member

A curiosity related to this: I have a post loop on author pages copied from the category page cloud template. The cat page template came with extra class tt-icon and the ajax arrows far left and far right. On the category template removal of tt-icon brings both arrows to left. Here with tt-icon in place:

https://jazzjournal.co.uk/category/reviews/audio-reviews/

The same category row, copied to author template, with extra class tt-icon in place, does not render arrows left and right but both to the left. (Removal of extra class tt-icon makes no difference.) Here with tt-icon in place:

https://jazzjournal.co.uk/author/nigel-jarrett/

How come?

Thanks

Mark

Mark Gilbert
tagDiv Member

Hello, Anamaria – I’ve tried selecting current category in a Flex Block 1 used in a post as in column 3 here under “Read more”:

https://jazzjournal.co.uk/2024/10/01/new-releases-oct-nov-2024-q-s/

I expect it to show posts from the same category as the current post (“new releases”) but it always shows “audio reviews”.

I suppose I’m expecting the wrong thing. How does “current category” work? Can’t find any documentation on it.

Thanks

Mark

finsmes
tagDiv Member

when i make the change I get this message “td_block.php js_tdc_get_composer_block – callbackDelete(tdi_1_ddd) – td_block base callback runned”, but no error untill i try to save the content and I get the error “save_post – ERROR and on network” and on the preview i see “Enable JavaScript and cookies to continue”.
I have tryied to follow your suggestion but the problem is still on.

Anamaria
tagDiv Staff

Hi,

If the settings are not saved, you can inspect them by right-clicking -> inspect -> console -> select the error in the tab network -> preview, and you can see the cause.
Please check this topic https://forum.tagdiv.com/topic/tagdiv-composer-does-not-save-only-content-of-homepage/

Thank you!

finsmes
tagDiv Member

I have the same problem: when i check the console i get this error on “save_post?uuid=….” with preview saying “Enable JavaScript and cookies to continue. I have disabled my security plugins, checked if my cloudflare configuration is compliant to your raccomandation and check also this “https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/” but still cannot solve. I am also having problem with ajax request on website, like prev and next button for pagination.

Viewing 25 results - 451 through 475 (of 7,000 total)