DS
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Debug noticeHi. Yes, WordPress 5.7.2 and Yoast SEO for WordPress 16.2. I’ll try, but I don’t know enough English to write reports.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Allowed tags in excerptsYes, I have already tried to change the settings, remove tags from the allowed ones, add different combinations of tags, but it did not help. Thank you for trying to help. Apparently, I’ll have to disable the plugin.. still, it would be interesting to solve this riddle.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Allowed tags in excerptsYes, I use
the_excerpt()
:<?php while (have_posts()) : the_post(); ?> <div <?php post_class(); ?> id="postid-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <div class="entry clearfix"><?php the_excerpt(); ?> <span id="breadcrumbs">(<?php the_category(', ');?>)</span></div> </div> <?php endwhile; ?>
I created an entry for you with screenshots: https://dosolnce.ru/uncategory/search-test. Tags are displayed incorrectly selectively. Not only for different queries, but also within one, for example, for the queries “мама”, “дож”, “люблю”,” смерть” (“mom”, “doge”, “love”, “death”) …etc. Surprisingly, when I disabled the plugin, the search results were displayed perfectly, without these tags. Now I turned it on again – and the errors were repeated again.
- This reply was modified 3 years, 6 months ago by DS. Reason: edit
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Allowed tags in excerptsI took screenshots, but I don’t see any options to insert the image here. My site: dosolnce.ru. The search on the site will give the result only if you enter a query in Russian. I also found
"<p>..text "
in some results, I don’t understand why.Forum: Plugins
In reply to: [A-2-Z Alphabetical Archive Links] Last update errorNow I tried to install your plugin again, and not update the old one. The error was confirmed:
The plugin was not activated, because it caused a fatal error.
Fatal error: Can’t use method return value in write context in …wp-content/plugins/a2z-alphabetical-archive-links/a2z-alphabetical-archive-links.php on line 165Unfortunately, I can not send you screenshots with this error. Perhaps, indeed, there was a conflict of plugins, because I do not see this error again. I deleted both plug-ins, and the site’s speed increased. I already do not understand anything))) In any case, thanks, I will remember that such a plugin exists. But now I will not use it.
Hi. I’m still not ready to continue working with this plugin.
At the moment I do not use this plugin, but I did not delete it completely. After finishing other works on the site, I plan to repeat the experiment, and if this error repeats again, I will send a screenshot.
Forum: Themes and Templates
In reply to: [Basic] Произвольные поляДоброго времени суток. В трекере сказано, что ошибка исправлена для PRO. Будет ли исправление для бесплатной темы? Или можно хотя бы код, сам заменю.
1. In General.
2. IE 9-11, also Safari, Opera, Chrome and mobile equivalents.
I did not include html-compression, but I’ll check everything again, thank you.Forum: Plugins
In reply to: [A-Z Listing] Hide characters without entriesSorry, I already solved this problem. Please tell me another: is it possible to hide or exclude some posts from output?
UPDATE Sorry, I already solved this problem too))) Super-plugin and super-support, I found all the solutions on this forum in your answers to other users. Thank you!
- This reply was modified 7 years, 3 months ago by DS. Reason: UPDATE
Forum: Themes and Templates
In reply to: [Basic] Произвольные поля@wppuzzle, спасибо большое!
Forum: Plugins
In reply to: [Yoast SEO] HTML Validator vs Yoast SEO breadcrumbsWell, thank you very much.
Forum: Plugins
In reply to: [Yoast SEO] HTML Validator vs Yoast SEO breadcrumbs@jerparx, yes, I did it after your question. Nothing changed.
Forum: Plugins
In reply to: [Yoast SEO] HTML Validator vs Yoast SEO breadcrumbsYes that’s right. I use these newest versions and your code.
These are unclosed tags in the source code of the page in any browser. I checked all files of my theme, but not found any errors. Moreover, developer tools in the browser show all the tags are closed as expected. In truth I can not understand the cause. Mystical mistake))