stucyber
Forum Replies Created
-
Sorry for replying that late, but I’m very grateful for you helping me out!
Cheers, David
Forum: Everything else WordPress
In reply to: Unsubscribe from a forumReally appreciated.
Forum: Everything else WordPress
In reply to: Unsubscribe from a forum@sterndata Thanks for caring!
Here they are:
Forum: Everything else WordPress
In reply to: Unsubscribe from a forumHey everyone,
sorry to say that I’m experiencing a similar issue with the wpforms lite support forum (https://www.ads-software.com/support/plugin/wpforms-lite/).
The unsubscribe button doesn’t work (keeps saying “unsubscribe”), in my profile under subscriptions it says I don’t have any. Still I’m getting about 10 mails a day with rating notifications.Any help would be greatly appreciated!
Thanks a lot in advance
DavidForum: Plugins
In reply to: [Thumb Fixer for Social Media] Small Typo in ReadmeForum: Plugins
In reply to: [Thumb Fixer for Social Media] Small Typo in ReadmeGerman readme development readme translation updated.
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page bodySo in case someone uses other shortcodes than
[et_pb...]
the problem is still there? That would mean your solution with RegEx-replace is case specific and not globally applicable as an update. Or can you also build a RegEx wich can “distinguish” shortcodes from text in brackets?Regards, david
Forum: Plugins
In reply to: [Smart Custom 404 Error Page] 3.0 breaks polylang supportMarked as resolved.
and works perfectly fine. Thank you!
Forum: Themes and Templates
In reply to: [Customizr] Internal Page Links and Sticky HeaderI had a look at your source code. You write you’re using
<h4 id="Part1" class="below-header">Introduction</h4>
,
but actually your html still uses the deprecated<a name="Part1"></a> <h4 style="margin-top: 0px; line-height: inherit; font-style: italic;">1 Introduction</h4>
.
Did you update your code? Are we still seeing a cached version, that means do you use a cache plugin or a minifier and did not empty the cache?Compare your code to my html at https://www.s-c-b.org/contact/privacy-policy/ and css below:
h2.pp-anchor:before, p.pp-anchor:before { display: block; content: " "; margin-top: -120px; height: 120px; visibility: hidden; }
- This reply was modified 7 years, 7 months ago by stucyber. Reason: link and css added
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page bodyP.S. Will add a translation to show some gratitude
German translation submitted and awaiting approval.
Forum: Themes and Templates
In reply to: [Customizr] Internal Page Links and Sticky HeaderGlad to help. Maybe mark this as solved?
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page bodyNow it’s working as expected. Thank you @mikeyott for pushing this through so fast and to @aoverton and @philhilton for providing the essential hints!
Regards
DavidP.S. Will add a translation to show some gratitude ??
Forum: Themes and Templates
In reply to: [Customizr] Internal Page Links and Sticky HeaderThis is what you want. Check the last section labeled “Fancier (Clean HTML) Method”. Had the same problem and worked fine for me.
Details:
HTML (instead of
<h2>
-tag or additionally you also can assign a css-class)<a href="#goto">Jump</a> <!-- yadda yadda yadda --> <h2 id="goto">Header</h2>
CSS (adjust your css-class and pixel values accordingly)
h2:before { display: block; content: " "; margin-top: -285px; height: 285px; visibility: hidden; }
Good luck!
- This reply was modified 7 years, 7 months ago by stucyber. Reason: added details for archival reasons
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page bodyOf course I’ll test ??
You’ve got mail.Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page bodyHi Michael,
thanks for your detailed reply and the digging you’ve done so far. I’ll check PHP errors soon and will give feedback, a first look into your php left me also clueless – maybe a second one reveals a bit. Til then keep on earning, would be a shame if you would have to stop developing on ftf at all ??Thank you
David