hardel
Forum Replies Created
-
Thank you, Mej!
Forum: Plugins
In reply to: [Yoast SEO] Custom Featured ImageThank you, Priscilla! Is the custom code an edit to the PHP? Is there a developer you recommend for this?
Hi Tracy,
Are you saying to copy and paste this into functions.php? I don’t see any PHP tag? And by tagging pages, do you mean inputting the page numbers in the bottom bracket?
function filter_jetpack_search_query( $es_query_args, $query ) {
$es_query_args[‘query’] = array( ‘bool’ => array(
‘must’ => array( $es_query_args[‘query’] ),
‘must_not’ => array(
array( ‘term’ => array( ‘tag.slug’ => ‘exclude_me’ ) )
),
) );
return $es_query_args;
}
add_filter( ‘jetpack_search_es_query_args’, ‘filter_jetpack_search_query’, PAGE NUMBERS HERE );Perfect! Thank you so much ??
Hi Gemma, I’m trying to hide specific pages, which are all the numbers contained in the brackets. Unfortunately, that code also hid the first post of every post on my bbpress forum.
So I had to revert back to this plugin: https://www.ads-software.com/plugins/search-everything/ – which unfortunately is discontinued, but still hides the specified pages (for now).
As the plugin is no longer developed, I was trying to replace it with code. Any ideas to solve the bbpress issue too?
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] Powered by HTML5 Responsive FAQAdd this to your custom CSS:
/* Eliminate Text Advert for FAQ Plugin */
.hrf-faq-list article:not(.hrf-entry) {
display: none !important;
}.hrf-faq-list {
margin-bottom: 40px;
}Likewise. I purchased pro on 8/31/15 and am unable to log in to the site to download the pro add on 2.7.1. I had to downgrade to version 3.5.1 as the new version caused the mobile slider to display images incorrectly. Am I still eligible to upgrade to the new pro version?
Thanks,
Drew
Forum: Plugins
In reply to: [Redirection] Redirection not working for BBPress Forum TopicsUnfortunately not. I am running a business and had to fix the last forum link as it related to a timely release. Creating a separate post for demonstration isn’t ideal. Is there any other way for you to trouble shoot this?
Forum: Plugins
In reply to: [Redirection] Redirection not working for BBPress Forum TopicsAnd one more thing. When I deleted the redirection, and you clicked the original forum link, it would take you to the 404 error page.
Forum: Plugins
In reply to: [Redirection] Redirection not working for BBPress Forum TopicsTo further clarify, when you clicked the redirection link, it would take you to a page with the forum url displayed multiple times in the url, resulting in the page not loading and unable to access it from the direct forum link too.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Master Slider V 3.0 Causes 2 BugsDone! ??
Forum: Plugins
In reply to: [Search Everything] Conflict with bbPressHi Rog, thanks for the link. Unfortunately, it is beyond my technical comprehension.
Sovrn, are you working to make Search Everything compatible again with BB press? If so, any update as to when it will be?
Thanks!
Forum: Plugins
In reply to: [Search Everything] V. 8.1.8 hides all posts in bbpress forumHi, any update on this? I see it has not been resolved yet. Thanks!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Master Slider V 3.0 Causes 2 BugsThank you for fixing this, much appreciated!
Forum: Plugins
In reply to: [Search Everything] V. 8.1.8 hides all posts in bbpress forumHi,
The update did not fix the issue. I am running PHP 7.0.17 with WP 4.7.3. I reverted back to SE v 8.1.6 – as ver 8.1.7 was also causing this issue.
Unfortunately, I am running a site member contest that ends today and can not leave my forum in a nonworking state. Here is the link: https://rockclass101.com/forums/
Drew