burdnick
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Products per page won't changehttps://173.254.53.244/~cottage/water-sports/wakeboard/
These products will also not display 3 wide, i can’t modify it…
the code calling the content is as follows:
[product_category category=”wake-boards” per_page=”12″ columns=”3″ orderby=”date” order=”desc”]
Forum: Plugins
In reply to: [WooCommerce] Products per page won't changeMy theme doesn’t have a backend option… i can’t find it in the code for the display products per page.
I am currently having an issue making the “add to cart” button show up as well…
https://173.254.53.244/~cottage/shop/bindings-skis/radar-vector-boot-2013/
I added the `function mv_my_theme_scripts()
{
wp_enqueue_script(‘add-to-cart-variation’, plugins_url() . ‘/woocommerce/assets/js/frontend/add-to-cart-variation.js’,array(‘jquery’),’1.0′,true);
}
add_action(‘wp_enqueue_scripts’,’mv_my_theme_scripts’);`to my functions.php file and the <script type=’text/javascript’ src=’https://my-site.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=1.6.5.2′></script>
to my head.php (i also added the folders assets/js/frontend to my theme with the JS in it as well…im not having a good experience with this, could someone please help me?
NOTE: I am using ‘theretailer’ as a theme
Forum: Fixing WordPress
In reply to: Updating anything sends me to a 404…I’ve re-uploaded all the admin files and whatever else for wordpress. overwrote them all.
still having the issues.
i also tried removing htaccess files, still had the issue.
Please advise.
I recently added the wpTouch into my wordpress site and am having a similar issue.
My .htaccess page reads :
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # Redirect non-www urls to www RewriteEngine on RewriteCond %{HTTP_HOST} ^66thieves\.com [NC] RewriteRule (.*) https://www.66thieves.com/$1 [R=301,L]
and my wordpress settings say https://www.
I am still getting this redirect warning for – https://www.66thieves.com
Please advise.