faiqhussain
Forum Replies Created
-
Even the developer version does not work. I had to revert back to an older version. Please fix this with as soon as possible. It’s been a known issue for over a week. You should have a fix if you compare your versions.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] custom Linking to AnchorsHello Mikko,
I found a solution. In my search results page I add this to the link (cleaned-up from my theme) :
<a href="<?php the_permalink(); ?>#<?php _e($s);?>" ); ?>">Title</a>
sloppy, I know but it allowed me to add the keyword to the url and then I grabbed the keyword on the post page using a JS and scrolled to the first keyword.Forum: Plugins
In reply to: [Relevanssi - A Better Search] custom Linking to AnchorsI am close to finding a solution and I must as how does Relevansi adds the strong tag to the content? is that a core function of WordPress? Thank you.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] custom Linking to AnchorsI found something I can work with on your forum. Great forum by the way. https://www.relevanssi.com/knowledge-base/scroll-result-page-search-term/
I will try to implement this. Hopefully I can get the ‘highlighted search word’ scrolled into view.Forum: Plugins
In reply to: [Relevanssi - A Better Search] custom Linking to AnchorsAh so no custom linking then? Thank you ??
Forum: Plugins
In reply to: [Relevanssi - A Better Search] custom Linking to AnchorsThank you for the quick response Mikko.
The situation I am in is that I have a long page and the content that needs to be searched is in the middle of the page.
If someone were to navigate to the link : https://www.site.com/#anchor I have a script that will scroll down to the page to the reference of ‘anchor’.
I believe a better way of asking is, ‘Can we have custom links populate on keyword searches?’
Thank youForum: Fixing WordPress
In reply to: tags randomly being added into contentHas anyone noticed random bolded characters?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Work for IISThank you for the quick reply.
If this is the only version you have are we able to commission a plugin that will work with IIS. we are having issues with the IP block list. The whitelist doesn’t work with Windows IIS. Because of this I was hoping you had perhaps a version that was compatible with IIS.My other option will be to install another security plugin. Unfortunately, WPSeciruty blocks internal network users even after 2 bad password attempts with proper user names. On top of which we are still being brute forced on our new login page. We cannot black list IPs of bots and we cannot whitelist our internal networks.
Cheers,
Forum: Fixing WordPress
In reply to: tags randomly being added into contentI wrote a strong tag up on top and WordPress closed it. hence why it is bolded. Hopefully that sentence makes more sense now.
Forum: Fixing WordPress
In reply to: tags randomly being added into contentSorry for the late reply. I was on a hard deadline for another project.
The site in question is cpsa.ca. It happens at unsuspecting times and on some pc’s and not others. A refresh usually gets rid of it. Lookin gat it in the console I see strong tags.
I did check the option for WordPress to correct invalidly nested XHTML automatically. I checked for unclosed tags and strong tags.
I did set all pages to draft mode and then back to publish.
I still have not found a reason for it doing it. It does not do this on our test and development environments.I have everything setup as is. However I can not get it to show:
'post_status' => 'archive',
does not display the post that I have archived.
Yes, I did add this part into the functions as mentioned in the FAQ:
add_filter( 'aps_status_arg_public', '__return_true' ); add_filter( 'aps_status_arg_private', '__return_false' ); add_filter( 'aps_status_arg_exclude_from_search', '__return_false' );
is there any other way to display posts that are archived?
May I humbly ask for the snippet you added?
Is there a way to make ‘sections’ for quizzes?
such as:
part 1
Q1
Q2
Q3
Part 2
Q1
Q2
etcHello,
I was wondering if in the future you would be adding a likert matrix?Thank you for the quick reply Frank.
I was looking at the php file and noticed the fonts. Is there a way to cleanly apply a certain font to the content? I am alright with any changes that might be overwritten if I were to update the files.
Cheers,