wassereimer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Search resultsIsn´t it possible to seperate that? Perhaps with a small change in the code? That mekes no sense at all. 😀 How do you want to find what you searched for? I want the full posts on the startingpage but only on search results die excerpts. As mentioned: This is something that should be considered as an option.
Forum: Themes and Templates
In reply to: [Neve] Search resultsHey Betty,
with the help (he did everything 😀 ) from the plugin author he found out that the plugin is working. But one question remains: Search results pages are showing full posts. I’d like them to show excerpts. How can I do that?
I think this should be a general question or option cause it´s not good to show full posts on the results. That doesn´t help at all if you´re looking for something.
Best regards
JensForum: Plugins
In reply to: [Relevanssi - A Better Search] Neve Theme not showing resultsHey Mikko,
thank you for the fast response. Perhaps i´m missunderstanding something? I expected the search results to only show excerpts and highlighted search results. I hate to see the full posts which is not helpful if you search something.
Best regards
JEnsThis uppdate was without problem. Thank you.
Forum: Plugins
In reply to: [Easy Code Placement] Disabling Plugin breaks other Short Codes in WidgetsIt semms to be your installation that was broken when it´s working now. 🙂
You can always see what i´ve changed in the readme.txt in the main folder of my plugin.
= 17.08 =
* 04.08.2017
* Compatibility check for WordPress Version 4.8.1
* Updated clipboard.js to version 1.7.1
* Removed not used js from admin area
* Removed not used external plugins/scriptsAnd thank you for the feedback. 🙂
Forum: Plugins
In reply to: [Easy Code Placement] Disabling Plugin breaks other Short Codes in WidgetsHey,
thats a weired problem. Hard to say where the problem is. When my plugins are disabled or uninstalled they shouldn´t have any impact to WordPress. That´s how the plugin system works.
And the other shortcodes work when my plugin is activated? Is it possible that the other plugins doesn´t support to be placed in a text widget and that my plugin is fixing that? Just ideas.
Because of the reason that the other plugins don´t work when my plugin is uninstalled or disabled, i would recommend to contact the other plugin devs.
Best regards
Forum: Plugins
In reply to: [Easy Code Placement] How to use in headerYeah, a bit late, i know. Sorry. But i hope you “solved” this by yourself. You just have to call the shortcode with php at the place where you want to have it.
Forum: Plugins
In reply to: [Easy Code Placement] Can I use with Adsense?Hi ramonjosegn,
yes, you can use it for that. I´m mostly using my plugin for adsense.
Best regards
wassereimerForum: Plugins
In reply to: [Easy Code Placement] Input Button outside and not working properlyOk, thank you for the information. I´ve checked and tested that. Your are right: With this code i cannot save the edited code. But only in this example. Other codes can still be edited. I will have a look at it.
Forum: Plugins
In reply to: [Easy Code Placement] Input Button outside and not working properlyHi, thanks for your feedback. It´s a bit weired that the “Send” field/button is there. Perhaps it´s because of the other plugin you use for the form. The important thing: It´s working. 🙂
Forum: Plugins
In reply to: [Easy Code Placement] Input Button outside and not working properlyHi,
first: You dont need the php syntax. It is useless.
<form id=”usrform” class=”form-order-type” action=”” method=”post”>
<input style=”width: 100%” type=”text” placeholder=”Subj” name=”custom_mail_sub”>
<textarea form=”usrform” rows=”4″ cols=”50″ name=”custom_mail_message” rows=”10″ cols=”62″></textarea>
<input type=”submit” name=”send_email” value=”Send” class=”send”>
</form>For the rest: I dont understand the problem. Do you have a screenshot or a example? What is the name of the plugin u use?
Forum: Plugins
In reply to: [Easy Code Placement] exit if direct accessHi,
no, you don´t need to use “if ( ! defined( ‘ABSPATH’ ) ) exit;”. And dont forget the opening and closing tags (<?php / ?>). If you use the snippet you could have problems with ur site because the code is not in a file and it cannot be called from outsite of WordPress because it´s in the database.
– wassereimer
Forum: Plugins
In reply to: [WP LIST PAGES BY CUSTOM TAXONOMY] php codeHi piccart,
the Code you´ve posted above works fine with my Plugin.
<?php $count_posts = wp_count_posts(); $published_posts = $count_posts->publish; echo $published_posts; ?>Willem said that the code
<?php echo count($pbytax_posts); ?>doesn´t work – that´s correct. It only outputs a “0”. That´s the reason i´ve said to him that he should contact you – the Plugin Author. 🙂Hi Willem,
the Code above works fine. Do you tried the Tips from piccart?
Forum: Plugins
In reply to: [Easy Code Placement] I Went AheadI´ve done my best to make sure that it is safe. I couldn´t say more or guarantee it. Nobody ever reported that my Plugin is not safe. Even nobody had serious Problems with it. You can see the other Support Threads here: https://ww.wp.xz.cn/support/plugin/easy-code-placement/
Forum: Plugins
In reply to: [Easy Code Placement] Multisite: codes shared between sitesSorry for the late answer. WordPress didn´t notify me anymore about new Posts…..
That´s not possible at the moment because every blog has its own database and you couldn´t access the data. I´m thinking of a feature to export and import codes. That could be a solution if i implement this.