holy88
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hacked by TeaM_CCSimilar problem one day a go on a staging website (..)
Forum: Plugins
In reply to: [String locator] Bring back , old functionalityI agree ?? thanks for the work .. but the old version was awesome now to scan a theme i need something like 20 mins ..
Same:
Simply disable Credit Category: Credits and disable Virtual ??
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Conflict with WPML?Check this & try
https://wpml.org/forums/topic/wpml-and-dattabase-errors/
Worked for me, but i’vent test it so much
thanks i tryed but the ‘notification’ is always sent to the ‘admin’ ( the one selected in the preferences )
Forum: Plugins
In reply to: [WooCommerce] Woocommerce custom themeHI thanks! I’ve tryed to make a
woocommerce.php file in my own template directory like:
site/wp-content/themes/whiterock/
woocommerce.php:<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package progression * @since progression 1.0 */ get_header(); ?> <?php woocommerce_content(); ?> <?php get_footer(); ?>
But nothing is changed, is the code wrong?
The original page.php is:<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package progression * @since progression 1.0 */ get_header(); ?> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'progression' ), 'after' => '</div>' ) ); ?> <?php endwhile; // end of the loop. ?> <?php if(of_get_option('page_comments_default', '0')): ?><?php comments_template( '', true ); ?><?php endif; ?> <?php get_footer(); ?>
Thanks ??
Forum: Plugins
In reply to: [Contact Form 7] Date Picker – Only works in ChromeForum: Plugins
In reply to: [Contact Form 7] [CM7 Chrome/IE/Firefox] Some ProblemsThanks there’s a way to modify it in DD-MM-YYYY for european users ?
Thanks
Forum: Plugins
In reply to: [Contact Form 7] [CM7 Chrome/IE/Firefox] Some ProblemsThanks,
BUt when i try (with firefox/IE) to add a date manual likegg/mm/yyyy ex: 04/05/2013
The contact form give me ‘Invalid date format error’ :/ how to bypass it ?
Thanks
Hi jonahcoyote
Thanks for the support, nope i’ve tryed just one of the code u posted.
ANyway the deprecated in the calendar page was solved changing split in explode. The deprecated in the admin page is not a problem (for me). The plugin is working fine and is perfect ??Forum: Plugins
In reply to: [The Events Calendar] Events on Homepage?You can find the code in the faq!
First question: 2.0.11
Second: I tried to reinstall the plugin but same errors in same pages
Third: I will try :/ but i don’t have so much plugins so i think is not here the problemDemo of the error here: https://goo.gl/8IWU3
Thanks ??
=====================================================
UPDATE: I’ve ‘solved’ the error in the public pages of the calendar replacing “split” with “explode” seems to work.
=====================================================
But i still have in “Admin > Events > Setting > General/Template”Deprecated: Function call_user_method() is deprecated in /home/content/80/10547980/html/wp-content/plugins/the-events-calendar/lib/tribe-field.class.php on line 152