Kézily Correa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] product attributes not functioning after upgrade to wc3.0.4I am having same problem.
Forum: Plugins
In reply to: [WooCommerce] Product Attributes BrokenI am having the same issue.
Forum: Plugins
In reply to: [Search Everything] Search does not return page resultsI am having the same issue, it did not return results for pages.
- This reply was modified 7 years, 11 months ago by Kézily Correa.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce is not saving attributesThere is not plugin conflict.
Forum: Plugins
In reply to: [Contact Form 7] URL change when click on submit buttonThe problem is solved, thank you!
But I did not add the second form, WordPress add automatically when I save the Visual Editor.Forum: Plugins
In reply to: [WooCommerce] Woocommerce is not saving attributesYes, I am on 3.0.1.
I disabled all the plugins but the problem continues.Forum: Plugins
In reply to: [Contact Form 7] Submit problemsHello, I got the same problem. I read “Why isn’t My AJAX Contact Form Working Correctly” but is all ok and there is not conflict with other plugins.
Forum: Plugins
In reply to: [WooCommerce] This product is currently out of stock and unavailable issueI got the same problem with 3.0 version.
I got the same problem, the attributes is not saving.
Forum: Fixing WordPress
In reply to: WordPress is not generating thumbnails for JPG imagesNo, he just deleted Jetpack plugin. I am not using another image plugin and GD extension is enable.
New topic: https://www.ads-software.com/support/topic/wordpress-is-not-generating-thumbnails-for-jpg-images/
Sorry for the title.
Forum: Fixing WordPress
In reply to: Safari not loading main CSS on IOSThe sites work perfectly in all browsers (desktop and mobile), except in Safari on iOS.
Two weeks ago both were working normally in Safari.
functions.php
<?php add_filter('show_admin_bar', '__return_false'); include 'woocommerce/woo-functions.php'; // ESTILOS E SCRIPTS function inova_enqueue_style() { wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/assets/fonts/FontAwesome/font-awesome.css', array(), '4.6', 'all' ); wp_enqueue_style( 'owl-carousel', get_template_directory_uri() . '/assets/css/owl.carousel.css', array(), '2.0', 'all' ); wp_enqueue_style( 'inova-geral', get_template_directory_uri() . '/style.css', array(), '1.0', 'all'); } function inova_enqueue_script() { wp_enqueue_script( 'inova-jquery', get_template_directory_uri() . '/assets/js/jquery.min.js', array(), '2.1.3'); wp_enqueue_script( 'owl-js', get_template_directory_uri() . '/assets/js/owl.carousel.js', array(), '2.0'); wp_enqueue_script( 'inova-main', get_template_directory_uri() . '/assets/js/main.js', array()); } add_action( 'wp_enqueue_scripts', 'inova_enqueue_style' ); add_action( 'wp_enqueue_scripts', 'inova_enqueue_script' ); // MENU function register_my_menus() { register_nav_menu('menu', __('Menu')); } add_action( 'init', 'register_my_menus' ); // THUMBNAIL if (function_exists('add_theme_support')): add_theme_support('post-thumbnails'); add_image_size( 'posts', 740, 340, true); endif; ?>
Forum: Fixing WordPress
In reply to: Safari not loading main CSS on IOSI am using my own theme. I developed it.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce is not saving the attributesFinally it is working now! It was not working because I forgot to entry the price ??
Thank you so much and I’m sorry for taking your time and for my english.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce is not saving the attributes