Pigo3934blog
Forum Replies Created
-
Forum: Plugins
In reply to: [Add to Home Screen WP] iPhone 4,4S Startup Screen Is White??The exact same thing was happening to me.
But I Finally figured it out…
1) You have to create images EXACTLY at the same pixel dimensions as is posted next to each text field. This goes for BOTH the touch-icons and the splash screens.
2) Upload your images via the WP Media Library.
3) Copy and paste the URL’s into each respective field within the plugin’s Admin panel.
=====
That should do it.
Cheers.
Forum: Plugins
In reply to: [Add to Home Screen WP] "null" at the start of the messageYou will usually get a “null” when the touch-icon” has been removed.
Just put it back.
Forum: Plugins
In reply to: [Add to Home Screen WP] Splash screen and touch icon doesn't appearHey robertodimarco.
The exact same thing was happening to me.
But I Finally figured it out…
1) You have to create images EXACTLY at the same pixel dimensions as is posted next to each text field. This goes for BOTH the touch-icons and the splash screens.
2) Upload your images via the WP Media Library.
3) Copy and paste the URL’s into each respective field within the plugin’s Admin panel.
=====
That should do it.
Cheers.
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] Columns are not Responsive on Mobile devicesSent a URL link and a screenshot of the plugin configuration to…
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] WYSIWYG WidgetWould love to know when you integrate the WYSIWYG editor.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] How do we get rid of 1px grey borderResolved.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Columns are not Responsive on Mobile devicesAwesome!! It worked!
Thanks bro.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] How do we get rid of 1px grey borderFound it.
It was within the theme at “framework” –> “CSS” –> shortcodes.css file
.panel { border: 0px solid #d3d3d3; /* Was 1px. Was causing a border to form around widget created by the Page Builder plugin */ clear: both; padding: 20px 20px 0px 20px; -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1); -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1); box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1); }
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] How do we get rid of 1px grey borderUsing FireBug from Mozilla we found the code.
But in DreamWeaver we cannot find it.
Can you please give us the exact folder, file and line of code to look for?
Thanks in advance.
We believe the issue is found at lines 113 – 118
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 970px; /* //This was 1170px. It was causing site to shift 150px to the left */ }
We isolated it all the way down to the “bootstrap-responsive.css” file found within the “twbs” –> “css” folder.
We are just not certain what needs to be changed within the CSS to prevent the site from shifting 150 pixels to the left.
Look forward to your reply.
Thanks.