baxterstockman
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Content editing failsHi,
yes, it was a cache problem. LOL I’m a noob. Sorry for no explanation, I wanted to delete the topic but couldn’t find out how
Forum: Themes and Templates
In reply to: icon is not displayed in chromeohhh ok, thank you then, must be a local thing then.
Thank you!
Forum: Themes and Templates
In reply to: icon is not displayed in chromeok thanks but still doesn’t work, I read somewhere that it cant take up to 24h to adapt the edits, is that true?
Forum: Themes and Templates
In reply to: icon is not displayed in chromeit is an absoluth path I just didn’t want to type out the whole link, it’s like that:
<link rel="icon" href="https://markhuber.bplaced.net/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
Forum: Themes and Templates
In reply to: head picture full widthit worked !
I added it into this section and copied it into the child .css
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img { height: auto; width: 100%; }
Thank you so much !
Forum: Themes and Templates
In reply to: head picture full widthoh yeah, sure, sorry,
https://baxterstockman5.bplaced.net/wordpress/ thank you !
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove left sidebarHey,
I did everything what Mike said in his video got (rid of the sidebar and everything) but it’s still not set to full width.
I also copied izziebot’s code for /* EXPAND content width & fix margins*/ in my child theme as well as tried this code (sperately) that I found online
/*This section sets page to 100% width */
.site {
background-color: #fff;
max-width: 100%;
position: relative;
}
/*This section sets page header to 100% width */
/*.site-header {
background-color: #000;
max-width: 100%;
position: relative;
width: 100%;
z-index: 4;
}Unfortunately, neither works, I still have a little bit of a margin on the right and the left, does anyone know why?
Forum: Themes and Templates
In reply to: changing font at twenty fourteenworks, perfect, THANK YOU !
Forum: Themes and Templates
In reply to: Problems with texting on Twenty Fourteengreat, thank you so mcuh
Forum: Themes and Templates
In reply to: Problems with texting on Twenty Fourteenthank you so much, is the video on youtube? maybe I search it up myself?
Forum: Themes and Templates
In reply to: Twenty Fourteen Full width pagesHey! It doesn’t work on my page ?? Can anyone help me?
I insert this to my child theme:
.site {
background-color: #fff;
max-width: 100%;
position: relative;
}
.site-header {
background-color: #000;
max-width: 100%;
position: relative;
width: 100%;
z-index: 4;
}
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 800px;
}which made it a little bit bigger but it’s still not full screen on my browser. Looks like it’s still 1260 or something, tried it in different browsers and on diff computers but there are always side margins on both sides, does anyone know why? Thanks in advance !