lizmcreations
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] exact search not working properlythank you!!!!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] exact search not working properlyOk, I get it — so the “AND” search is looking for both terms somewhere in the tags — but not the exact phrase …
do you have any tips on how I can force all searches to be exact search/have quotes around them — behind the scenes? I know this isn’t relevant to the plugin, but if you have some thoughts or ideas, I would appreciate it…
thank you.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] exact search not working properlyWell, both Jamie and Romy and the other reps have towns/cities that they represent that have “Creek” or “grove” in their names.
The search is searching the tags for each sales rep (not visible content) — the tags are the list of the towns/cities that each rep covers. I’ve checked those lists and there are no repeats of exact matches and I’ve got the following settings set:
AND – require all terms
disable OR fallback
Don’t use Fuzzy searchthe tag weight is set at 100 – and all the other elements (Post titles, Comment text, and Category Weight) are set to 0.
So, it is searching the content that I want it to, but it isn’t quite returning the results I want it to …
Any other thoughts/things I can try?
Forum: Plugins
In reply to: [Zoom Image] IE9 freezes when using Zoom Image with WooCommerce drop down boxThere is still an issue with Zoom Image and WooCommerce and drop down options for products —- any updates on a fix for this?
Thank you!
That worked perfectly – thank you!!
I’m not so much concerned with it being a “patch” because the issue only started happening recently – so I’m hoping that by the time there is an update there won’t be a conflict anymore — and if there is, I’ll just re-do the patch :).
Liz
Forum: Plugins
In reply to: [Widgets in Columns] site won't load when widgets in columns plugin activeI finally figured it out — turns out that the widgets.php file was missing the closing php code — I needed to add ‘?>’ to the bottom of the file.
Liz
Forum: Plugins
In reply to: [Widgets in Columns] T_CLASS errorI finally figured it out — turns out that the widgets.php file was missing the closing php code — I needed to add ‘?>’ to the bottom of the file.
Liz
Forum: Plugins
In reply to: [Widgets in Columns] site won't load when widgets in columns plugin activeOh, the live site is:
https://new.successassociates.biz — it works now because the plug-in is deactivated.
Liz
Forum: Plugins
In reply to: [Widgets in Columns] T_CLASS errorDoes anyone have any thoughts on this? I still can’t activate this plugin, and I haven’t found a convenient alternative to it either …
Liz
Forum: Requests and Feedback
In reply to: Sort and/or search favorited plugins in wordpress dashboardGood idea!! Categorization! I love it – especially because I have favorited different plugins that do similar things!
Forum: Networking WordPress
In reply to: User sites dashboards: Page Not FoundAnd even sans DAP, that’s not the full .htaccess for MultiSite. You’re missing some bits.
https://codex.www.ads-software.com/Create_A_Network#.htaccess_and_Mod_RewriteThank you, thank you, thank you!!! That was it. It was so long ago that I had installed and set-up the multi-site that I didn’t even realize that it was wrong. The people who installed DAP when they edited the .htaccess file they must have gotten rid of the multi-site code and just put the standard wordpress htaccess code in there.
It is all working now!
Liz
Forum: Networking WordPress
In reply to: User sites dashboards: Page Not FoundThanks for the suggestion but it doesn’t seem to be kaput … unless I’m not seeing what is causing the error …
Here is what is in it:
AddHandler application/x-httpd-php htm html addhandler x-httpd-php-cgi .php4 addhandler x-httpd-php5-cgi .php5 addhandler x-httpd-php5-cgi .php # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] #----- START DAP ----- RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} (.*)/wp-content/uploads/(.*) RewriteRule (.*) /dap/client/website/dapclient.php?dapref=%{REQUEST_URI}&plug=wp&%{QUERY_STRING} [L] #----- END DAP ----- </IfModule>
I removed the DAP lines and disabled the DAP plugin to see if that was causing problems – but got the same errors/issues.
Ok, nevermind — I just tried it again and the network update worked when disabling all the plug-ins … but the other issue is still there – but I’ll start another thread specifically for that error…
Liz
It was very weird …
for anyone who finds this and has/had a similar error – the fix/issue in my case was the following:
'menu.topItemBegin' => "<span class=\"l\"></span><span class=\"r\"></span><span class=\"t\">",
the quotes for the classes needed to be ‘\”‘ not just ‘”‘
the unusual thing is that I never changed that — but I wonder if the wordpress editor did (I’ll be editing offline from now on) and updating.
Thanks again.
Liz
Thank you! That worked perfectly.
Now to figure out why there was an issue – I am going to compare the working file and the non-working file to see what happened.
Thank you again, I really appreciate it.
Liz