clintongreen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add post page sidebar baskerville@soverymerry Glad to help. I had the same frustrations. Great looking theme but no sidebar. Cheers
Forum: Themes and Templates
In reply to: [Baskerville] Side bar not responsiveHi, try this link, I created a child theme to tackle the sidebar. https://github.com/clintongreen/baskerville-sidebar
Forum: Themes and Templates
In reply to: [Baskerville] How to put SideBar at bottom on mobile phones?Hi, use this link, it should sort you out. https://github.com/clintongreen/baskerville-sidebar
@w00xik Glad to help mate ??
Forum: Themes and Templates
In reply to: [Baskerville] Sidebar at HomepageHi, you can use this Baskerville Child Theme I made. It enables the Sidebar on the Homepage. https://clintongreen.com/wp/
Forum: Fixing WordPress
In reply to: How to add post page sidebar baskervilleI created a Baskerville child theme for exactly this purpose, so just go to, https://clintongreen.com/wp/ and download the child theme from there. Cheers
@w00xik Actually I had a read through the rules and it seems I can post links after all. Go to https://clintongreen.com/wp and download the child theme from there.
@w00xik It is very tricky. I created a child theme for Baskerville that shows the sidebar on the Homepage but I can’t post any links on this forum. They get deleted unfortunately. I just put up a link on my site. Should take a while for google to find it but search for “Baskerville Child Theme – Sidebar on Homepage”
Forum: Fixing WordPress
In reply to: Automatically add post links to pageI’m specifically looking for links to posts to be displayed, not full posts or intros as that page describes. Thanks
Forum: Themes and Templates
In reply to: [Rowling] Page in mobile responsive not workingAdding this CSS will get you started but it can get messy if you don’t know much about CSS. The @media query you see below is used to make the menu behave differently on different screen sizes e.g. mobile, tablet, desktop. There are many different @media queries that you will need to overwrite. Good luck ??
@media screen and (max-width: 960px){
#navigation ul { display: block;}
}Forum: Themes and Templates
In reply to: [Rowling] Reply Next goes wild ;)Hi, i’d like to take a look but your link goes to a 404 page
Forum: Themes and Templates
In reply to: [Rowling] Change logo for media queriesmmm off the top of my head, you could add another element like div.mobile-logo in the template and then hide the default logo wrapper on mobile and vice versa.
Forum: Themes and Templates
In reply to: [Rowling] Page left marginHi @vv900, are you asking where to add the above CSS code? If so you need to install a plugin that allows you to add CSS and paste it in there. Try the My Custom CSS plugin.
Hi @srinivaskag all the icons are created using font-awesome, it appears that either font-awsome is missing, or you are using a newer version of font-awesome and the icon name has changed. Sorry I won’t be able to help out much more without seeing your website.
Forum: Themes and Templates
In reply to: [Rowling] Add author name to Home page, underneath thumbnailsThanks bro, your’e awesome ??