softsleepysounds
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] ‘Ship to different address’ not showing on mobileThe problem is actually that if we set billing to all countries and shipping to only available in Australia, the option of ‘ship to a different address’ does not show for other countries (UK, US, etc).
This is obviously problematic logically, as what is the point of being able to ship and sell to different countries if the plugin will not allow a different shipping address than billing address for nonshipping countries.
Does anyone know how I can make this work?
I want to have a ‘ship to different address’ or simply a ‘shipping address’ (in Australia) for countries where we sell but do not ship to.
Thanks ??
SarahHi there,
Apologies for the intrusion, it seems that these notifications are coming from a different plugin.
Thanks ??
SarahForum: Plugins
In reply to: [WooCommerce] problems with woocommerce shortcodes displaying productsThanks so much, Ashish!
I really appreciate your reply!
As it turns out, there was a small error in the syntax of the shortcode. The ” was a curly quotation mark at the start of the ids (see above) and so, changing this to ” fixed the problem.
It pays to be careful with detail. Even something as small as a different quotation mark can throw things out!
Cheers and thanks ??
SarahThanks so much, Sanjeev, really appreciate your help!
It seems to be going as planned ??
The tutorial is great, thanks so much!
SarahForum: Fixing WordPress
In reply to: Unable to open visual editor on wordpress pageIt turns out that it is the YOAST SEO plugin which is causing the conflict. I really need to find out what specifically is triggering this on the About page, because it is important to have the YOAST plugin enabled.
Thanks in advance!
SarahForum: Fixing WordPress
In reply to: Unable to open visual editor on wordpress pageThanks @macmanx James,
Really appreciate your reply.
I did what you suggested and found that it is the theme which is causing the problem. It was GREAT to install Health Check, as I would have broken the site otherwise, thanks!As I am not in contact with the developer that built the page, I was wondering if you or anyone could take a look at the only page which is causing the error to see if there is anything in the template which could be causing the error?
<?php /** * Page Template * * Template Name: About Template * */ get_header(); ?> <?php get_template_part('banners/page-banner-with-hero'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="container page-about"> <div class="row"> <div class="col-lg-5"> <img src="<?php bloginfo('template_url'); ?>/_/img/pru_chapman_elin_bandmann_photography-77a-copy.jpg" alt=""> </div> <div class="col-lg-7"> <h1>Victoria's Story</h1> <?php the_content(); ?> </div> </div><!-- /row --> </div> <!-- /container --> <div class="container-fluid page-about-invest"> <div class="row"> <div class="col-lg-8 offset-lg-2"> <h3>When you invest in your future through our work,<br/> you’re also creating a meaningful change in the world. </h3> <a href="" class="btn btn-primary btn-orange">Start Now</a> </div> </div> </div> <div class="container page-about-video"> <div class="row"> <div class="col-md-10 offset-md-1"> <div class="embed-container"> <iframe width="560" height="315" src="https://www.youtube.com/embed/Ew8TIM2nvJ4?rel=0&controls=0&showinfo=0&modestbranding=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe> </div> </div> </div> </div> <?php endwhile; ?> <?php else : ?> <?php get_template_part('loop/loop-error'); ?> <?php endif; ?> <?php get_footer(); ?>
Thanks so much!
SarahThanks so much Dave. You are absolutely right. It was an issue with the PHP limit and after a looooooonnnnnnggggg time waiting for the web host to update the PHP limit, they did so and now the site is working again!
Thanks again ??
SarahHey MNX @mononox
Thank you for your reply! I did update the PHP memory, but it does not seem to be working. I am still getting a 500 server error.
thank you!!
SarahHey Richard – @richardmtl
Really appreciate your reply! Unfortunately your css did not work. I tried to clear my cache, but still not working.
Back to the drawing board I guess! Thanks again ??
Cheers,
SarahThanks for your advice @t-p !!
??
Forum: Plugins
In reply to: [Contact Form 7] spinning arrow and not sending messageHi there,
Looks like it is working for WordPress update 4.9.4 – at least it is on my site.
Good luck!
Sarah
Forum: Fixing WordPress
In reply to: Problem with site width on mobileOkay, thanks.
Forum: Fixing WordPress
In reply to: Problem with site width on mobileNow it seems to be the right size, but I can’t seem to get the mobile site to align left. It seems that the selector doesn’t work.
This is what I am using:
@media only screen and (max-width: 40.0625em) {
#hello-row
{
display: inline-block !important;
width: 40% !important;
margin-right: auto !important;
margin-left: auto !important;
}
}Do you know why it won’t work?
Forum: Plugins
In reply to: [Contact Form 7] spinning arrow and not sending messageIt is not good enough! The plugin author wrote back with some link to a standard troubleshooting practice that doesn’t work, and there are threads all over the internet about the fact that the spinning won’t stop.
I downgraded to 4.9 – and it is still spinning. It is so aggravating!!
Forum: Plugins
In reply to: [Contact Form 7] spinning arrow and not sending message@takayukister do you have any other solutions?
@mad2kx I have read that downgrading to 4.9 might be required.