Airster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nirvana – modifying menubarBasically the li is having a solid colour applied to it, and is being restricted to 10px high. One way to approach this is to make the li taller than the a tag and the text and then change the solid colour for a gradient (e.g.
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 97%,#f7fbf7 97%);
) which fills it with white for the first 97% of the height, and then green for the last 3%.You will need to do similar for the hover state/active page but with a bit of playing around you should be able to get this to work without changing the order of code or any other CSS.
Forum: Fixing WordPress
In reply to: Posts do not showI’ve just installed the theme on a test site and it shows perfectly.
Have you setup your posts page correctly? The screen shot shows how I have my blog page setup: https://i.imgur.com/F3b7lDe.png
Go to Settings>Reading and make sure the Front page is set to Static Page, and that the posts page is set to your posts page.
Make sure the Blog pages to show at most is not zero.
I think this problem should be easy to fix ??
Mark
P.S. This is a very nice looking theme.
Forum: Fixing WordPress
In reply to: Unable to remove menu, top left of each pageI can’t find the Compare theme you mention. Do you have a link to it?
Also, can you give a link to the live site so we can look at the underlying code please?
I think this should be a fairly straightforward fix ??
Mark
Forum: Fixing WordPress
In reply to: Set Excerpt to Characters, Not WordsHave you tried the suggestions on this post?
It seems to address the problem you are having.
Good luck ??
Mark
Forum: Fixing WordPress
In reply to: Settings > Writing > Formating is missing.It looks like it. I can see the Formatting section I think you mean on old dev sites that I haven’t updated:
Convert emoticons like :-) and :-P to graphics on display
However, on my 4.7.5 and 4.8 beta sites, these options are missing.
I guess you could check the changelogs but it seems like they have been removed.
Mark
Forum: Fixing WordPress
In reply to: Not scroling menu in admin consolHi Mick,
Can you be more specific please? What menu – the main Admin menu, or an admin sub-menu?
Did it work before? Have you recently updated/changed anything?
I’ll try and help ??
Mark
Forum: Fixing WordPress
In reply to: Speed of Website to slowHi Neel,
The network request was over 28 seconds when I measured it. To me, this indicates the problem is with the host, as once the request is returned, the page loads at a decent speed.
I would speak to your hosts to see if they can help.
Sorry I can’t give a quick fix.
Good luck ??
Mark
Forum: Fixing WordPress
In reply to: page 10 onwards, blog is showing not found 404 errorHi Charlie,
Have a look at this link https://wordpress.stackexchange.com/questions/259553/later-blog-post-pages-give-404-error
It seems to be addressing a problem similar to yours.
Good luck
Mark ??
Forum: Fixing WordPress
In reply to: Settings > Writing > Formating is missing.I don’t have that setting either and I can’t find it anywhere else in the admin.
I’ve done a quick Google and I think this post might help you.
Your simplest bet would be to get the plugin that is mentioned I think.
Good luck.
Mark ??
Forum: Fixing WordPress
In reply to: Add Image to Blogroll/Posts Page headerOk. Thanks Andrew. I’ll ask on those forums.
I guess I thought there might just be a simple line of code or something I could add.
Thanks for your quick reply ??
Mark
Forum: Fixing WordPress
In reply to: Add Image to Blogroll/Posts Page headerI was using Tiny Framework but have also tried it with TwentyEleven. Both react the same way.
Forum: Fixing WordPress
In reply to: How to stop index sub pages in google search result?I don’t know the exact code you need but you should be able to do this by editing your
robots.txt
file.This link should explain a bit better https://support.google.com/webmasters/answer/6062596?hl=en
I hope this helps ??
Mark
Forum: Fixing WordPress
In reply to: Strange behavior of the website for non-loggedOk,
In your style.css, you have a rule on line 2777 which is setting the sub-sub menu unordered list to
display: none;
.#top-menu li.mega-menu li ul { display: none; visibility: visible; opacity: 1; }
If you remove this line, the sub-sub menus show.
I have no idea why this line is in there but there must be a reason, so make a note of the change and test the site thoroughly in case it breaks anything.
Let me know if this works for you.
Fingers crossed ??
Mark
Forum: Fixing WordPress
In reply to: Strange behavior of the website for non-loggedIn “Certificazioni” I see MANAGER and SPECIALIST in the drop-down menu. Clicking either goes nowhere as both links are to
https://www.digital-coach.it/work-experience-digital-coach/#
In “Corsi” I see AREA WEB, AREA SOCIAL MEDIA and CORSI in the drop-down menu. The first two, again, go nowhere as they are to
https://www.digital-coach.it/work-experience-digital-coach/#
but when I click CORSI I get taken tohttps://www.digital-coach.it/corsi-brevi/
What should I (as a non-logged-in user) be seeing?
Forum: Fixing WordPress
In reply to: Strange behavior of the website for non-loggedI’ve had a little look around the site and I can’t really see the problems you mention.
All the videos seem okay, as do the drop down menus.
I am using up-to-date Chrome on Windows 10.
Do you have a URL of a page that is showing some of the problems you are finding?
Mark