Dave
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Does the Following Setup WorkThanks tristan083. I was hoping a regular user of the plugins had this same type of setup. My client has been in touch with support, but is still unable to implement the setup.
I’ll keep the thread open in case a regular user finds it and has some answers.
Forum: Plugins
In reply to: [The Events Calendar] Does the Following Setup WorkAddendum: the Tickets Plus plugin is also connected to and working with Square for payments, so any proper membership plugin and/or setup that can work with Events/Tickets, needs to work with Square too
Forum: Plugins
In reply to: [QuadMenu - Mega Menu] Adding Text Widgets to QuadMenuThanks for your reply and link, but in the end, it was my fault. I checked the Screen Settings tab and there it was – QuadMenu Widgets – unchecked.
Forum: Plugins
In reply to: [QuadMenu - Mega Menu] Adding Text Widgets to QuadMenuHello!
Here is a screenshot of the current active menus/tabs:
https://snipboard.io/9tOw4Y.jpg
Here I added a “smart terminals” tab:
https://snipboard.io/VRqHJo.jpg
Here I added a block to the tab, and when I click the Plus sign in the block, the blue “add to column” highlights, and as you can see, the only options I have to add to the column are Pages, Posts, Custom Links and Categories.
https://snipboard.io/U1kPvX.jpg
For the first screenshot, the active menus have text widgets in them, but I can’t seem to add a text widget to this one…
Thank you for your time π
Hi AndrΓ©. Thank you for your reply.
Yes I’ve done and checked every area including the Woocommerce settings etc.
It appears that my theme is causing only products to show in sub categories vs showing the sub categories.
And for testing purposes, in my theme I’ve stripped everything down, removed all CSS, removed all JS and only kept in the loop and still the products only show, not the child categories.
Are you saying I can grab the action hook woocommerce_after_subcategory from the Woo product cat file and add it to functions.php?
Hi MayKato – do you know if another file besides page.php can be used to display the categories? Does archive.php do the same?
Hi Kaushik. Yes I’m the developer. I found the child categories are using page.php. Should it be using another file in order to make this work – as you say, an archive.php page?
I found even the main Shop page is using page.php of which I only have this code in – when I stripped out everything but the following, it still only displays the products:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_content('<p>Read the rest of this page »</p>'); ?> <?php endwhile; endif; ?>Forum: Plugins
In reply to: [WP Store Locator] CSV Manager Causing Backend Wide ErrorsThank @farroyob – does the plugin provide updates through WordPress or must I download the updated version from the website?
https://wpstorelocator.co/add-ons/csv-manager/
I ask because in WordPress it doesn’t indicate it needs updating.
That would be great.
Forum: Plugins
In reply to: [SEO Ultimate] jQuery is deprecated with WP 5.5We have to migrate to another SEO Plugin for a time.
I’m going to go with Yoast for now
Here’s how to migrate easily.
Just remember to use wp_title(); for your title and from there update your home page SEO settings in the Yoast settings
https://www.joomlacandy.com/wordpress/migrate-seo-ultimate-yoast-seo
That’s the quickest way to deal with this right now
Forum: Plugins
In reply to: [Breadcrumb NavXT] GSC Finding Missing field “item” and Missing field “id”I believe this issue was addressed here:
Forum: Plugins
In reply to: [SEO Ultimate] Change OG Type of Home Page from Blog to WebsiteThanks Jeffrey, will do…
Forum: Plugins
In reply to: [SEO Ultimate] Change OG Type of Home Page from Blog to WebsiteThanks Jeffrey. OK I’ve installed the pro version and have an other issue. Maybe you can help me. I’ve used as my home page a “front-page.php” template which in wordpress will allow me to customize the home page as I wish (as you probably know). But now in the plugin settings, in SEO/Open Graph+/Pages my “front page” doesn’t exist.
I’m thinking in SEO/Open Graph+/ under “Enter Homepage Default Values” I would be able to change the og:type there, but cannot.
This seems to be a special case, I’m not sure but if you can help that would be great.
Thanks Jeffrey
Forum: Themes and Templates
In reply to: If You Can't Select WordPress Page TemplateCorrect. The case I’m talking about is where one has either stopped using the child theme, deleted it, or has pasted in CSS from another site of theirs. That’s what occurred in my case. I could not find a fix anywhere related to the Custom Template field not showing, and I was using a theme CSS file that did call a child theme, I wasn’t using. When I removed it, the Theme Template drop down displayed.
Thanks for that extra info Stephen…
Forum: Plugins
In reply to: [WP Customer Reviews] Review Form Not Displaying Under HTTPSI figured out the issue: in my attempts to increase site speed/loading time, in functions.php I’ve removed loading of the plugin’s CSS file in my code; and with the Add Your Own Headers plugin, added the reference to the CSS file only on the review page. What made it work is by using a relative path to the CSS file rather than the absolute.
All elements of the plugin load, and the site is secure/no warnings.
The directives in the .htaccess file had nothing to do with the issue either.