- CSS caption placement
-
WooCommerce Shipping Issue
So I reaslied that there are some errors in the console...mainly that it is failing to pull certain JS files, although I am not sure why as the addresses are correct (other than the fact that they have added ?ver=2.1.4 at the end) if they hadn't added ?ver it would have found the file. How do I get this to work?
-
WooCommerce Shipping Issue
The shipping costs aren't populating correctly in my woocommerce. I updated the version of WooCommerce and have deactivated all other plugins and put it to default Twenty Seventeen theme, but to no joy. When I go to checkout page and alter the country in the address it isn't amending the shipping price accordingly. Nor is it amending the fields. i.e. changing 'zip code' to 'postal code' when I switch country from US to UK. Any ideas what might be going wrong? thanks in advance
-
Different Excerpt Length for different parts of home page
Hello I have a home page that takes excerpts from pages for certain parts and it also pulls in the latest news post in another part of the page. I want to have the three widgets with page excerpts having a certain length e.g. 41 words and the latest news post excerpt to have a different amount like 200 words. I have tried the following: function excerpt_length_category( $length ) { if (in_category( 'News' )) { return 200; } else { return 41; } } add_filter( 'excerpt_length', 'excerpt_length_category' ); (added it to my functions.php file but it hasn't made any difference and every excerpt is at 41. I've cleared caches etc. Any ideas? I'm using a child theme based on Spacious Wordpress theme. Thanks in advance for any ideas Vicky
-
Is it safe to put phone number on website or will it just get lots of junk calls?
Thanks Fisicx - what tools did you use? Thanks Milli05 will look at that tool
-
Is it safe to put phone number on website or will it just get lots of junk calls?
Hello I was wondering if people put phone numbers on websites and if it generates a lot of spam. Looking on the internet there seem to be some people saying it creates lots of spam and others saying it doesn't. Also what is the best way to display it using JavaScript to hide it from bots or using an image? Thanks in advance for any thoughts on this Vicky
-
Post site launch work
Hello I would like to work as a freelance. I have been doing mates rates for friends and families to build up my portfolio. What I am finding difficult is getting across that once the site is live I don't want to keep doing work on it for free. There seems to be an expectation. How do people deal with this? I know for the future I can be very clear in the initial contract what future work will cost and that any future work will need to be quoted for, but I just wondered if people have strategies for this kind of request? In some instances I have specified saying it'll be £20 per hour for future work, but they still email and ask as though it's free. thanks for any advice Vicky
-
How to see if an email has been pinged
actually ignore....I'm being stupid thanks
-
How to see if an email has been pinged
Hello Not sure if this is correct forum....but.... I have woocommerce set up on a wordpress site which has been emailing 2 different people to notify them of whenever a new order comes through. However only one recipient recieved last two order details and other recipient hasn't, otherwise was working before for months....any ideas? Thanks Vicky
-
Working out which images aren't being used by website
Hello Not sure this is the right sub forum, but couldn't find where I should put this under. I was just wondering I have a site, which having gone through test site versions has lots of images not being used (some within wordpress cms) some on server. Is there an online tool anywhere that shows lists of images being used so you can delete unnecessary files? Thanks in advance
-
Navigation CSS issue
Thank you for your suggestion, but unfortunately taking that out, doesn't affect it. The breakpoint seems to be at 767px as opposed to 768px...I have two screenshots but can't seem to attach Thanks in advance to any other ideas
-
Navigation CSS issue
Hello My nav links are disappearing on an ipad in portrait .i.e. at 768px wide The site is http://bargdvd.co.uk I can't seem to figure out why it is occurring, I have tried reducing the menu items and that doesn't work. The site is based on the Louis WP theme: http://themefurnacedemos.com/louis/ Any ideas much appreciated Thank you in advance Vicky
-
turnjs flipbook
Hello I've used this in a website and it used to be that I could click to zoom in and click again to zoom out, that is no longer working....any ideas why? This is a demo of it (http://www.turnjs.com/samples/magazine/#page/6) and this isn't zooming out on second click, one click and it zooms in and then it is saying press escape to zoom out. Any ideas how I make it so you can click again to zoom out Many thanks in advance
-
Woocommerce PHP and MySQL requirements
Hello I was just wondering if WooCommerce is able to run ok with lower PHP versions than those recommended. When I check out the status for Paypal integration I get a page saying higher versions of PHP recommended, see screenshot attached. I have contacted my host and upgrading the PHP will mean a server migration and new DNS settings etc, so if I can get away without it I would rather that. Any advice much appreciated. many thanks Vicky
-
.htaccess issue / wordpress homepage redirecting none of other pages are
All fixed, no idea what the issue was, but going into wp dashboard and clicking in homepage and clicking in customisation, although no changes made, seemed to fix it. very bizarre