janboulas
Forum Replies Created
-
@microbuild80 – What’s that Google+ after the opening of the <head> tag?
Forum: Themes and Templates
In reply to: Change color of part in site title.@ttp: Can you post a link to your site where you’re trying to change the title colors?
Forum: Themes and Templates
In reply to: [HighTide] To disable comments in homepage@staka From your admin, go to Appearance > Widgets and deactivate the “Recent Comments” widget.
Forum: Themes and Templates
In reply to: [Marla] Move Logo to Left@lauragyre: Which theme are you referring to?
Forum: Themes and Templates
In reply to: Adding Social Media to left of main navI think it would make more sense for the menu to be the first thing a user sees vs the social media icons?
Forum: Your WordPress
In reply to: Website ReviewOne thing I would suggest is use CSS to make the background image take up 100% of your browser. Currently, it gets cut off on a cinema display.
Forum: Everything else WordPress
In reply to: "WordPress" Logo Shows When Adding Blog Link in LinkedinI believe this is a LinkedIn issue and I’ve come across quite a lot of people complaining about this same thing.
1. Have you set the minimum height and width to at least 80 x 150 pixels?
2. Width and height ratio of the image must be equal to or less than 4:1 or 1:4.
3. Add title and alt tags to your image.Forum: Installing WordPress
In reply to: Changing server – icons missingThis has something to do with the paths. Your CSS isn’t able to locate the folders where your font icons are in, thus, the error 404.
Forum: Installing WordPress
In reply to: I want to slightly alter my domain name before renewalI agree with @daniel. Get the new domain and since it’s already with WordPress, might as well purchase your second one with WordPress. That way, your domains are all consolidated in one place.
Forum: Installing WordPress
In reply to: 404 message when email is usedCan you give me more info?
Forum: Installing WordPress
In reply to: How to remove the space in between catagories@jlshull6 Whoops, should be:
.widget ul ul { padding: 10px 10px 0 10px }
Forum: Installing WordPress
In reply to: How to remove the space in between catagories@jlshull6 Look for this block of code in your CSS:
.widget ul ul { padding: 10px; }
Replace it with:
.widget ul ul { 10px 10px 0 10px }
Let me know if that works.