upbeatguy
Forum Replies Created
-
It Yoast not liking SVG’s – my top left logo on my site was an SVG file – swapped it for a PNG and the error messages have gone.
Would prefer the svg but until Yoast fix the issue….
Still not working.
In Chrome the slider works as it should with arrows visible. – but has a white space to the left side.
In other browsers its a fixed static image with no arrows.
If setting up a user I need a name and email address.
Thanks
That’s correct – would you like a user log-in to take a peek?
The arrows are enabled.
I had bullets set as hidden but was getting two vertical list bullets showing under my slider. Have add `.flex-direction-nav {
list-style: none!important;
}` and this has fixed it and my arrows now show.However, problem 2 is that the left side of my slider has a white strip down it which is cutting off part of the image – in Chrome.
Problem 3 is that the arrows and animation is not working at all in Safari, Firefox or Opera?
Can confirm that the following are all checked.
Print CSS
Print JS
No conflict modeForum: Plugins
In reply to: [Max Mega Menu] Ubuntu font weight 500 not recognisedThanks Tom – that worked fine!
Forum: Fixing WordPress
In reply to: Media Upload not working (http error)glad it worked for someone else.
Forum: Fixing WordPress
In reply to: Media Upload not working (http error)I tried loads of fixes listed on various websites, however the fix that worked for me was to add a line of code to the .htaccess file to modify the PHP version being used.
The default our web hosting provider was using 5.5, but 5.6 and 7.0 can also be specified.
Adding the following line of code to the .htaccess file cured the image upload issue for me on various sites.
AddHandler application/x-httpd-php56 .php
(Note the gap before .php should be left exactly as shown)
For 7.0 it would be:
AddHandler application/x-httpd-php70 .phpYour web hosting provider should be able to advise you what versions of PHP they support.