No search results were found in Documentation!
Hello !
This seems to be an wordpress issue since it looks like you do not have admin rights but you are admin. After a quick google search i’ve found this: https://wordpress.org/support/topic/new-post-or-page-submit-for-review-only/
Let me know if this helps.
Also please note that support team is answering the topics from latest to newest. So if you keep replying to your topics or creating multiple topics you only make the waiting time longer. And our working hours are 08:00 AM to 17:00 PM ( Monday to Friday ) GMT+2
Thank you !
Hi,
Our theme review system is compatible with rich snippets but we can only recommend seo yoast for this purpose.
Reviews -> https://forum.tagdiv.com/reviews-2/
Please check this topic -> https://forum.tagdiv.com/topic/review-system/
Thank you!
Hi
I’m trying to modify the title font size on Tagdiv > module 14 fonts but although changes seems ok on preview panel, they are not applied on browser live preview. I’ve tried to edit it on Newspaper – Theme panel > theme fonts > modules and blocks – article title but there aren’t no changes too.
Please help.
Regards,
JM
The amazon native ads are not working on my website. When I paste the code on the post it shows in the preview but after updating the post the ad is nowhere to be seen. Please check!
It seems that posts on our site, adcreview.com are not pulling up feature images. Also, when I try to edit a post, I get the following error: Failed to load plugin: wptadv from url https://www.adcreview.com/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js
Should we have this plugin disabled?
Getting this error while I am previewing my blog post.
Warning: require(/home/thecklwn/phonetouse.com/wp-content/plugins/td-composer/legacy/Newspaper): failed to open stream: No such file or directory in /home/thecklwn/phonetouse.com/wp-includes/comment-template.php on line 1510
Fatal error: require(): Failed opening required ‘/home/thecklwn/phonetouse.com/wp-content/plugins/td-composer/legacy/Newspaper/’ (include_path=’.:/opt/alt/php72/usr/share/pear’) in /home/thecklwn/phonetouse.com/wp-includes/comment-template.php on line 1510
The site is experiencing technical difficulties.
Thank you so much for your response. So there’s no way to make three big category blocks (first block is always fashion, second block is always travel, third block is always dining) and the whole block is clickable to a category page (not a post page)?
If possible, I’d love for the block to preview (image) the latest post in that category, but again, still link to a category page.
Hi there, is possible to activate WPBakery with tagDiv Composer?
I ask that because i finded a very good plugin for reviews: https://ultimate-reviewer.ghostpool.com/review-templates/
And it needs WPBakery to Work.
Also i want to say that the native review function from the theme is good, but it is very, very, VERY limited, because Google rank’s better sites that allow users to vote. So that is why i’m looking for a plugin that can provide that for me.
And i finded this one, but it needs WPBakery to work…
Hi,
You will find the post setting just below the Yoast options in any post while editing it.
In post settings, you can find the reviews option
Got a fix for this. Go to wp-includes/comment-template.php, and then to the function comments_template.
Under the first if function, insert this:
if ( is_preview() ) {
return;
}
Should look like this:
function comments_template( $file = '/comments.php', $separate_comments = false ) {
global $wp_query, $withcomments, $post, $wpdb, $id, $comment, $user_login, $user_ID, $user_identity, $overridden_cpage;
if ( ! ( is_single() || is_page() || $withcomments ) || empty( $post ) ) {
return;
}
if ( is_preview() ) {
return;
}
Basically stops the function from running if it’s a post preview. Fixes it nicely.
Hope this helped! Be sure to update it every time there is a WP update 😀
Hi,
Seems that there is still a demo image set somewhere in the theme panel, that was not changed. This image causes a mixed content warning – http://prntscr.com/nyqslz
Try looking for it here – http://prntscr.com/nyqsyt remove it or change it with one of your images.
I checked the website on mobile, looks fine. That is how the mobile theme looks. If you don’t want the mobile theme, you can deactivate it as it is an optional plugin. Then the same content from desktop will appear on mobile.
The latest articles section will appear at the bottom of the page, if the required template is selected for the respective page – https://forum.tagdiv.com/page-templates-2/
To remove it select a different template, like the default page template for example.
I believe you are using the code for changing the review star color from here
– https://forum.tagdiv.com/topic/i-cant-make-use-of-your-theme-yet/
I made it so that it applies only in posts, but I can modify it to apply everywhere.
– http://prntscr.com/nyqy5h here it is – https://pastebin.com/bUBrVBKB
Remove the previous code and enter this one.
If you have more questions let me know.
Thanks
Thanks for replying Simon. I agree it would be easier to remove and add a custom link, but then we lose the built-in ability to have the “sign in / join” link change to the subscribers login name with a new link to the user page. Plus I believe we would lose the Logout feature as well. I really don’t mind it being hard to modify in the code for now. It’s more important to my client and me that it works best for the new subscribers (site launching very soon). The way you guys have it setup is great. I don’t need to be shown how necessarily, just more where to look. I did some review of some of the theme files and was not able to easily find it. I was hoping for heads up on where those values are stored, what php files or if in the database. I assume they are somewhere to edit, not compiled into something. Thank you.
Hi Vlad,
Thanks for the reply.
The blog is currently not live, I am still in the development stage.
When I hover over the post title and press ‘preview’ – I am able to see the previewed content perfectly.
It’s just when I click on it to continue editing, that I get the message: The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.
I’m a bit of a novice with wordpress. Could you explain what you mean by – ‘copy the post content from the homepage, erase it and re-create it again’.
Thanks
Hi,
Our theme review system is compatible with rich snippets but we can only recommend seo yoast for this purpose.
Reviews -> https://forum.tagdiv.com/reviews-2/
Thank you!
Hi,
Unfortunately, the theme does not have any such an option for that, sorry! For more information about our review functionality, please check here -> https://forum.tagdiv.com/reviews-2/ Also, if you want to integrate the Review a post by a user, you need to use such a plugin with this functionality because the theme does not have something like this. You can choose a plugin from here -> https://wpneon.com/wordpress-star-rating-plugin/ and check it how it works.
Thank you!
Hi,
Check the posts with the Google structured data tool
– https://search.google.com/structured-data/testing-tool/u/0/
The reviews should show up there if the posts contain them. Why Google decides not to display them up I can’t say. Check some online guides for more information
– http://userguide.getfivestars.com/knowledge-base/3-tips-for-getting-your-review-stars-to-show-in-google-search/
– https://www.ianbrodie.com/get-star-ratings-google-search-results/
Rich results are on the rise -> https://yoast.com/rich-results-everywhere/
Thank you!
Dear Willkar, what changes i made to wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php
that user ratings showing in my website artiles.
regards
yes theme is valid for stars, its a reviews a rich results, you can add any rich results/reviews wordpress plugin and activate this after few day google search will start showing reviews rating.
Hi,
I am wondering how to add stars to reviews which I have, and even more important, how to assure that that stars will be shown in Google results page.
I installed Yet Another Star Plugin but before start experimenting with other plugins I would like to check does theme have this feature and if yes how to use it.
Thank you
Hy Vlad,
Thanks for the Reply.
I did it like you describe it in the Screens.
1) i changed the Format
2) Used the Style 11
3) Add Link as i see on the Screen ( .youtube.com/watch?v=UVDqLOz2jSM )
Save and Preview. But Nothing happens the Blog page is still blank. if i go back to the Post Edit, the Video Input Box is again Empty.
Any mistake that i made?
Fredi
Hi,
The code for the reviews can be found on this path -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php
Thank you!
Hi team,
I’ve created a page using tagdiv composer.
The page loaded as per expected on desktop version but if viewed on tablet or mobile, it will return a blank page excluding header and footer.
eg. http://www.wereviewproducts.com/contact/
Here is the link to a screen recording: https://drive.google.com/file/d/1h52RoODJhCLc_kZaW-pDQc01SY3FMu0_/view?usp=sharing
Regards,
Adli
Hi,
I do not quite understand, I think that you want to show the reviews in google search, if if this than yes, you can use our Reviews functionality from our theme because the Google will be index this post and the stars will be there, in SERP section, as you can see here -> https://www.screencast.com/t/FLdBDtoaYMA
Thank you!
Dear Support,
I followed your instructions and it seems now home page is appearing properly except Social Networking tags.
Please have a look on https://abitfar.com/ and have a look on these tags:
[td_block_social_counter custom_title=”STAY CONNECTED” facebook=”aBitFarIN” style=”style4 td-social-colored” twitter=”aBitFarIN”]
This is appearing on home page, right corner.
Current tag set of this page is like this:
[vc_row][vc_column width="1/1"][td_block_trending_now sort=”featured” limit=”5″ category_id=”66″][td_block_big_grid_3 td_grid_style="td-grid-style-1" sort="featured"][/vc_column][/vc_row][vc_row el_class="td-ss-row"][vc_column width="2/3"][td_block_1 limit="5" custom_title="Don't Miss" header_color="#e29c04" td_ajax_filter_type="td_category_ids_filter" td_ajax_filter_ids="" td_filter_default_txt="All" ajax_pagination="next_prev" sort="random_posts" category_ids="" category_id="67" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0="][td_block_2 category_id="" limit="6" header_color="#4caf50" td_ajax_filter_ids="" td_filter_default_txt="All" ajax_pagination="next_prev" td_ajax_filter_type="td_category_ids_filter" custom_title="ALL AROUND"][td_block_15 category_id=”59″ limit=”3″ header_color=”#607d8b” td_filter_default_txt=”All” ajax_pagination=”next_prev” sort=”random_posts” custom_title=”ENTERTAINMENT”][td_block_1 category_id="26" limit="5" custom_title="Tech and Gadgets" header_color="#f44336" td_ajax_filter_type="" td_ajax_filter_ids="" td_filter_default_txt="All" ajax_pagination="next_prev" sort="random_posts"][/vc_column][vc_column width="1/3"][td_block_social_counter custom_title="STAY CONNECTED" facebook="aBitFarIN" style="style4 td-social-colored" twitter="aBitFarIN"][td_block_ad_box spot_id="sidebar" spot_title="- Advertisement -"][td_block_15 category_id=”” limit=”4″ custom_title=”MAKE IT MODERN” td_filter_default_txt=”All” ajax_pagination=”next_prev” sort=”random_posts” category_ids=”21,26″][td_block_1 category_id="" limit="3" custom_title="LATEST REVIEWS" td_filter_default_txt="All" sort="random_posts"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block_11 limit=”5″ custom_title=”PERFORMANCE TRAINING” td_filter_default_txt=”All” category_id=”68″ sort=”random_posts” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0=”][/vc_column][vc_column width="1/3"][td_block_ad_box spot_id="sidebar" spot_title="- Advertisement -" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0="][td_block_6 category_id="" limit="1" custom_title="HOLIDAY RECIPES" header_color="#e91e63" td_filter_default_txt="All" tag_slug="" sort="random_posts" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0="][/vc_column][/vc_row][vc_row][vc_column width="1/1"][td_block_ad_box spot_id="custom_ad_1" spot_title="- Advertisement -"][/vc_column][/vc_row][vc_row][vc_column width="1/3"][td_block_19 category_id=”” limit=”4″ custom_title=”TRAVEL & RECIPES” header_color=”#4db2ec” td_filter_default_txt=”All” sort=”random_posts” category_ids=”30,31″][/vc_column][vc_column width="1/3"][td_block_19 category_id=”29″ limit=”4″ custom_title=”HEALTH & FITNESS” td_filter_default_txt=”All” sort=”random_posts”][/vc_column][vc_column width="1/3"][td_block_10 category_id=”28″ limit=”3″ custom_title=”BUSINESS” td_filter_default_txt=”All” sort=”random_posts”][/vc_column][/vc_row][vc_row][vc_column width="1/1"][td_block_big_grid_5 td_grid_style=”td-grid-style-6″ category_id=”” sort=”random_posts”][td_block_ad_box spot_id="custom_ad_1" spot_title="- Advertisement -"][/vc_column][/vc_row]
Regards,
Alochan
Just asking, I am not using any plugin for showing rating as the theme already have this feature.
But I have disabled the rich snippet which is provided by the SEO tool. But Rich Snippet is not showing in Google Search which I filled.