officeemily
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Report Post] bulk deleting / trash functionThank you.
Forum: Plugins
In reply to: [Ultimate Member Profile Tabs] Bug caused by UM Profile TabsAlso, when UM Profile Tabs is activated, I cannot link directly to any UM setting, i.e. settings/delete or settings/privacy. The link is redirected to /settings on each occassion
Forum: Plugins
In reply to: [Woo Credits] Direct URL link to add credits to cartthanks for replying. i assume then that there’s no way to circumvent that step of user having to go to “My account” to purchase stamps?
Forum: Plugins
In reply to: [Woo Credits] Direct URL link to add credits to cartawesome job, thank you neil!
hi neil,
the WordPress admin bar is staying fixed. it’s the slicknav which is scrolling down the page as it moves (only when logged in on mobile, when slicknav is in fixed position).
to recreate issue, login to the following site on your mobile, then go to frontend:
https://albury-wodonga.xxxnv.com/wp-login.php
login: demo
password: 123456this could be related to template -twentytwelve.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] position in relation to logged in wordpress barresolved
Forum: Plugins
In reply to: [SlickNav Mobile Menu] position in relation to logged in wordpress barthank you, i just needed to clear my browser.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] text word instead of image logothanks for the great support neil.
so if anyone else is looking for how to upload a vector, all you need to do is what neil said:
modify your functions.php:
//Allow SVG Images Via Media Uploader
function cc_mime_types($mimes) {
$mimes[‘svg’] = ‘image/svg+xml’;
return $mimes;
}
add_filter(‘upload_mimes’, ‘cc_mime_types’);#small point:
If you’re using Adobe CC like I was you also have the opportunity to modify the svg code in a text editor to ensure the width and height dimensions are the same. adobe cc doesn’t let you directly modify the viewbox on output so you have to do it separately to get your vector looking good.
thanks
Forum: Plugins
In reply to: [SlickNav Mobile Menu] text word instead of image logohang on neil, i’m going to mark this as resolved. i retested the issue by using the link to the svg on the site’s perth and brisbane subdomains and they both make the vector appear on the main domain fine, so i think it’s basically a problem related to the caching issue. I think the site is running a CDN as well, so it’s related to that and not due to your slicknav_brand script. case over. mark resolved.
fine to close the thread.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] text word instead of image logoThanks for the fast reply, I actually successfully managed to previously upload the .svg file using a variation of your mime uploader to the functions.php file.
The problem squarely lies in the fact that the vector .svg logo is resizing to 0 x 0 (natural 150 x 26 px) and I’m trying to work out which element is causing the img tag to reduce the vector to 0x0 pixels. Is this related to the visibility of the display:block in css?
you can see the problem yourself, this is for the xxx nite vibes domain, so the vector logo is simply xxxnv.com, with spaces between the letters.
i should also point out that we’re using the same set up for 2 other subdomains also running open-source classifieds wp job manager: see this sydney classifieds site here and for our melbourne classifieds where both appear to be displaying the vector ok — and both these sites are supposedly a clone of the main xxxnv.com domain — so im not sure why the vector is failing to show in the main domain? Is this a caching issue?
A friend suggested that perhaps I can enter the pure svg code as a workaround, but the div slicknav_brand tags don’t seem to allow it.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] text word instead of image logoif this isn’t possible, then how do you display a .svg file as the logo.
currently getting img 0 x 0 (natural 150 x 26 px) and image not displaying, because it’s loading as src.
any help appreciated.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with Logoi think you can get it all on 1 line by resizing your logo to a maximum of 150px wide and 26px height. Anything larger in my experience caused the menu to bump down to the next line.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] logo linkthank you!
Forum: Plugins
In reply to: [SlickNav Mobile Menu] logo linkthanks for the reply, it’s a terrific, very robust plugin. congratulations.
In the meantime before the next edition, can you copy and paste here what the javascript hack would look like and which file needs to be changed to insert the logo link?
Many thanks!