ariane1001
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] New Order mail don't attach invoiceHi,
After updating we have the same problem. The customer receives the invoice but no invoice copy is attached to the new order mail. Attach to new order mail is active.
Can you help?
Thanks, Ariane
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Enter key not working for search formI commented ‘e.preventDefault();’
but no change.
Does anyone have another idear?Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount removed at checkout!Hi,
I have the same problem. Some orders go fine, others, at checkout the original price is back and the discount message is still there.
I believe the problem started at the latest update from Woocommerce.
It would be nice if the author could take a look at it.
Thanks in advance!Actually I have still the same problem. When logged in I cant see the front-end.
But I cant find the problem so I left it like this.Ariane
Hi Johanhorak,
It turned out the hosting company moved the site to another server. This caused several errors. Finally I got it al to work.
Thanks for your interest.Ariane
Sorry, wrong forum. Thanks for the link.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error DataTables warningHi Tobias,
As you said it was because the_Excerpt showed part of the table.
I now excluded shortcodes from the_excerpt and the problem is solved.
Thanks for looking at it!CHeers Ariane
Forum: Networking WordPress
In reply to: Frontend subdomain website not visible when logged outhHi Mika,
It was caused by a coming soon plugin that was not active but needed to be deactivated.
I only found out this afternoon. Thanks for looking.Forum: Plugins
In reply to: [WP Easy Columns] Second row of columns is lining out with sidebar?Solved ??
Float left on the mother div and it works fine.Forum: Plugins
In reply to: [Tweeple] Works and then doesntHi
Same problem here…
Anybody any idear?Thanks, Ariane
Forum: Plugins
In reply to: [Recent FB Posts] No body of facebook posts visibleHi Danny,
Sorry, forgot to update the status.
I updated the plug-in and that did the trick. Thanks!Ariane
Forum: Plugins
In reply to: [Responsive Select Menu] css and js not recognized?Hi Chris,
Yes, it’s custom.
I didn’t assign a different menu on that page, I just only activated RSM on that page through Advanced Settings. I turns out RSM changes the auto-generated ID #menu-main-menu to #menu-main-menu1 and therefore it couldn’t find it’s CSS.I gave the menu functions an extra class and used it in the CSS. It works fine now.
Thanks for helping to find the solution!Cheers, Ariane
Forum: Plugins
In reply to: [Responsive Select Menu] css and js not recognized?Hi Chris,
The page looks fine on small screens, RSM is visible but on big screens the regular menu is not working anymore and just al list of the menu-items appears.
code header.php:<div id="nav"> <?php wp_nav_menu( array( 'theme_location' => 'main-menu' ) ); ?> </div>
full code header.php:
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]--> <head> <title><?php wp_title(); ?> <?php bloginfo( 'name' ); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/stylesheets/base.css" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/stylesheets/skeleton.css" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/stylesheets/layout.css" media="screen" /> <link rel="stylesheet" media="all" type="text/css" href="<?php bloginfo('template_url'); ?>/resources/jquery/jquery-ui-1.8.23.custom.css"> <link rel="stylesheet" media="all" type="text/css" href="<?php bloginfo('template_url'); ?>/resources/jquery/jquery.fancybox.css"> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/resources/jquery/jquery-1.8.2.min.js"></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/resources/jquery/jquery-ui-1.8.23.custom.min.js"></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/resources/jquery/i18n/jquery-ui-i18n.js"></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/resources/jquery/jquery.fancybox.js"></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/resources/hoteliers.js"></script> <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?> <script type="text/javascript"> $(document).ready(function() { $('#hoteliers_form').hc_calendar(); // when button is clicked, submit the form $('#hc_submit').bind('click', function() { $('#hoteliers_form').submit(); }); }); </script> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="container"> <div class="sixteen columns header"> <div class="ten columns layer"></div> <div id="topfoto" class="ten columns"> <img src="<?php bloginfo('template_url'); ?>/images/hd-rechthuis.jpg" alt="Hotel het Rechthuis" width="566" height="323" border="0"> </div> <div id="logo" class="six columns"> <img src="<?php bloginfo('template_url'); ?>/images/hotel-het-rechthuis.jpg" alt="Hotel het Rechthuis" border="0"> </div> <div id="topmenu"> <?php wp_nav_menu( array( 'theme_location' => 'top-menu' ) ); ?> </div><!-- eind topmenu --> </div><!-- eind header --> <div class="sixteen columns"><!-- menu --> <div id="nav"> <?php wp_nav_menu( array( 'theme_location' => 'main-menu' ) ); ?> </div> </div><!-- eind menu -->
Forum: Fixing WordPress
In reply to: Woocommerce cart widget emptyI thought I did that. Thanks anyway.
Forum: Plugins
In reply to: [Issuu PDF Sync] This plugin does not work for 3.5See this tread for a solution: https://www.ads-software.com/support/topic/wordpress-update-broke-plugin?replies=4