-
Posted a reply to Attribute titles are centred instead of left aligned, on the site WordPress.org Forums:
Hi I've taken a quick look and I think you can fix by adding some… -
Posted a reply to Reddit does not pick up thumbnails for blog posts, on the site WordPress.org Forums:
Hi Can you provide a link to the post page you are having issues with.… -
Posted a reply to Quick Populate Buttons jquery/java, on the site WordPress.org Forums:
I'm not sure if this will fix your issue, but $current-price is not a valid… -
Posted a reply to Database SQL Queries table scanning, on the site WordPress.org Forums:
Hi :) Answering your question: no, it is not a requirement to write the most… -
Posted a reply to Mobile Friendly Issue, on the site WordPress.org Forums:
Hi :) This is unclear. Please can you describe the issue(s) you are experiencing in… -
Posted a reply to CSS for Replacing Mobile Menu with Desktop Menu, on the site WordPress.org Forums:
Hi :) Not sure if this will fix your issue, but your last block of… -
Posted a reply to Redirect to custom page if file doesn’t exist, on the site WordPress.org Forums:
Personally, I would load a template part. If you only have two conditions, then it… -
Posted a reply to Redirect to custom page if file doesn’t exist, on the site WordPress.org Forums:
The 404 Not Found template (404.php in your theme directory if you have one, it… -
Posted a reply to Redirect to custom page if file doesn’t exist, on the site WordPress.org Forums:
Sure, WP has a function for that, you could try something like: <?php // Test… -
Posted a reply to Redirect to custom page if file doesn’t exist, on the site WordPress.org Forums:
Hi :) You could try editing your theme's 404.php file to include something like the… -
Posted a reply to Grab Icon Cursor In Opera Browser, on the site WordPress.org Forums:
Hi :) Not just Opera. It looks like the opening HTML element has some styling… -
Posted a reply to Excessive White Space Below Image, on the site WordPress.org Forums:
Hi :) Not too sure. It looks like you are using Elementor? I have no… -
Posted a reply to Excessive White Space Below Image, on the site WordPress.org Forums:
Hi :) It looks like the image's parent has some bottom padding: .elementor-567 .elementor-element.elementor-element-3319eb22 .elementor-posts-container… -
Posted a reply to a href text not showing up, on the site WordPress.org Forums:
Hi :) It looks like there is some styling on the CSS pseudo element: .mkdf-woocommerce-page… -
Posted a reply to Quick Populate Buttons jquery/java, on the site WordPress.org Forums:
Hi :) Here is some example code: https://jsfiddle.net/7Lx5puhb/ I think it meets this: Is it… -
Posted a reply to Stretched logo in Safari, on the site WordPress.org Forums:
Hi :) Not just Safari, it stretches in Edge for me too. I added the… -
Posted a reply to Logo looks bad when I zoom in, on the site WordPress.org Forums:
Hi :) Using SVG, instead of PNG should fix this. SVG are perfect for scaling… -
Posted a reply to Redirected link to new URL shows old URL in the address, on the site WordPress.org Forums:
It looks like the redirect is working correctly for domain but only matches the domain… -
Posted a reply to Redirected link to new URL shows old URL in the address, on the site WordPress.org Forums:
Hi David :) Can you share the link so I can take a look? No… -
Posted a reply to Style header or text based on form entries, on the site WordPress.org Forums:
Hi :) I'm not sure about any plugins, but this sort of thing can be… -
Posted a reply to slide window, on the site WordPress.org Forums:
Hi :) Do you have a link I can look at? It might be easier… -
Posted a reply to Header Overlay position problem, on the site WordPress.org Forums:
The code I provided was just an example of how to position elements. You might… -
Posted a reply to slide window, on the site WordPress.org Forums:
Hi :) Here is some example code: Example slide in from left. Not sure it's… -
Posted a reply to Header Overlay position problem, on the site WordPress.org Forums:
Hi :) This should be doable with CSS. You want to be looking at positioning.… -
Posted a reply to Center footer title and links in mobile., on the site WordPress.org Forums:
This worked for me, although not sure it fits your requirements exactly? @media (max-width:768px){ .footer-container… -
Posted a reply to Scroll bar Mobile shopping cart, on the site WordPress.org Forums:
You could try adjusting the CSS, this worked for me, although only tested in Chrome…