simusch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to build this structure?Perhaps I’ll try with this section of ACF if there’s no easier solution:
https://www.advancedcustomfields.com/resources/relationship/Forum: Fixing WordPress
In reply to: How to build this structure?Hm, looks nice, but updated 2 years ago… I don’t like these kind of plugins where you’ll never know when they suddenly stop working after an update ??
Forum: Fixing WordPress
In reply to: Make left sidebar more narrow?try to add this to your custom CSS (change 200 to desired width)
.s1 { width: 200px; } .col-2cr .s1 { margin-left: -200px; } .col-2cr .main-inner { padding-left: 200px; background-size: 200px; }
- This reply was modified 7 years, 6 months ago by simusch.
Thanks for the reply! Hope you can fix this ??
It’s not about self referrals.
There is a website which lists hostels and link to the site of my customer. When a person followed this link, it showed up in the referrals list. These entries are now gone.
Forum: Plugins
In reply to: [Access Category Password] Orphaned form-tag in blog outputThe problem seems to be in the action to replace the excerpt.
When I disable:
//add_filter( 'get_the_excerpt', 'acpwd_frontend_changes' );
(last line of plugin)
there is only the info message shown, but without the container around it.Hope this helps ??
Forum: Plugins
In reply to: [Page scroll to id] Not working anymorethe plugin used jQuery v3.1.0
Forum: Plugins
In reply to: [Page scroll to id] Not working anymoreOK, I had a plugin “jQuery Updater” installed. After disabling, it works again. Don’t know why, but anyway ??
Forum: Plugins
In reply to: [Contact Form DB] Output HTML with Transform Functionthanks, this worked like a charm! so easy…
Forum: Plugins
In reply to: [Cactus Masonry Classic] Link to post AND link to image at the same time?Ok great, thank you!
Forum: Plugins
In reply to: [Cactus Masonry Classic] Link to post AND link to image at the same time?Thanks!
Can I do this upgrade safe? Some plugins support copying a plugin file to the theme folder to overwrite the original file…
Simonok, with a div it worked… problem was, that a div inside a span is not valid html and the firefox developer tools shows this as <span></span><div>…
thanks ??
I tried to wrap within a span, but this resulted:
Editor:
<span class=”archive”>[events_list scope=”past”]</span>Output:
<p><span class=”archive”></span></p>
<div class=”css-events-list”>……I’ll try this again!
SimonForum: Plugins
In reply to: [Download Monitor] Include Downloads in WordPress search?Hi barry
I solved this for my project with a javascript filter function:
https://www.i2s-consulting.com/download-center/
But it would be great to have search results too in the future! Thanks!
Forum: Plugins
In reply to: [Download Monitor] Conflict with WPML pluginany news about this problem?
thanks for your great plugin! It worked very well on my latest project i2s-consulting.com (other languages in preparation)