haha taduko
Forum Replies Created
-
Hi, there
Yes!
What I want to do is
1) I made a page which has a review score(w/ Stars) for example 4.1/5 with HTML/CSS.
2) but there are no stars in search result when google indexed my page above.
3) so I want to attach something to the page JSON-LD for product review.
4) I don’t know how Yoast plugin can help me about this things…
Maybe I might have to just wrote down JSON-LD in custom HTML block to the page by hand.. but I’m looking for more easy way for example just finished by selecting the type of schema and putting its(the product which was mentioned to) score(like 4.1 and best score 5).5) I want to tell Google the page has a rating measurement with JSON-LD through using Yoast Plugin.
Although I might misunderstand what Yoast can help…
I expected so much to accomplish this things as read an article in Yoast official blog about rich result.Hi Sir,
Thank you such a great introduction of that plugin!
It’s very cool!!
I am very grateful to you.
Hi, tobiasbg
It helped so much!!
Thank you such great information, it worked perfectly.
Appreciated.
Hi, tobiasbg
It worked!
Much appreciated with you!
I’m sorry but I have a more question.
I want to know the way if there are kill/suspend the original tablepress css.
Best regards,
Hi there,
Wao! Such a great function there I’ve never noticed!
Thank you so much.
It works!
Thank you such a quick response.
I really appreciate your help.??
I’m sorry but want to point out that when I put the code into functions.php, it shows errors as bellow…
Warning: Missing argument 2 for jeherve_custom_fb_button(), called in /home/xxx/tadaaaa.com/public_html/wp-includes/plugin.php on line 235 and defined in /home/xxx/tadaaaa.com/public_html/wp-content/themes/tadaaaa-theme/functions.php on line 333
it looked OK just mentioning facebook like and share button, but the error show up at the front of post every time…
Dear aisajib
Thank you Sir, I could learn nicely. ??
Dear Michael Beckwith
Thank you so much again.
Yes! It was something VC matter, and I respect your design policy of this plugin.
Dear Printfriendly Member
It’s thank you so much.
I’ve totally understood the way of remove part of heading and changing its font family as your advice.Much appreciate with you.
Thank you Mr.Michael.
Actually I’m not good at English reading, so I might misunderstand the VC support staff could let me know as below,
Most likely the CPT UI plugin is using a function like following:
add_action( ‘init’, ‘create_post_type’);
to register the post type. Change it to:
add_action( ‘init’, ‘create_post_type’, 1 );
and the post type will be displayed fine in the data source drop-down.
You can ask the CPT UI plugin author for the exact location of the above code. Kindly check.Thank you,
And I could adjust this both function works well on the basis of your advice.
I change the code line 95
Before:
add_action( ‘init’, ‘cptui_create_custom_post_types’, 11 ); //Priority 11 so that the taxonomies are registered first.After:
add_action( ‘init’, ‘cptui_create_custom_post_types’, 9 ); //Priority 11 so that the taxonomies are registered first.the priority 10 didn’t work, then I gradually put priority little by little.
As I am PHP novice, so I decided to attach the priority on this code not so much like as 1.
It looks work for know.
I’m really apreciated with your advice.
Thank you.
Dear Mr.Michael Beckwith
Thank you for the quick reply.
I use Visual Composer plugin in one of my projects, then Visual Composer has a widget which retrieve post and page also compatible with post type.
But when I set up unique post type on CPT UI, there were nothing the post type name in the VC widget setting.
I asked VC support staff then he told me that amendment must work so.
I know this is very rare case and It’s not your plugin’s bug at all.
But I just expect I have both functionality make sense.
Sorry this messy sentence coz I’m know English speaker,,bad english.
Thank you, but I’ve already read that article you wrote.
It’s a nice away but I really want to have those images delivered to CDN automatically, I mean like as what you could mentioned this post.
So as I don’t know anything but this article and what you introduced me, then I wrote the code as bellow,
<img src=”<?php echo jetpack_photon_url( ‘https://www.hogehoge.com/wp-content/uploads/header_logo.jpg’ ); ?>” />
I don’t have any confidence to write English so much as a nonnative English speaker.
Hopefully you could understand my question.Beset regards,
It sounds great solution!
And I’m just curious about if its code can be arranged width images in theme file such as header.php.
I’ve noticed that the hard coded “img src” images haven’t been passed to CDN server.
I would be happy to have some another helpful information.
Thank you, ahead.