dudgemaster
Forum Replies Created
-
Hi, similar issue to Gollmark,
I am attempting to run the upgrade for 2.1.6.
I have deactivated all plugins except for ultimate member.
I get this when I press run as instructed…Upgrade Log
Upgrade Process Started…
Get Upgrades Packages…aaaand thats all I get. Any insight would be amazing!
Forum: Plugins
In reply to: [Pootle Pagebuilder - WordPress Page builder] Multiple Pages Not UpdatingTurns out the issue was I was exceeding the data upload allowance so I was only getting a partial save. Resolved thanks to a pointer by the Pootle team.
For anyone else with this issue go to your server, HTML folder, and open a file called .user.ini
In there change “max_input_vars” to a higher number and save.
You may need to flush the cache to get the server to read this file, but that solved my iussue!
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Can’t click on inactive tabsI’d have never have found that! Thanks
Forum: Plugins
In reply to: [WooCommerce] Product Dependent Page TemplateOkay so now I have the following in the woocommerce.php
<head>
<?php get_header(); ?><?php
if ( is_product_category( ‘miele’ )){
get_template_part( ‘template-parts/template-part’ , ‘miele-head’ );
} else {
get_template_part( ‘template-parts/template-part’ , ‘head’ );
}
?>
</head>but the head is not changing for different products.
Can anyone tell me where I am going wrong?Thanks,
DanForum: Plugins
In reply to: [WooCommerce] Product Dependent Page TemplateOkay, so I now understand I can use hooks to call up different template parts for different circumstances.
If i was to use a conditional tag “is_product_category(miele)”, how could I then get it to call the correct template, and which file should I be inserting this into?
Sorry i’m pretty new to WP developing
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Email template not savingI have already contacted you on facebook and you have basically told me to get lost unless I pay. Also, this is the last plugin I installed!
Okay that has helped,
Thanks