LeopardCT
Forum Replies Created
-
Forum: Plugins
In reply to: [amr shortcode any widget] “Widget not in any sidebars”This is what my wordpress returns for me, when I go to:
…/wp-admin/tools.php?page=amr_shortcodes&tab=all:“Sorry, you are not allowed to access this page.”
When I input the lines provided by you in phpmyadmin, this is the error code I get there:
Static analysis: 1 errors were found during analysis. Unexpected character. (near "$" at position 14) SQL query: Documentation SELECT * FROM $wpdb->posts WHERE post_type IN ".$text." AND post_status IN ( 'publish', 'future') and post_content LIKE '%[%]%' AND post_date is not null ORDER BY post_type ASC, post_date DESC LIMIT 0, 25 MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '->posts WHERE post_type IN ".$text." AND post_status IN ( 'publish', 'future') a' at line 1Forum: Plugins
In reply to: [amr shortcode any widget] “Widget not in any sidebars”Hi Anmari,
Thank you for your response.I am unfortunately unable to trace the origin or location of the [do_widget id=text-25] and [do_widget id=user-profile-2], which means I’m unable to remove them.
There is no mention of them under “Where”, so I’ll have to find another way of hiding them somehow.Anyway: thanks for reaching out.
Best for now,
AernoutForum: Fixing WordPress
In reply to: Comment Area is NOT showing up on PostsSame problem here – anybody has any suggestion on how to trace (and solve) the problem of comment sections not appearing?
I’ve noticed that if I add a comment myself via the backend, under a specific post, that that will appear, but this is too cumbersome a way of opening up comments on all posts.
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Adjusting CSSwow – you’re fast!
Thanks – that did the trick!
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Adjusting CSSI forgot to subscribe to this thread
Okay, I managed to find my other WordPress Identity π
Forum: Fixing WordPress
In reply to: Getting a 404-error in Journalist theme, after sending a commentBy the way: I did find the error in the url, which has a two “/”‘s where it probably should only have one.
But in which file do I look to remove one of the two “/”?
Thanks!
Forum: Fixing WordPress
In reply to: Template does weirdwow – fantastic feedback! thank you!
i had a look at the validator, and see what a mess the single.php is… imagine that: it comes straight from the stables of artisteer. I never touched it.Will have a look at what I can do to clean it up.
Again: thanks!
Forum: Fixing WordPress
In reply to: Template does weirddoes anyone have any idea on how to solve this?
Forum: Fixing WordPress
In reply to: Not possible to comment…can anybody out there help me?
Forum: Fixing WordPress
In reply to: Template does weirdin single.php I found this line:
<?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>
This line is identical to the line in – for example – archive.php.
In archive it does work, but clearly not in single.phpForum: Fixing WordPress
In reply to: Template does weirdhi, thank you for your extensive reply!
first: the link is:
http://aernoutzevenbergen.co.za/Scribbles/i made a theme indeed with Artisteer (sorry for the confusion)
i guess my single.php has a few conflicts, because it is also impossible to comment, despite the visible option on-screen to add a comment.
so, what i need to do is compare index.php with single.php?
Forum: Fixing WordPress
In reply to: Not possible to comment…this line is already included in the single.php file….
on line 111 of single.phpcould it conflict with something else?