Chris Kepinski
Forum Replies Created
-
Can anybody help, please? I am stuck 🙁
Forum: Themes and Templates
In reply to: [Hueman] Share bar into pages?You need to be more spcific… there are tones of plugins adding kinds of “sharebars”. Could you provide website url, or link to example sharebar?
Forum: Themes and Templates
In reply to: How to hide images on frontpage for mobile devicesLet me assume: you need a little margin between body text and background edge.
div.inner p {margin: 0 10px;}also if you want your logo to be resized responsively:
img.the-logo {width: 100%;}Forum: Themes and Templates
In reply to: How to hide images on frontpage for mobile devicesin your theme css file
http://sprecherplanet.de/wp-content/themes/only/style.css?ver=1.1.0
around line 2077 there is something like this:
/* ####################################################################### 7. Mobile layout ####################################################################### */right after the above code add this:
article.home-item-full {background-image: none;}and tell me if it works.
Forum: Themes and Templates
In reply to: [Radiate] Change the headers of the commentsthere is better version:
div.comment-date-time {visibility: hidden; width:0; height:0} a.comment-permalink{visibility: hidden; width:0; height:0}you need to add it to theme’s stylesheet css file.
I tested it on Firefox / Windows 8. On what browser / Operating system you are testing?
Forum: Fixing WordPress
In reply to: Site wont work after wordpress transferI need to test your website on new address. Can you provide its url address?
Forum: Themes and Templates
In reply to: Full width bbpress on theme Twenty fourteenAs far as I understand your posts you need bbpress forum to appear inside wordpress page. If it is so then you need to create wordpress page template as described at the linked page above and link that template with the page on which the forum would appear.
Forum: Themes and Templates
In reply to: [Customizr] don't see the color when write in tableyou don’t see that color while editing the post, or on front-end website?
Forum: Fixing WordPress
In reply to: How to set featured image size in percentage ?So, you need this background image to be responsive. can you provide live website url?
Forum: Themes and Templates
In reply to: How to modify twentyfourteen paging nav?Could you provide website url?
Forum: Themes and Templates
In reply to: [SKT Full Width] Main menuWhat do you mean by “CLOSED” and can you show the website?
Forum: Installing WordPress
In reply to: Trouble with installationIt is possible to make WordPress working like that. Is the wp-config.php file named exactly like that? Is it located at the website root folder? How about that file rights and owner?
Forum: Fixing WordPress
In reply to: Site wont work after wordpress transferTell me the source and the target domain.
Forum: Themes and Templates
In reply to: [Radiate] Change the headers of the commentsIf there is no option for that in Appearance -> Theme Options menu option then add this to the theme css:
a.comment-permalink, div.comment-date-time {visibility: hidden;}
Tell me if it helps.
Forum: Themes and Templates
In reply to: [Hueman] Share bar into pages?what do you mean by share bar? Any website example?