comsys13
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Extended Search] Tags not searched?I have tried:
Searching for the exact tag name and strings found in tag title and tag description.
But the tag URLs themselves never appear in search results – only pages containing the tags
…
will try do as you suggest and report back my findings
Forum: Plugins
In reply to: [Search Everything] Suggestion: Search tag descriptionsI think it would require searching values in
$wpdb->term_taxonomy / description
but still looking into itForum: Plugins
In reply to: [amr shortcode any widget] Weird case of theme and widget not workingIn the end I solved it by using the WP PHP code the_widget(‘widgetxxx’);
Forum: Plugins
In reply to: [amr shortcode any widget] Weird case of theme and widget not workingI see I made a typo trying things and posing at the same time. It was meant to be test code. But yes, I don’ spend my time in WordPress API at all, so I tried a few things from the net.
The point is this:
As stated, the theme did not process shortcodes at all. It basicly just output $post_content->post_content withou any processing of shortcodes.
I then tried some things on the net and had the awful test code working so much that shortcodes for other plugins worked. I.e. I had content output. Shortcodes stripped from content. Shortcodes processed and shown at bottom. But yes, I don’ know WordPress API very well so I just tried a few things I found on the net and then decided to ask.
Anyhow – thanks for your help (I actually think you may have pointed me in the right direction), even with the insult
I have found that if I use product variations like this:
10stk, 20stk +$100 (notice I use the “$” even though not my currency symbol)combined with
currency symbol = kr
currency character = kr
currency position = After
Decimal Point = ,it works – the “$” part is repaced with “kr”…
However, I get the following error shown at top at checkout afer clicking “add to cart”:
*
“Warning*: preg_replace() [function.preg-replace <https://php.net/manual/en/function.preg-replace>%5D: Compilation failed: \k is not followed by a braced, angle-bracketed, or quoted name at offset 20 in */var/www/example.com/public_html/wp-content/plugins/cart66-lite/models/Cart66Product.php* on line *197*”The page and cart otherwise seem to work
Forum: Plugins
In reply to: [Polylang] Polylang chooses wrong languageThe way I clear cookies in FireFox is simply to remove them all in FireFox cookies window. After doing that, the problem is solved until…
I click the “Dansk” (Danish) item. I can then no longer get “English back” no matter if I type-in domain address or click the “English” button. I always get redirected to misvblog.com/da/
(Just tested/verified it again. But problem is only in FireFox, not Opera, IE, Safari, Chrome)
Forum: Plugins
In reply to: [Polylang] Polylang chooses wrong languageHi,
Thanks for trying to help (!)
I already tried clearing the cookies in FireFox. And while it is true that solves the problem, the problem returns next time I click on the button that selects Danish as language ??
Without having seen the code, could it be the combination of the cookie + Firefox requesting Danish in its headers?
Forum: Plugins
In reply to: [Polylang] Polylang chooses wrong languageForum: Plugins
In reply to: [Polylang] Polylang chooses wrong languageIt is version 1.2.3