Sharon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Excess padding after page titlesI just added this custom css and it did the trick:
.entry-header {
margin-bottom: 22px;
margin-bottom: -2.2rem;
}Forum: Themes and Templates
In reply to: [Make] Excess padding after page titlesHi Anur,
Thanks for your help…
I would rather not edit the style.css itself but add custom css to override the style.css where needed. Line 501 in style.css is “ul,” which must be different than what you have (I’m viewing it in Notepad++).Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Works on Firefox and IE, not on ChromeHi – Thanks so much for your help. I looked at the page source and the culprit was the “Facebook Page Plugin (Likebox)” plugin which I recently added to the site. I just deactivated it and the favicon has reappeared. I’ll find some other way to show the Facebook page on the site. Thanks again!
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Google Webmaster Tools Can't Render MapHi – I did contact them and someone responded FYI:
There’s not much (i.e. nothing) you can do. It’s Google itself that is blocking resources on their end in their robots.txt file:
https://maps.googleapis.com/robots.txtAll it allows for bots is to access (certain?) javascript files.
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram image not showingMine aren’t showing up either – where the images should be on the sidebar I got the following PHP errors, so I had to delete the widget for now.
Warning: Invalid argument supplied for foreach() in /home3/chickade/public_html/hollandude.com/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 219
Warning: base64_decode() expects parameter 1 to be string, array given in /home3/chickade/public_html/hollandude.com/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 249
Warning: array_slice() expects parameter 1 to be array, boolean given in /home3/chickade/public_html/hollandude.com/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 251
Warning: Invalid argument supplied for foreach() in /home3/chickade/public_html/hollandude.com/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 131
Forum: Themes and Templates
In reply to: [Make] Title next to LogoPaul – THANK YOU. That totally worked. You are a gentleman and a scholar.
Forum: Themes and Templates
In reply to: [Make] Title next to LogoHi Melissa – thanks for responding – I just put it back – I know there is a fairly simple trick for putting the logo inline with the title & tagline in the CSS, I just don’t know exactly what it is.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox map is half-widthHi – FYI I deleted these elements in their style.css and it solved the problem:
iframe[src*=”google.com/maps”] {
width: 100%;
height: 300px;
}
@media screen and (min-width: 800px) {
iframe[src*=”google.com/maps”] {
height: 600px;
}
}Forum: Themes and Templates
In reply to: [Make] Google Maps Widget plugin conflictHi Corey – thanks so much! I saved off style.css and then removed the 2 rules and now the map pops up the right size! I need it to pop up at least 500 x 500 or the “Directions” option isn’t shown on the map which is what I needed. Thanks again!
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox map is half-widthThanks – I have a question in to the “Make” support forum – I don’t think I know where to change the JS on my own
Forum: Themes and Templates
In reply to: [Make] Google Maps Widget plugin conflictHi again – I see that this piece of code in Make is resizing my popup Google Map lightbox to 643.4px by 304.4px (I specified 550px x 550px in the plugin): How do I stop Make from resizing my popup… ?
<div style=”display: block; visibility: visible; top: 761px; left: 580px; position: absolute; width: 304.4px; height: 643.4px;” tabindex=”-1″ role=”dialog” class=”gmw-light” id=”colorbox”><div style=”height: 643.4px; width: 304.4px;” id=”cboxWrapper”><div><div style=”float: left;” id=”cboxTopLeft”></div><div style=”float: left; width: 304px;” id=”cboxTopCenter”></div><div style=”float: left;” id=”cboxTopRight”></div></div><div style=”clear: left;”><div style=”float: left; height: 611px;” id=”cboxMiddleLeft”></div><div style=”float: left; width: 304px; height: 611px;” id=”cboxContent”><div style=”width: 300.4px; overflow: auto; height: 607.4px;” id=”cboxLoadedContent”><div class=”gmw-map”><iframe src=”//maps.google.com/maps?hl=en&ie=utf8&output=embed&iwloc=addr&iwd=1&mrt=loc&t=m&q=122+South+Hancock+Street%2C+Rockingham%2C+NC&z=7″ height=”415px” width=”550px”></iframe></div></div><div style=”float: left; display: block;” id=”cboxTitle”></div><div style=”float: left; display: none;” id=”cboxCurrent”></div><button style=”display: none;” id=”cboxPrevious” type=”button”></button><button style=”display: none;” id=”cboxNext” type=”button”></button><button style=”display: none;” id=”cboxSlideshow”></button><div style=”float: left; display: none;” id=”cboxLoadingOverlay”></div><div style=”float: left; display: none;” id=”cboxLoadingGraphic”></div></div><div style=”float: left; height: 611px;” id=”cboxMiddleRight”></div></div><div style=”clear: left;”><div style=”float: left;” id=”cboxBottomLeft”></div><div style=”float: left; width: 304px;” id=”cboxBottomCenter”></div><div style=”float: left;” id=”cboxBottomRight”></div></div></div><div style=”position: absolute; width: 9999px; visibility: hidden; max-width: none; display: none;”></div></div>
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox map is half-widthHi – I’ve isolated that it must be the theme “Make” by The Theme Foundry as I set up a test site with just the theme and 1 plugin – Google Maps Widget. So I should look at their js code?
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox map is half-widthHi – Thank you for getting back to me. I deleted 2 plugins one of which was putting something in the header about google maps and the your map still pops up half-width. Where are you seeing errors? What debug tool are you using? I installed “Debug This” plugin and turned on debug in wp-config.php and I don’t see any errors thrown.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Stopped WorkingHi – I had the address wrong – “road” instead of “street” and now it shows the correct address instead of the whole world. Thanks for your reply!
Forum: Plugins
In reply to: [Google Analytics Dashboard] Google's new oauth?Have uninstalled this plugin and installed Google Analytics Dashboard for WP which is working.
Thanks, fisnollo!