codehunterxydeep
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Menu on Mobile not working! (Please help me)Yes, its working. Try to use firebug with firefox. There you can switch to mobile view.
Forum: Themes and Templates
In reply to: Menu on Mobile not working! (Please help me)You deleted the declaration. This way it wont work.
Put it like this:#site-navigation { width: 525px; position: fixed; /* Dont delete this line */ float: right; padding: 36px 0px 5px 0px; }
Forum: Themes and Templates
In reply to: Menu on Mobile not working! (Please help me)Hi,
i took a look. You have an error in your style.css.
This is in your css:#site-navigation { width: 525px; position: fix; float: right; padding: 36px 0px 5px 0px; }
Change Position:fix; to position: fixed;
Should work- This reply was modified 8 years, 4 months ago by codehunterxydeep.
Forum: Fixing WordPress
In reply to: Media Library is BrokenDont have the time to search through your site. On which page is the problem?
Forum: Themes and Templates
In reply to: [Photolite] Header covers slider on phoneDo you have a link to your site?
Forum: Themes and Templates
In reply to: [Sela] Display Author NamesWhere do you want to show the names of the authors?
Do you have a link to the site?Forum: Fixing WordPress
In reply to: Sidebar Widgets not Showing on page with Same TemplateWhat template do you used?
Can you post the content of the template? I mean the php file that you use as template?Forum: Fixing WordPress
In reply to: Media Library is BrokenDo you have a link to your site so I can take a look?
Forum: Themes and Templates
In reply to: [Parabola] Gallery Bug – ParabolaTry removing the breadcrumb from NGG. Maybe there is a option for that?
Did you somewhere put the code for the breadcrumb manually?
For a quick and dirty solution, you could make it invisible by adding
display:none;
to ul.ngg-breadcrumbs like so:ul.ngg-breadcrumbs>li { display: none; }
Forum: Themes and Templates
In reply to: [Parabola] Gallery Bug – ParabolaSorry, but i dont get what your problem is…
Forum: Themes and Templates
In reply to: [Hueman] Big empty space after posts on FrontpageI appreciate your help, but its no me who has the problem ;=)
Forum: Themes and Templates
In reply to: [Hueman] Big empty space after posts on FrontpageForum: Themes and Templates
In reply to: [Hueman] Big empty space after posts on FrontpageForum: Themes and Templates
In reply to: [Hueman] Big empty space after posts on FrontpageI have tested with chrome. Everything good.
Forum: Themes and Templates
In reply to: [Hueman] Big empty space after posts on FrontpageWhat browser do you use? in opera, everything is fine