ljknechtel
Forum Replies Created
-
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Toggle Parent CategoriesThank you for your response.
I would like it to look like this.
https://www.loom.com/share/336dc566b0de4dbab5bb5cbd2ef316caAs mentioned above, I managed to get it to LOOK the way I want it to, but the filters don’t work as they should – with AND logic. Selecting more than one child category doesn’t work. Deeselecting them doesn’t work (ie. it doesn’t remove the products in the deselected category from the products displayed.
Test it here: https://festivalfurniture.com/office-furniture-test-toggles/
Again, ideally:
– The parent categories should have + beside them, not a checkbox
– The child categories, when checked should have AND logic so they can be selected with other child categoriesIs there a PRO version of this plugin that includes this functionality?
Thank you.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Toggle Parent CategoriesYes, I can address that. I just want to know how to make the filter work as desired. Thank you.
Yes, that’s it. I will review the solution.
Thanks so much for your assistance.Forum: Plugins
In reply to: [Timeline Express HTML Excerpts Add-on] Plugin abandoned?Was this confirmed?
Forum: Plugins
In reply to: [The Events Calendar] How to customize background colourHi @eddietate.
Yes, sorry. I was looking for an immediate solution so resorted to a different plugin.
Thank you for your time.Forum: Plugins
In reply to: [The Events Calendar] Calendar won’t go to next monthHaving same issue at hogtowncycles.ca/events. Also looking for a resolution.
Forum: Fixing WordPress
In reply to: Error 406: Not accessible message only on one computerHi @t-p.
Thanks for your response. Because of the inconsistencies between computers (I can post and she can’t), I’m leaning more toward an IP issue or plugin conflict. We’re pursuing those possibilities now.
One of her plugins (WPDiscuz) just released an update and closer inspection of the Change Log makes me think there might have been a bug in the previous update that was causing the issue. I have just updated and am waiting for the client to test on her end.
Any further insights into the possible cause of this are still welcome.
Thanks again.Forum: Fixing WordPress
In reply to: Comments form not showing upThank you, @girlieworks. Was able to update the file through the cPanel and did the trick.
Much appreciated.Forum: Fixing WordPress
In reply to: Comments form not showing upThanks again. Will dig in a bit further.
Forum: Fixing WordPress
In reply to: Comments form not showing upThanks again @girlieworks.
Tried it but got a 406 (Not Acceptable) error when saving. Reverted to original code and saved and still got 406 error. Something not right with file, methinks.
It doesn’t have anything to do with the association with the twentyeleven theme? I’m sure that theme was used to create the custom template, but its name is ‘Anne Carbert’.
Forum: Fixing WordPress
In reply to: Comments form not showing upHi @girlieworks. Thanks for your response. I believe theme was custom coded by original developer. Single.php code is as follows. I don’t see a call as per your response.
<?php /** * The Template for displaying all single posts. * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <nav id="nav-single"> <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3> <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">«</span> Previous post', 'twentyeleven' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next post <span class="meta-nav">»</span>', 'twentyeleven' ) ); ?></span> </nav><!-- #nav-single --> <?php /* comments_template( '', true ); */ ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <div class="cb"></div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: wp-includes folder erased during update processShould I post in another forum or look elsewhere for more direct assistance? Thank you for your time thus far.
Forum: Fixing WordPress
In reply to: wp-includes folder erased during update processI’ve been all over Google. Unfortunately, I am a designer and not a developer. All of the issues I’ve been having with this have fried my brain and I’m not understanding much developer-speak at this point.
Forum: Fixing WordPress
In reply to: wp-includes folder erased during update processThank you. In plain English, what does an .htaccess file do?
Forum: Fixing WordPress
In reply to: wp-includes folder erased during update processStill not sure about the htaccess file. For the sake of keeping things moving along, I’ve tried to update my database by replacing all instances (1408 total) of campbimini.ca/wordpress with campbimini.ca.
When I drop the previous database in its entirety and import the updated database, my website reverts to the original theme (making it seem as though all image files and stylesheets are not where they should be, and content is completely gone.
What the heck is going on?
Thx.