qwain
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Image ShadowHi, thanks for your quick reply. I tried that class and it does not work. For the border it works, but just not for the shadow.
If you like, you can have a look here: https://trimsalonwebsite.nl/trimsalon-website-voorbeelden/
Forum: Plugins
In reply to: [Wordpress Tooltips] Does not work in frontendHi,
Thanks for your prompt reply. What kind of details do you need ?
Kind regards, Fred
Forum: Plugins
In reply to: [Ajax Content Filter] Not WorkingI tried it on another website also and it gave me the same result. Not working.
The first line of the debug-log is:
[15-Feb-2020 14:49:28 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /mnt/web418/b2/14/54382514/htdocs/WordPress_01/wp-content/plugins/ajax-content-filter/acf.php:12) in /mnt/web418/b2/14/54382514/htdocs/WordPress_01/wp-includes/functions.php on line 6029
Great, thanks !
Thanks for your reply. Made a work-around for it…
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Learnpress lesson templateSame here, the lesson opens full page and covers the theme as tbronson mention.
Nothing to find at their support page also.
Just deactivate and use another LMS plugin since support is not giving any reply.
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] get_the_id() not workingBy the way, I’ve translated the complete .pot file to Dutch. If you like I can send you the .mo and .po files….
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] get_the_id() not workingI made the changes directly to the plugin file bij adding these lines:
global $wp_query;
$post_id = $post->ID;to the file xoo-wsc-content.php from public/partials.
If you like I can send you the file for your reference.
(by the way, tried it also without any plugin active besides WooCommerce)
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] get_the_id() not workingHi,
Thanks for your quick reply.
It used get_the_ID() (ID in uppercase) but that did not work.
Since get_the_ID() was not working, I’ll thought it was outside the loop and used:
global $wp_query;
$post_id = $post->ID;But als without any result. get_the_permalink(), get_the_title, etc. is not working
within xoo-wsc-content.php also.I tried is_shop() and that is not working also.
You can check it out on https://trimsalonsnuit.nl/canivera-producten-bestellen/, if you like.
I am totally lost….
Thanks, Fred
Forum: Plugins
In reply to: [Multi-column Tag Map] Tag DescriptionYou’re welcome and thanks again for this great plugin !
Forum: Plugins
In reply to: [Multi-column Tag Map] Tag DescriptionHi Tug,
I figured it out…
In your mctagma_functions.php, I’ve added the following lines (at line 700, the part that shows the descriptions):
if($show_posts == “yes” && $page_excerpt == “yes”) {
$mctagmap_description = ‘<span class=”tagDescription”>’ . $pex. ‘</span>’; }Then just use the shortcode with:
show_posts=”yes” and page_excerpt=”yes”
Then it works.
My complete shortcode then looks like:
[mctagmap show_posts=”yes” page_excerpt=”yes” from_category=”wordpress-index” show_navigation=”yes” group_numbers=”yes” columns=”1″ width=”100%”]
Thanks, great plugin !
Forum: Plugins
In reply to: [Multi-column Tag Map] Tag DescriptionThanks for your reply.
The from_category is working just great and yes, I am using quotes.
What I would like to do is:
– show post
– from category
– show the excerptThat is working for tags and pages, but not for post. Since the show_post has not an option like with show_pages / page_excerpt.
Is that doable ?
Thanks anyway for your fast reply.
Forum: Plugins
In reply to: [Multi-column Tag Map] Tag DescriptionNever mind, I found another way to achieve what I want.
But, for your idea, what I preferred is that when somebody clicks on the tag, he/she will see to the tag description instead of a list of posts in which the tag is used. But that’s not possible.
So, what I did is:
– I created a new post category from which I make the tag map;
Then it works fine. But, when I would like to show a short description (extracted from the tag) it does not show. Also there is no read more.
The shortcode I use is:
[mctagmap show_pages=no show_posts= yes from_category=wordpress-index descriptions=yes more=Lees verder columns=1 width=100%]
The tag map shows as expected but:
– there are no descriptions;
– there is no “Read More” ;And is it correct that it uses the post title to show in the tag map, instead of the tag used with the post ?
Thanks !
Forum: Plugins
In reply to: [Worth The Read] Reading time shows up in custom post typeThanks, thought so and done it that way.