shadowgamesdev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Not working on some iOS or Mac DevicesHi @rodicaelena
I added it manually. When I remove it, it fixes some issues with the spacing at the top but the CSS for the background image behind all of the other images and the layout in the section I have at the bottom of the page are still affected on mobile with or without this.
I have tested it with this code removed and all plugins disabled and still having these issues on mobile… Any other ideas to help out?
Forum: Themes and Templates
In reply to: [Neve] Not working on some iOS or Mac DevicesIt is imported as part of the theme template within the functions.php:
function custom_bootstrap_scripts() {
wp_enqueue_script( ‘jquery-224’, ‘https://code.jquery.com/jquery-2.2.4.min.js’);
wp_enqueue_style( ‘bootstrap’, ‘https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css’);
wp_enqueue_style( ‘bootstrap-theme-style’, ‘https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css’ );
wp_enqueue_script( ‘bootstrap’, ‘https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js’);
}
add_action( ‘wp_enqueue_scripts’, ‘custom_bootstrap_scripts’ );Then I am just using the bootstrap tags within each page for structure/formatting. I noticed when I removed the bootstrap import it seems to help some aspects of my issue but not all of them.
Forum: Themes and Templates
In reply to: [Neve] Not working on some iOS or Mac DevicesI just discovered something… I’m using twitter bootstrap 3… Does this template support this?
Forum: Themes and Templates
In reply to: [Neve] Not working on some iOS or Mac DevicesIt makes it appear as though some script or CSS isn’t functioning correctly as when this error occurs, the background image for the gallery section stays zoomed and does not scroll with the page correctly…
No errors in the console or while debugging though makes it hard to pinpoint…
Forum: Themes and Templates
In reply to: [Neve] Not working on some iOS or Mac DevicesHi @rodicaelena
Yes, this is still occurring. I tried changing that as you suggested and even tried several versions at different sizes with no difference on my iOS device.
This happens on every page.
I have tried disabling all plugins to rule out that and it had no effect on anything, still the same.This is really frustrating that I cannot pinpoint what is causing the issue…
Forum: Themes and Templates
In reply to: [Neve] Not working on some iOS or Mac DevicesHi @rodicaelena
I have tried that now, in multiple different positions and layout, adjusting the sizes to multiple times and testing each but this has made no difference on my affected devices.
Any other suggestions?
Forum: Themes and Templates
In reply to: [Neve] Not working on some iOS or Mac DevicesHi @rodicaelena
I have disabled “Coming Soon” mode for you to be able to check it out.
The issue has occured on my iPad Mini 2, iPhone SE and iPhone 7, all running the latest version of iOS13.
This has also occurred on an older iMac I have but running the latest version of Safari.
Forum: Fixing WordPress
In reply to: WordPress site not working correctly on iOS or Mac OS Devices.Thanks for the help in checking this out anyway @macmanx
Appreciate it.Forum: Fixing WordPress
In reply to: WordPress site not working correctly on iOS or Mac OS Devices.Hi @macmanx
I had tried what you suggested with the extensions, cache and cookies but didn’t make a different from my end when on my iOS device and my browser and device are both up to date.
I had no issue accessing the site, the issue was how the content was displayed.
Please see the following two screenshots:
Error 1:
https://drive.google.com/file/d/14Sd6mnCYuW9uwFJDertlmBYlprvGmcZV/view?usp=sharing
Error 2 (content purposely blurred):
https://drive.google.com/file/d/1qAmpkDzvQJDA3sp7EI5uF9ObeJ6q9DxJ/view?usp=sharingError 1 was how it is displaying on my iOS and Mac devices and Error 2 is how it is meant to be displayed and how it is displaying on Windows or Android devices.
Any ideas on what may be going on here? Cannot see any errors or issues anywhere with all the troubleshooting I have been doing…
Forum: Fixing WordPress
In reply to: WordPress site not working correctly on iOS or Mac OS Devices.Hi @macmanx I do have it re-enabled now anyway if you would have a moment.
Forum: Fixing WordPress
In reply to: WordPress site not working correctly on iOS or Mac OS Devices.@macmanx The site URL is https://tramoretennis.com/ but is currently in maintenance mode.
I will disable this for 2 hours to allow you to view it but cannot leave it open too long as I am still developing the site content and want to try get this issue resolved before full go-live in a weeks time.
Thanks.