w-sky
Forum Replies Created
-
Thanks. ?? This helps a little. You can see it now on https://shop.hanfjournal.de/
But I found out something else. I guess I should have checked this ealier, sorry: The problem only occurs with the theme of this site, which is the official “Storefront” theme for the WooCommerce plugin we are using.
https://www.ads-software.com/themes/storefront/
When I switch to a standard theme, like TwentySixteen, the mobile menu banner is centered perfectly (without the extra code)! So the problem is within “Storefront” too. Should I contact those developers?
Storefront has it’s own mobile adjustment for the header, but it’s not half as good as Mobile Menu so I a removing most of it by excluding .site-header
I now have set the Width Trigger for mobile menu to 900 px, while Storefront has it’s Width trigger below that. If you slowly resize a browser window to smaller an bigger width you’ll see some strange repositioning of the banner.
That’s why I added the transparent area. The 80×30 logo used in the screenshot is at https://shop.hanfjournal.de/wp-content/uploads/Logo-final3-mobile.png
- This reply was modified 8 years, 3 months ago by w-sky.
Well yes, I can set the restrictions at https://console.developers.google.com/apis/credentials – is this what you mean? This is what I know. ??
But my point is, the map feature in Google Analytics Dashboard only works when I have set no restrictions for this key.
Forum: Plugins
In reply to: [WordPress Social Login] url logos >> https ?+1
Please fix this bug dear authors of the plugin. As far as I can see, only Twitter images are connected without https.
For example: https://pbs.twimg.com/profile_images/574264570312687618/9DzYKilz.jpeg
But it also works as: https://pbs.twimg.com/profile_images/574264570312687618/9DzYKilz.jpeg
They break https security for example at the user listing in the backend. Maybe we could change this for all registered users via database manipulation, but this won’t help for new users until bug is fixed. ??
Oh yes thanks man … these were created by our webdesigner to change the layout of another form on our website! So they were made deliberately.
To fix the problem with the above form quickly, which is just fine in its default layout, I had to change the names of the variables “your-name” and “your-email”.
Hi Alexander, see my post! Solution found.
Well here is a fix. Thanks to Sudipto Mahato the author:
Add this code in custom CSS
.fb_iframe_widget_lift { max-width: 450px !important; }
Forum: Fixing WordPress
In reply to: Empty lines at the beginning of all source code (HTML, RSS, XML)(oh well, the editor cut the empty lines after the blockquote tag when I posted. just the same with 3 empty lines at top)
Forum: Fixing WordPress
In reply to: Empty lines at the beginning of all source code (HTML, RSS, XML)Even the source HTML of the admin pages starts with 3 empty lines. o.O
<!DOCTYPE html>
<!–[if IE 8]>
<html xmlns=”https://www.w3.org/1999/xhtml” class=”ie8 wp-toolbar” lang=”de-DE”>
<![endif]–>
<!–[if !(IE 8) ]><!–>
<html xmlns=”https://www.w3.org/1999/xhtml” class=”wp-toolbar” lang=”de-DE”>
<!–<![endif]–>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title>Dashboard ‹ Hanfjournal — WordPress</title>
<script type=”text/javascript”>
…Forum: Fixing WordPress
In reply to: Empty lines at the beginning of all source code (HTML, RSS, XML)I just checked: it had a lot of comments at the top, which I all removed just to make sure leaving nothing else but
<!doctype html>
<head>
…at the top, still 3 empty lines at the beginning in the source of all our pages.
Forum: Plugins
In reply to: [Facebook Publish] Plugin does not authorizeI also have a problem authorizing, I think it may be similar to the first post here.
When I click “Authorize now”, all I am getting is a blank page at an URL like this:
https://{mysite.com}/wp-content/plugins/facebook-publish/lib/class/hybridauth/?hauth.done=Facebook&code={366 bytes of code}
I have been authorizing other Facbook plugins without any problems, so I don’t know what is going wrong here.
Forum: Plugins
In reply to: [Facebook] Unable to Associate User with FacebookSame here as with khamus. When trying to connect to a page, the “allow to manage pages” fb dialog apperas at the first time, then settings page reloads and nothing has happened.
Obviously a similar error is at another place for the Social Publisher Settings page, but it’s not at
wp-content/plugins/facebook/admin/settings-social-publisher.php