tabatha.j22
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] structured data error after installing the pluginHi Lester,
Your statement is certainly a possibility…
Product is the wrong type. And if Google finds out, it will penalize your site.According to Google…
“…we’re limiting the pool of schema types that can potentially trigger review rich results in search. Specifically, we’ll only display reviews with those types (and their respective subtypes):
– Book
– Course
– CreativeWorkSeason
– CreativeWorkSeries
– Episode
– Event
– Game
– HowTo
– LocalBusiness
– MediaObject
– Movie
– MusicPlaylist
– MusicRecording
– Organization
– Product
– Recipe
– SoftwareApplicationThis is great news. However, if you were to select a specific subtype (ex. Products) it will cause a potential issue people since it won’t match their guidelines.
I know your busy with your full-time job so I really don’t want to make any far-reaching suggestions but if I may I would suggest…
a) A drop-down menu in the settings page to allow us to select the schema type that best matches what is being reviewed.
b) Add a generic type and let us know in a “sticky topic” where we can make the change ourselves.
There may be better ways but those are just 2 I can think of now.
Thanks.
That worked. Thank you so much. I appreciate you taking the time find a fix. You’re great at what you do.
Have a great day!
In my meta data template I enter:
<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>This allows the ratings to appear in the meta data section of single pages and the archive pages.
The rating will update on the single post but not archive page.
Thanks again.
Would it be help if I send you a link to one of my pages to see?
Thanks for the quick reply.
WP-PostRatings does load using Ajax.
Forum: Themes and Templates
In reply to: [Responsive] Replacing custom page templateI’m glad it worked out. I wished I could help you out with your header but I’m just so pressed for time right now. I took a quick glance the other day and noticed that you have your search bar with the css style of position:absolute. That’s may be why it overlaps when viewing on smaller screens. I remember thinking that it was not the search bar of the theme. If it isn’t, then try just using the theme search bar and maybe adding it to the top widget for instance.
Forum: Themes and Templates
In reply to: [Responsive] Unable to change Post Meta for ArchivesWe think something happened when we updated. We took a pretty large jump to the latest version. It’s most likely something on our end. I’ll mark this as resolved and if we figure it out I’ll post it here.
Forum: Themes and Templates
In reply to: [Responsive] Unable to change Post Meta for ArchivesThanks for replying.
I updated to the latest release (3.26.1) but still have the same issue.
To remove the date, author, categories from my archive’s post meta box I copy over post-meta.php to my child theme and delete…
` <?php
responsive_post_meta_data();
?>`The Customizer does work for changing Meta Elements for Single Posts.
To change the Read More text (I remove the arrow since I am using a image button now) I edit these 2 files…
responsive/core/includes/helper.php
and
responsive/code/includes/functions-extra.phpThese edits work to do what we need to accomplish. I don’t know if anyone else is having this issue so if it’s just us then we are okay with doing it this way.
Thanks.
Hello,
We had a similar problem and got it working again quite easily:
https://www.ads-software.com/support/topic/ads-no-longer-showing-after-updating-from-beta/Hopefully, that’s all you need to do. Also, the ads didn’t start showing immediately for some reason, but they did start showing shortly after.
Good luck!
Thank you for your help @jamesosborne. Everything is working great now.
We were hesitant about disconnecting it from Site Kit because of the warning message that came up but the process went smoothly. I wish we did that in the first place.
Thanks again!
No problem. Thanks for replying.
I went into Settings and clicked on Disconnect AdSense from Site Kit. I then went into Connect More Services and clicked on Set up AdSense. The message came up to Reconnect Site Kit which I did and now it’s working again. That seems to have fixed it. Thanks!
We manually added the AdSense code to the header a few days ago and just removed it after the fix above and selected the Let Site Kit place code on your site option, but Ads are not showing again. I believe that the Ads started showing immediately after installing Site Kit the first time. I will check again after an hour or two.
Here is the site: See first post
Thanks again!
- This reply was modified 5 years, 3 months ago by Jan Dembowski.
Forum: Themes and Templates
In reply to: [Responsive] Replacing custom page templateI removed the title from the page. If this works then you should be able to just use the default full width template of the theme and remove the text from the page if it shows twice. Be aware that you have to remove the display:none from your stylesheet if you set that before for the title. Just backup before you do it or just copy back the change if you don’t want it that way.
It’s best practice to enter the title text on the pages instead of hard-coding them in the templates.
Forum: Themes and Templates
In reply to: [Responsive] Replacing custom page templateI realized that there was an error with the code you added.
This is the correction for your existing template.
https://pastebin.com/qCSHkEwQThis is the full width page for the latest version of the theme. It has your custom code in it…
https://pastebin.com/UiX127EZ
The template name is Custom Full-Width Template.Forum: Themes and Templates
In reply to: [Responsive] Replacing custom page templateI believe this would be the simplest way. Using your current template I just made a few changes. If you are still using an older version of this theme then this is what you would want to use because of the changes to the layout in the more recent versions.
It didn’t paste correctly here so I just put it on pastebin.
I won’t be able to update to the newest version until tomorrow, but the changelog states that “Added header Layout Options” is now included.
Try going to the customizer (Appearance –> Customize). The new Header Layout options should be in there for you to change.
Forum: Themes and Templates
In reply to: [Responsive] Disable/Turn off WooCommerceThank you!