steve92
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Double search boxI understand.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] What’s happening?Good.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Double search boxThis is your code and I want to put it nel mio iPhone on the right in the bar near the menu button, can you tell me where to put it? Donovan theme.
https://snipboard.io/oO1lwx.jpg
<?php
add_filter( 'wp_nav_menu_items','add_search_box', 10 );
function add_search_box( $items ) {
$items .= '<li>' . get_search_form( false ) . '</li>';
return $items;
}
?>Forum: Plugins
In reply to: [Post Views Counter] Hide counter for one page onlyI solved it, I put a css with the page ID
.post-views, .post-4578, .entry-meta {
display: none;
}Forum: Plugins
In reply to: [Lightweight Subscribe To Comments] Do not send commentsI found the problem, this plugin conflicts with Akismet Anti-Spam plugin.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin can’t find the wordsSolved, I recreated the index and now it finds them.
Forum: Plugins
In reply to: [Exifography] Add watermark to photosI searched online, but there are no plugins like this. I don’t know why It is no longer being supported.
Forum: Plugins
In reply to: [Exifography] Add watermark to photosI can’t believe it, this is a top plugin
Forum: Plugins
In reply to: [Exifography] Add watermark to photosI am using it on my site and it works.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Insert revelanssi_the_titleSolved!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Insert revelanssi_the_titleI’m correcting:
relevanssi_the_title()Forum: Plugins
In reply to: [Exifography] Plugin doesn’t work with WP 6.3.1Don’t close it. I did some more tests and now it works. If you don’t put the preview in the theme it doesn’t work.
I searched online but couldn’t find simple plugins like yours. Don’t close it.Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search does not find itemsVery good.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Highlight search results in titlesForum: Plugins
In reply to: [Relevanssi - A Better Search] Highlight search results in titlesThe articles I write sometimes contain the item only in the title and not in the article. Is it so hard for you to put this function in the plugin?
Each user and each theme has their own situations.
E.g. i use donovan theme, the code is in the file /template-parts/content-excerpt.php #18 if i put the modified function in the child file it shows error.- This reply was modified 2 years, 9 months ago by steve92.