garethallison
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Stripe Payment Gateway] Works like a charmHi @dasglow – that’s great to hear!
We’d love to use your review on the official WooCommerce social media accounts as an example of a satisfied WooCommerce Stripe user – with your permission, of course.
Please do let me know if you’re happy for us to share your review.
Kind regards,
Gareth Allison
WooCommerce- This reply was modified 6 years, 6 months ago by garethallison.
Forum: Plugins
In reply to: [WooCommerce] Buy now button is not working in mobile.Hi Mark,
I am able to see the Book Now button on both desktop (Chrome and Firefox) and mobile (Firefox on Huawei P10) once I select the number of people I’d like to book for from the dropdown selector.
It appears that you need to specify a default number of persons for this button to be visible
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Login not workedHi there Heena,
Your installation version of WooCommerce is quite old – the current release is 3.4.4
Perhaps first try a more recent version of WooCommerce on your staging site or a local development version to see if this solves this issue.
Forum: Plugins
In reply to: [WooCommerce] Add to cart per URL with quantityI’m getting the same result as @jobthomas here, @narovital – I clicked the URL you provided and it added three items to my cart.
Tested in Chrome, Firefox, and Safari with the same outcome each time.
Forum: Themes and Templates
In reply to: Kyma navigation links at the bottom of the pageHi there,
It looks like there may be a menu widget enabled in your footer area, which could be why all of your page links are showing there.
This may be set in Appearance > Widgets in your WordPress admin user dashboard. Take a look and see if there is a footer section enabled in there with a widget inside it.
If not, you can also hide this section using CSS, although it wouldn’t necessarily be the best way to go about doing so. Hopefully you’re using a child theme to make your styling changes; paste the code below into your child theme’s styles.css file:
#footer .footer_copyright { display: none; }Hope this helps.
Hi there,
It is indeed possible to add a drop-down arrow for the mobile menu with a little custom CSS inserted into the bottom of your child theme’s style.css file:
@media only screen and (max-width: 960px) { /* This adds an arrow to menu items that have sub-items in mobile views. */ .page_item_has_children a::after { display: inline-block; width: 100%; position: relative; top: -.2em; margin-left: 1em; content: 'v'; font-size: .6em; } }Again, please note to paste this at the bottom of your stylesheet.
I’m afraid that I’m not 100% sure how to assist with your second question, but this should help with specifying that a menu item has sub-items in a mobile view.
Hope this helps.
- This reply was modified 9 years, 6 months ago by garethallison.
Forum: Themes and Templates
In reply to: [Brasserie] Site LogoHi there,
I’d like to try and help. Could you perhaps post a link to the site where you experiencing this issue so that I can attempt to debug this for you?
Thanks,
GarethForum: Themes and Templates
In reply to: How do I get rid of square loading icon on slider image?Hi there,
Are you wishing to replace the square loading icon with a different one? A loading icon is important to let users with slower connections know that content is on the way; otherwise they may think that nothing is in that space and scroll on. I wouldn’t recommend not having one if you have a slider loading several image-filled slides.
However, if you’d still like to hide the icon, you can make use of a child theme and paste the following CSS into your
styles.cssfile:.sk-cube-grid { display: none !important; }Hope this helps.
Hi there,
If you haven’t already, I’d recommend using a child theme to make styling changes to your main theme (in this case, Twenty Sixteen).
I’m unable to see the content of the page you linked to, as it’s notifying me that I need to log in to see it: https://cldup.com/VreJs53kTo.thumb.png
Forum: Themes and Templates
In reply to: Removing arrow/sub menuHi there,
If you have a child theme installed, you can add the CSS below to your child theme’s stylesheet file to hide this sub-menu. Should you ever wish to have it back, you can remove this line of code to do so.
.home_menu { display: none; }Hope this helps,
GarethForum: Themes and Templates
In reply to: [Focus] Menu drop down disappearing behind hero imageHi there,
Would you be able to post a link to your site to see this error in action so that I can try and troubleshoot this for you?
Thanks.
GarethForum: Themes and Templates
In reply to: [ColorMag] Change font color of sliderHi there,
Could you post a link to your site so that I could troubleshoot this for you? Which theme do you have installed?
Thanks,
GarethForum: Themes and Templates
In reply to: google fontHi there!
There are a few ways of doing this; a good step-by-step guide (including video) can be found over here.
If that seems a little too technical, don’t worry: there’s a plugin for that if you’d prefer. 😉
Hope this helps,
GarethForum: Themes and Templates
In reply to: [Rider] Site name not centeredHi there Mike,
I’d like to try and help out; could you post a link to your site so I could troubleshoot this for you?
Thanks,
GarethForum: Themes and Templates
In reply to: search iconHi Ella,
Are you not wanting to display the search function in your header at all? Are you using a child theme to make you design changes? If not, I’d definitely recommend doing so to avoid losing changes when a theme updates. 🙂
If you’re wanting to hide the icon, this CSS placed in your child themes stylesheet should do the trick; this way, if you ever want to re-enable the search function on your site, you’ll be able to do so by removing this code.
.top_bar #searchform { display: none; }BTW, I just visited Vancouver last week all the way from Cape Town – such a beautiful city! I hope to go back there. 🙂
Hope this helps,
Gareth