kladoff
Forum Replies Created
-
Thank you for your prompt reply. Yeas, I’m running Pro version. Unfortunately, it doesn’t help. Please, refer to these PDF with different settings, desktop and mobile outcome.
https://kladoff.net/wp-content/master-slider-setup.pdf Are there any other settings that may influence the responsiveness?
Regards,
AlexForum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Schema markup for galleryThanks for your reply. Looking forward to upgrade the plugin with your major update sooner!
Forum: Plugins
In reply to: [Yoast SEO] Your Sitemap appears to be an HTML pagethe same problem with me – site map just stopped working and redirects to the main page.
I think, the problem is in the following code in rich-reviews/rich-reviews.php file. If I were a developer, I would try to correct it according to the schema.org rules.
$output = ‘<div itemscope itemtype=”https://data-vocabulary.org/Review-aggregate”>’;
$output .= ‘Overall rating: <span itemprop=”rating” itemscope itemtype=”https://data-vocabulary.org/Rating”>’;
$output .= ‘<span class=”stars”>’ . $stars . ‘</span>’;
$output .= ‘<span class=”rating” itemprop=”rating” style=”display: none !important;”>’ . $averageRating . ‘</span></span>’;
$output .= ‘ based on <span class=”votes” itemprop=”votes”>’ . $approvedReviewsCount . ‘</span>’;
$output .= ‘ reviews</div>’;
$this->render_custom_styles();
} else {
$output = ‘<div itemscope itemtype=”https://data-vocabulary.org/Review-aggregate”>’;
$output .= ‘Overall rating: <span itemprop=”rating” itemscope itemtype=”https://data-vocabulary.org/Rating”>’;
$output .= ‘<span class=”rating” itemprop=”rating”>’ . $averageRating . ‘</span> out of 5 ‘;
$output .= ‘based on <span class=”votes” itemprop=”votes”>’ . $approvedReviewsCount . ‘</span> reviews</div>’;
}It’s a pity, the developer can’t answer the problem within a week.