thecause12
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Removing Purple Overlay In HeaderI found the solution. Thanks.
Forum: Fixing WordPress
In reply to: Creating A Custom PHP TemplateI went over the link, I am not trying to build a custom plugin but a custom php template page that will run my own PHP code.
Forum: Fixing WordPress
In reply to: Creating A Custom PHP Template PageI’m still not having any luck. I should add, I am using WordPress 4.9.2.
Forum: Fixing WordPress
In reply to: Creating A Custom PHP Template PageI forgot to mention that I have done that as well. It still does not seem to be working.
Forum: Plugins
In reply to: [WooCommerce] Thumbnail homepage imagesHi gabrielfuentes, thank you for your response. I followed the steps in both links and unfortunately it showed no changes. I went into Customize > WooCommerce > Product Images and selected the options of 1:1 and custom, and changed the values accordingly. After publishing as well as a hard refresh everything stayed the same.
I also added the following code to the functions.php file in my theme:
// Declare WooCommerce support.
add_theme_support( ‘woocommerce’, apply_filters( ‘storefront_woocommerce_args’, array(
‘single_image_width’ => 416,
‘thumbnail_image_width’ => 324,
‘product_grid’ => array(
‘default_columns’ => 3,
‘default_rows’ => 4,
‘min_columns’ => 1,
‘max_columns’ => 6,
‘min_rows’ => 1
)
) ) );Should I save a backup and remove what is already in the functions.php file?
This is what I currently have in there:
https://i.gyazo.com/f88d39ddf4970e4ed27a5ad747d6d123.pngCan you think of anything else that could be causing this?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 404Hello, I found a solution. I had to disable ModSecurity in cPanel. Thank you though!