TheSweede
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website/WordPress All of a sudden super slow on Firefox.(I would edit if I could)
initial load up seems to go great. Then when you start changing pages and choose page one again etc (or initial load up then try and log in) Something happends. And makes everything suuuper slow again.
Forum: Fixing WordPress
In reply to: Website/WordPress All of a sudden super slow on Firefox.Completly deactivated firebug. And restarted firefox. Went to my site and main page loaded up Right away as it Normally does. I pressed “page 2” and it turned super slow again.
edit* downloaded google chrome to try that and it works great, page 2 and everything. So I assume its a firefox problem. I read somwwhere that adblock fucks something and up I tried deactivating that and still no success.
Anyone with firefox that can see if it words? and second page etc
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuWhen I tried looking in firebug (before adding the code) I didnt get a number only the widget title info, and I couldnt get the blue “highlight” around a bigger area which I can now after adding the no.6 . was I just being sloppy and not moving around the cursor good enough?
I’II try slap up Another menu and check
yes I was being sloppy, its a tiny move with the cursor from seing the title info to seeing the number to seeing nothing at all lol
Thank you again Very much. Its 3 in the morning and I can finally go to bed lol. Final question. If I remove the menu no.6 for example, should I edit the css?
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menu#nav_menu-5 .widget-foot, #nav_menu-6 .widget-foot { clear: left; }
worked great. if I create another menu, do I make it look like this then?
#nav_menu-5 .widget-foot, #nav_menu-6 .widget-foot, #nav_menu-7 .widget-foot { clear: left; }
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuI tried the removing #nav_menu-5 .widget-foot { clear: left; } and adding .widget_nav_menu .widget-foot { clear: left; } but it didnt affect the new menu but the old menu did mess up again and stayd good.
where did you get the no 6 from?
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuSo. I thought hey, lets try a new custom menu but this time on the left side ar and see if that if that works and apparently not. So I have to ask for help everytime I add a new custom bar? =(
they seem to be talking about something that might fix it permanently here?
https://blogs.sitepoint.com/simple-clearing-of-floats/
or am I misstaken?
or can I add this everytime
#nav_menu-5 .widget-foot { clear: left; }
but change the menu number? and is it easy to know each menus menu number?
maby the most recent one is 6?
edit* ok that didnt work. I guess that would have been too easy lol.
checked in firebug and it seems like the number 5 wasnt there before you mention to add it, since the new menu doesnt have a number and the small window before you helped fix it didnt have a number either..
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuI added it into the
style-default.css instead if the style.css and that made it work.
Thank you So much for your patience! =)
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuStill no luck, what did I do wrong?
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuIts a custom menu widget…
how do I apply the styling in the stylesheet?
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuHow do I check the code of widgets? Im in the widget section and there is a bunch of widgets obviously but the only option is to drag them around and such, not look at codes and change codes?
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuand to the right in the editor section there is .php files which looks like what I edited in fireplug, so I wondered if what I edited in fireplug could be found in a speicifc template =)
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuI was asking how to find the thing I changed in fireplug in the actual apparence > editor.
I tried adding #nav_menu-5 .widget-foot { clear: left; } at the end of
Stylesheet
(style.css)
style-default.css
(style-default.css)
but nothing happened..Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuI finally did it thank you Sir.
Now I just need to find it at apparence, do you know the .php template so I can chose it in the tmplate at the right of the page?
and how to determine the correct .php template is firebug?
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuNow the code looks exactly like your code at least with my eyes (I just copied and pasted the entire thing right away first time lol) but still no change. what did I do wrong this time?
Forum: Fixing WordPress
In reply to: Pages getting posted "under" the menuI appriciate your help.
I tried editing the “widget foot” in firebug with your new line but it didnt seem to do anything..
what did I do wrong?