GD Booster bugs
This topic contains 17 replies, has 6 voices, and was last updated by vertuscraig 9 years, 10 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
December 12, 2014 at 5:27 am #24157
I tried enabling GD Booster, and my front-page maps quit loading. As soon as I disabled it, the map started working again. It’s really disappointing that something with this much potential is unusable in a production environment.
December 12, 2014 at 5:40 am #24158Can you post your URL and WP admin details?
GD booster works fine for most, so it might be a conflict with something else.
Did you upload and/or update ALL GD plugins?
Do you have many other plugins enabled?
Does it work when you disable all other plugins?December 12, 2014 at 10:58 pm #24216This reply has been marked as private.December 12, 2014 at 10:58 pm #24217The conflict appears to be Yoast SEO for WordPress. I’m enabling all of the other plugins one at a time, but that one triggered the issue when I enabled it.
December 13, 2014 at 4:41 pm #24250I’ve split this topic and renamed it GD BOoster bugs to allow other to report anything they found.
Condider that we released this in Beta, so you shouldn’t be disappointed to find bugs. It is totally normal.
I’ve flagged this for Stiofan and we will have a look asap.
Thanks
December 13, 2014 at 8:27 pm #24265Hi Paolo,
I use managed WP hosting without a caching plugin and so far so good. Will there be a list of hosting companies that will be fully compatible with GD booster?
Perhaps a special thread for compatible hosting can be created. 🙂
December 13, 2014 at 11:21 pm #24274Hi,
Great to hear you’ve created GD Booster, I’ve been trying to test it out though and can’t get it to work.
So far, I’ve installed the complete beta package in 3 different environments, local apache, local Nginx & staging Nginx and I keep getting the same issue, once GD Booster is active the files it creates can’t be found.
I wondering if it’s an issue with my server running Nginx with FastCGI (it’s a linode VPS), but this doesn’t explain why it didn’t work on my local apache dev server.
Here’s the link to staging site – http://staging.myhappykids.com/
Any ideas, Cheers
December 13, 2014 at 11:23 pm #24275This reply has been marked as private.December 14, 2014 at 12:40 pm #24297OK the wordpress SEO bug has been fixed and will be in the next release.
@craig, your server was having trouble with rewriting the / to a ? i have just replaced it in GD booster to use a ? instead, i have uploaded the fix to your site, please check. Also, nice site!
December 14, 2014 at 9:28 pm #24322Hi Stiofan,
Thanks for that works great now, messed up my css a little, but nothing I can’t fix.
I take it the fix will be permanent and included in the next release?
Cheers
December 14, 2014 at 10:02 pm #24323OK, I’ve fixed the main CSS issue I had, but it’s a little weird. Maybe a GD Booster bug?
For some reason my HTML CSS declaration, was getting stripped out. When I looked at the CSS file generated by Booster I noticed the declaration was there but missing the semicolon at the end, which existed in my original CSS file.
The only way I’ve found to fix the issue is to make the declaration twice. Which you can see in my main CSS file.
There’s still a few smaller CSS issues, I’ll investigate these in case it’s a similar issue.
December 14, 2014 at 11:07 pm #24330OK, I’ve figured out what is causing the other CSS issues, for some reason some of the advance_search_filters CSS file is now overriding some of my CSS.
The main issue is the declarations just under the BASE comment.
I’ve also just noticed an issue with the GD Twitter Widget, it’s not showing on my homepage in the right sidebar, below the events calendar.
Cheers, Craig
December 15, 2014 at 1:02 pm #24362HI Craig, can you explain the problem better so i can help?
Thanks,
Stiofan
December 15, 2014 at 1:46 pm #24368Hi Stiofan,
Let me try and explain a bit better. There are three things that cropped up while messing about with the beta last night.
1. First thing was the CSS issue that made my HTML font-size declaration 100%, when it should have been 62.5%. I’ve fixed this by adding an empty HTML CSS declaration at the top of my CSS file, for some reason with the booster active the first CSS Declaration wasn’t working, by adding one above it in my style sheet it’s now fine. Here’s what I had to do to get it to work:
html { }
html {
font-size: 62.5% !important; }This was added to my main style.css file.
2. The second issue was the geodir_advance_search_filters CSS file is overriding some of my CSS. It messes up my h3 in the footer widget header and the events calendar. This happens when the advanced search filters plugin is active, even if Booster is disabled.
I’ve fixed this by commenting out the block under the base comment in the advanced_search_filters CSS file, like so:/* Base
—————————————————————————————————-*/
/* * {margin:0;padding:0;border:0;outline:0}
html {
height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
border: 0;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ”; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
p{ padding:0px; margin:0px}
a{text-decoration:none;}
a:hover{text-decoration:none;}
body {
height: 100%;
margin: 0;
padding: 0;
font-size:100%;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: ” “;
clear: both;
height: 0;
}
.fl
{float:left;}
.fr
{float:right;}
.clr{ clear:both;}
p
{ line-height:22px; padding:5px 0 5px 0;}
img
{ max-width:100%;
height:auto;
border:none;}
article, nav, section, footer, summary
{ display:block;} */All of the above is commented out, this is strange as nothings changed in this file as far as I can see.
3. The third thing is the Geodir Twitter Widget is no longer showing, it should be below the events calendar on my home page, right sidebar. It seems to start loading then just the empty container is left, there is no code between the <body> tags. Don’t have a clue what’s causing this, but it seems to be an issue with chrome, seems ok on firefox.
Thanks, Craig
December 15, 2014 at 1:59 pm #24372Hi Craig,
#1 is probably some bad CSS code above it somwhere (i guess)
#2 might just be a conflict and not a GDB bug
#3 i see the twitter widget fine?Stiofan
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket