irrer-drongo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocland FSE] 30 pixel paddingForget it, found a page gap in one of the many small groups in the template….
Okay, its working now… somehow…
When the user opens the link from the Newsletter, he just reads a text with a newly generated link of the account-form (the not working form is hidden at the bottom of the page). This link is the link from the Newsletter. But the key-value, the one that is unique for every user, is taken from the starter-URL using the Plugin “URL Params”. Like this:a href=”http://141.64.68.151/wordpressgocart/?wysija-page=1&controller=confirm&wysija-key=%5Burlparam Param=’wysija-key’]&action=subscriptions&page=newsletter-account&page_id=6555″
Strange, complicated, but working…
Forum: Themes and Templates
In reply to: [Customizr] Page Navigation not working with URL-HidingOkay, I changed the code using substr. Now it deletes the first 43 letters of the URL, just leaving the parameters:
href=”‘ . substr( next_posts( $max_page, false ), 43) . “\” &attr>”
But that is quick and dirty. Now I have to change this after each WP-update…
Is it possible to alter subscription-settings using a static link, nothing dynamic. I would like to give a link to a page and the user has to authentify himself to change his newsletter-settings. The authentification is the problem, right?
Checked it again and yes, its still like you wrote it.
Forum: Themes and Templates
In reply to: [Customizr] Page Navigation not working with URL-HidingI searched for next_posts_link and found it not only in the themes, but also in the link-template.php:
return ‘ a href=”‘ . next_posts( $max_page, false ) . “\” &attr >” . preg_replace(‘/&([^#])(?![a-z]{1,8};)/i’, ‘&$1’, $label) . ‘ /a>’
(removed two brackets to be able to show here)
I thougt I could remove some parts, but that didn’t work. I removed &attr (no effect), I removed or changed “\” (page went blank), I removed $label or ‘&$1’ (button-text vanished).Not that simple :-).
Forum: Themes and Templates
In reply to: [Customizr] Page Navigation not working with URL-HidingNow I did. Same problem. Meaning: you can’t use self-hosted-wordpress with a rented Domain using URL-hiding. Strange.
Forum: Themes and Templates
In reply to: [Customizr] Page Navigation not working with URL-HidingI tried /%year%/%monthnum%/%day%/%postname%/
or /%postname%/ or /Archive/%post_id%
I get an error in the loop – page not found. It shows no posts or pages. But that is a general problem. With these permalinks I have the same error when I open the page at http://141.64.68.151/wordpressgocart/Forum: Plugins
In reply to: [Widget Logic by Path] Warning: preg_match(): Unknown modifier '*'solved
Forum: Plugins
In reply to: [Widget Logic by Path] Warning: preg_match(): Unknown modifier '*'Hey, that did help. Thanks a lot!
Forum: Plugins
In reply to: [Widget Logic] BIG PROBLEM: Warning: preg_match & Warning: implodeOkay. I got help in the widget logic by path support board.
I had to remove the following pathes:
/author/*
/page/*
I do not need them anyway (anymore?).
Maybe you delete some pathes in your widgets and try what is working and what not.Forum: Plugins
In reply to: [Widget Logic] BIG PROBLEM: Warning: preg_match & Warning: implodeMmh, I have nothing of yours, ABCDiamond. So it does not seem to be a problem with a specific plug-in. What is your error message?
Forum: Plugins
In reply to: [Widget Logic] BIG PROBLEM: Warning: preg_match & Warning: implodeokay:
Akismet
Collapsing Archives
Custom Field List Widget
Lightbox Plus ColorBox
Multilang Contactform
qTranslate
qTranslate slug
Share Buttons by AddToAny
Simple Vimeo Shortcode
Super Tags Widget
Ultimate TinyMCE
Widget Logic
Widget Logic by Path
WP GeoForum: Plugins
In reply to: [Widget Logic] BIG PROBLEM: Warning: preg_match & Warning: implodeSame problem here. got a solution? except deactivation, of course. It did not work simple upload the old 0.55 version.
widget_logic_by_path had already an update to work with 0.56.