No search results were found in Documentation!
Hi,
The link I show has a 8,0 in the review score.
I have changed “round” to “number_format” but, as you can see, it does not work.
Thanks.
Hi – in Theme Panel/Block Settings/Meta info on Modules/Blocks I have enabled Show Author Name and Show Date. However, only date is showing on my category pages. Where is author name?
For example: https://jazzjournal.co.uk/category/reviews/audio-reviews/
Thanks
Mark
The featured image is not being scaled down to 300 px width when displayed in the post view.
This is for post settings > when using style 1 (image in the left top corners).
This results in not optimized images, e.g.
https://www.photoworkout.com/wp-content/uploads/2019/02/pictorem-1-696×464.jpg is resized in HTML or CSS from 696×464 to 300×200. Serving a scaled image could save 35.0KiB (81% reduction).
See content example post: https://www.photoworkout.com/pictorem-canvas-review/
How can I serve the image at 300×200?
Hello,
My question is in regards to other Structured Data besides “Article”. What if I want to assign some posts as “News Article”, or “Video”, or “Review”. Where in the settings can I make those adjustments so that NOT everything is seen as “Article”?
Hi,
Removing the theme structured data would be possible if you remove it from the theme code only. Most of the structured data for the posts is located in this file
– https://www.screencast.com/t/6afOnwYmF
The theme contains the basic required data, like author, date published, date modified, reviews etc. Only manually could this be removed.
Unfortunately yes you’ll lose all the changes when you’ll make some updates, what you can do is to make a copy/backup to those files and after updates you can compare the content and set it back if there was no changes.
For the moment this is the only way, may in feature will be some implementation for this.
Thanks
Hi,
Please provide a link where you have a round review as the one yo ushow is not a round number. I have tested the method added by Simion and it works properly. Please make sure you only change the text “round” to “number_format”
Do not change anything else in that file.
Thank you!
That is demo environment created by us for presentation purposes. There you can see the cloud templates, preview and edit them to see how they are made. If you wish to import them install the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
– http://prntscr.com/mn63yg – http://prntscr.com/mn644t
Let us know if you have more questions.
I have a problem in my website all happen as seen in the video the mobile menu background open and close rapidly , i deleted all files and reinstalled my website from scratch and still happen specially in google chrome or i don’t know exactly which is the cause theme or browser or the hosting.
Hi,
Using a cloud post template you can stretch the rows while editing the template with the tagDiv composer, so it is possible to create wider layouts – http://prntscr.com/mn4pnh
Here you can experiment with the cloud post templates (preview and edit them)
– https://affiliate.tagdiv.com/#/load/Single
You can import them with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
There is also a blank cloud post template if you want to create your own for scratch.
So for cloud post templates this is possible, for predefined post templates it is not. You can check out the predefined post templates here – http://prntscr.com/mn4qrq
– https://demo.tagdiv.com/newspaper/
If you have more questions let us know.
Thanks
Hello,
The points in the reviews do not show .0, mark and leave 7, 8, etc. How can we add the .0? We want to show 7.0, 8.0, 9.0…
Hi,
The reader can’t review the posts. Only the author can set a review for the post
– https://forum.tagdiv.com/reviews-2/
Maybe you are looking for something like this – https://forum.tagdiv.com/topic/wp-postratings/
Thanks
Hi there, We are attaching a link to a video which shows exactly what is happening. This is using the iPhoneX (the same exact thing is happening on my android).
https://mycentralfloridafamily.com/wp-content/uploads/2019/02/IMG_3348.mov
Please review the entire video. This is a real issue that needs to be fixed. Thank you
Hi,
Please try this with other browsers too, also please make sure that is not a cache issue, please clear all cache, also is possible to be a plugin conflict, you can deactivate all non theme plugins, clear all cache and try again.
Also you can check a similar topic :
-> https://forum.tagdiv.com/topic/featured-image-thumbnail-and-facebook-post-preview-not-working/
Thank you for your understanding!
This is how it is shown in customizer
https://ibb.co/3kPw9md
After refreshing options 4 columns are displayed in the preview only but disappear after publishing.
https://ibb.co/c63gdFc
I don’t if it is linked or not but the product page is also displayed in a single column. Like it is given below.
https://ibb.co/qsrwVFL
WristWatchReview.com should have headlines that are Serif. On the Article Pages the headline are serif and on the front page – the list of posts – they are san. Why?
Thank you very much, everything worked out, you are a great professional! It remains to remove the underscores in the footer https://yadi.sk/i/c964iUtGmhwHFQ and in the text when hovering over the link https://yadi.sk/i/S1286Pt-ToFzQA. Please tell me the code so I could do my desired color reference? Please help me and I will be completely happy! Please tell me where I can leave a review specifically about you, to share with people your professionalism?!
Hi,
So you want to separate more from author and related articles. If that is the case, it is possible. Using the cloud library plugin and tagDiv composer you can create a post template as you want, those are separate elements and can be placed independently in a cloud post template – http://prntscr.com/mkef18
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can preview and even edit cloud post template designed by us, you can import them and modify then if needed
– https://affiliate.tagdiv.com/#/load/Single
So you can import a cloud post template already designed, and use it for the posts you want. Make modifications to it if needed. If you have more questions let us know.
Thanks
Hi,
We are having this same problem and it is very frustrating. I created a new page with the composer. After I saved and closed it I got this error when trying to open it again.
I deleted the page and started all over again with exactly the same result. I can preview the page and it looks right, I just can’t open it with the composer.
I am having the same problem. I live preview other themes and pictures show up properly! But with this theme, not even the live preview works as expected!
also if you need OK sharing button:
1) I decided that I don’t need LinkedIn in my site.
2) includes/wp_booster/td_social_sharing.php
3) search: case ‘linkedin’
4) change the whole block:
case ‘linkedin’:
return array(
‘url’ => ‘https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&service=odnoklassniki&st.shareUrl=’ . $page_permalink,
‘title’ => ‘OK’
);
break;
5) change the next styles in styles.css:
for icon:
.td-icon-linkedin:before {
content: ‘\f263’;
font-family: ok;
}
for button color:
.td-ps-bg .td-social-linkedin .td-social-but-icon,
.td-ps-bg .td-social-linkedin .td-social-but-text {
background-color: #e87005;
}
also to fix sharing field’s names in admin panel and titles on your site:
includes/wp_booster/td_social_icons.php
look for:
‘xing’ => ‘Xing’
‘linkedin’ => ‘LinkedIn’,
change to:
‘xing’ => ‘OK’
‘linkedin’ => ‘OK’
I’m not css and php specialist and my native language is not English, so I’m sorry if my way to fix problems would cause rejection of perfectionists, professional coders and/or grammar nazis. But it works! 🙂
I have been patiently waiting for a reply but you have not even given me a solution of any of my two questions. I have explained myself well and even attached a screenshot. Am already using cloud templates on my categories. Please get serious and review my questions.
Hi,
I checked on my end, for me only one article meta is appearing in AMP posts
– http://prntscr.com/mjh27i
The one from the plugin code – http://prntscr.com/mjh2kq
Regarding the preview button from what I can find online it seems to not appear at all times
– https://productforums.google.com/forum/#!msg/webmasters/kvwA_yePpbo/PQvpE4biCAAJ
– https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/preview-button-not-showing-on-structured-data-testing-tool
So for example testing a post with recipe markup does show the button
– http://prntscr.com/mjh5mq
Thanks
Also, i would like to point that i think the article structured data is not complete
I checked other similar themes and for them when testing the structured data with google’s tools it shows a “show preview” button , kind of saying that their structured data is working
https://prnt.sc/misonf
when you click on that button it shows how that article will be displayed in search results. Check here: https://prnt.sc/misp3w
However with your theme when testing the data, it shows two articles structured datas ( like i said one from the html schema.org microdata and the other from the json-ld data ) and none of them show that button
Can you please guide me on how i can take care of this please?
Thank you