Steve Biggs
Forum Replies Created
-
You sir are a gentleman. It works! With the following code my website now displays its menu bar and breadcrumbs on mobile (which were being covered up by the banner):
Simple Banner Custom CSS
========================
position: fixed;Website Custom CSS (in PRO version)
==================
.site-content {
margin-top: 180px !important;
}
@media only screen and (max-width: 768px) {
.main-menu {
top: 99px;
}- This reply was modified 5 years ago by Steve Biggs.
NB. The above issue was regards viewing my page on mobile devices
Hi @rpetersen29 – same issue – ‘position: fixed;’ added. PRO option bought too so I can enter the ‘Custom Site CSS’ above. However my site at https://biggsytravels.com/2020/03/09/why-is-mothers-day-different-in-the-uk/ still does not display its header menu (or breadcrumbs) in portrait mode.
NB. I have cleared out and reloaded my cache too using ‘WP Rocket’ – thanks
- This reply was modified 5 years ago by Steve Biggs.
Hi @shushang. I am using the free version but paid $30(?) to be able to add clickable hyperlinks to the markers on my various maps. In my WordPress system it says I am using 5.1.59. I am keen to update my version (keeping the clickable hyperlinks) so that I can update a site to PHP 7+. Thanks
Sounds great!. Is the latest version 1.1.62? If so, paid members like me are still on 5.1.59. When will we be able to update to the latest version and how please? Through the ‘WD Manager’ in the WordPress left menu as there doesn’t appear to be an option to do this?
Will the latest version also allow people to update to the newer PHPs on their websites? (7.0 and 7.3) Thanks
- This reply was modified 5 years, 7 months ago by Steve Biggs.
How’s the Google Maps plugin update going please? Also will this resolve the issue whereby WordPress is telling some people to update their PHP to 7.0 but your Google Maps plugin isn’t compatible with 7.0 yet? Thanks
I found this too. The ‘bulk optimisation’ tool suggested I had 473 MB of images in my media library and that the ‘one-off 500 MB’ option would suffice. However the 500 MB ran out with dozens of images remaining :s Rather than pay out again I’m going to optimise the remaining images out of my free ’25 MB per month’ once it re-sets itself. I’m as much annoyed with myself for not spending our the extra $4 for the ‘1 GB one-off’ option as I am for the tool not correctly estimating my media library size in the first place. I guess the clue’s in the word “estimation”.
I have re-enabled ‘Verification code & Auto ads’ under ‘Advanced Ads’ > ‘Settings’ > ‘AdSense’.
What seems to have fixed the issue for me (and removed AdSense Ads from my website sidebar) is going to ‘Google AdSense’ > ‘Ads’ > ‘Auto Ads’ > and selecting just the in-page ads of In-article ads, In-feed ads and Matched content and DE-SELECTING Text & display ads (where “Google will choose the size, placement and style of ads you show”). That seemed to fix it and now the AdSense ads do NOT appear in my sidebar ??
- This reply was modified 6 years, 2 months ago by Steve Biggs.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Sidebar As not showing upThe plugin author kindly replied to me a few days ago here after I was testing things out:
I’d added the AdSense code manually (not using “Auto Ads”) … but as he put it “The [Auto ads] code contains the enable_page_level_ads string and would place ads automatically where AdSense finds them suitable and not where you placed the code”.
So that enable_page_level_ads was still overruling anything I was setting … I think ??
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Sidebar As not showing up… whereas my AdSense ads appeared in the sidebar when I did NOT want them appearing there :s After playing around with the settings one single ad now appears above my title but nowhere else further down the page as expected. Probably due to me using “Auto Ads”. Looking forward to a more definitive reply to your post.
Thanks Thomas. I had indeed enabled various Auto ad formats in ‘Google AdSense’ > ‘Ads’ > ‘Auto Ads’ as well as having ‘Advanced Ads’ > ‘Settings’ > ‘AdSense’ > ‘Verification code & Auto ads’ enabled.
I have now disabled the ad formats in Google AdSense, disabled the ‘Verification code & Auto ads’ as well as changing my Ad under ‘Advanced Ads’ > ‘Ads’ > ‘Ad Type’ to be ‘Plain Test and code’ instead (and have inserted the Google AdSense code in there)..
Ads are still appearing in my righthand sidebar but I’m getting there … as an ad appeared at the top of my main content too. When I have the final solution I’ll make sure I post it ??
Forum: Themes and Templates
In reply to: [Head Blog] Hide header image on mobile devices?Wow! You guys are the best … and speedy! I went with itonic’s first option below and it worked straight away. Therefore I did not test the other 2 bits of code – but thank you.
@media only screen and (max-width: 768px) {.site-header { display: none !important; } }
When I hold my phone in portrait mode the large header is now NOT present (as requested). When I turn my phone landscape the header reappears. I may now look into doing this for all posts except for the home page. I will try to work that out myself ?? Thanks again
Setting as ‘resolved’ as Anders’ code successfully removed the featured image from ‘single posts’ as requested – thanks
Thanks for your quick reply Anders. The reason my CSS code hadn’t worked was because after saving the draft and then “Previewing” I was still viewing my ‘home page’ and NOT a ‘single post’ page. Once I clicked through to one of my actual posts the featured image had been removed – so thanks. I now just need to reduce the size of the white space between the single post title/sidebar and the primary menu bar above it. Can you also assist with that please too? ;O thank you
Forum: Plugins
In reply to: [10Web Map Builder for Google Maps] Choose Marker Image returns blank imagesApologies – as I am using the paid version I should not have posted here. I have emailed their support directly instead.