Andrzej
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] TaglineThat is correct. You would need to give WordPress instruction to anyone who may continue developing the website – unless they are already familiar with CSS implementation.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] TaglineAs long as you made the CSS change in a child theme, the new CSS will not be overwritten if Twenty Twelve is updated.
Forum: Themes and Templates
In reply to: [Shoreditch] CSS for H1 on pagesSorry, I linked to the wrong image. It should be:
Forum: Themes and Templates
In reply to: [Shoreditch] CSS for H1 on pagesHi David,
I have linked to a screen shot showing that there is no option to select the full width template:
Following your instructions, when I look at the remote site via ftp I see:
shoreditch-child
> template-partsand in template-parts I see:
content-header-hero.php
content-header-page.phpI added the CSS you suggested and I now have header images showing up on posts – thank you.
However, since my last post I noticed that on the blog roll page (that’s the page of posts), there is no header image showing:
I have also noticed that the new Featured Template header images do not hyperlink back to the home page.
Forum: Themes and Templates
In reply to: [Shoreditch] CSS for H1 on pagesHi Colin,
Thank you very much. In the main, this worked quite well.
My demo home page using the new template is:
The problems I had was that the CSS to hide the header image did not hide it but I managed to hide it by replacing that block with:
.header-image { display: none; }I also had to adjust the CSS like this:
@media screen and (min-width: 1620px) { .entry-hero, .site-content-wrapper .has-post-thumbnail .entry-header { min-height: 55vh; width: 2000px; height: 500px; text-align: center !important; font-family: lato !important; margin-bottom: -60px; } } .entry-hero .entry-title, .site-content-wrapper .has-post-thumbnail .entry-header-wrapper .entry-title { font-family: lato, sans serif; text-align: center !important; margin-bottom: 80px; }Anything less than 1620px was making the text flow off the right hand side of the screen on 15” laptops, although Google’s test was happy with the mobile friendly aspect at a 1020 breakpoint. I work on a 23” monitor so was trying to get everything displaying well on that and then making sure it was acceptable on smaller screens.
I also had to make CSS adjustments so that the 2000px x 500px header appeared the right size as otherwise the header image was being stretched vertically and horizontally and was fuzzy.
I also wanted the text centre aligned and wasn’t keen on the Poppins font so changed that to Lato. I also had a large gap between the header image and start of body text so I adjusted the margin under the header to 80px.
I’m aware that there may be some errors here, perhaps I have conflicting styles but it seems to work on both desktops, tablets and mobile phones.
Unfortunately, I have lost the ability to use, if I wanted, the original Shoreditch full width template and now in the customiser I can only choose from the Default, Panel Page and new Featured header templates.
Would there be any way of getting back use of the original full width template if I wanted to also use that on some pages?
Basically I wanted 1) to retain the original Shoreditch features and 2) have the ability to have the white text on the headers. So No. 2 worked but No. 1 didn’t.
On posts, header images did not show at all but I found I could use featured images instead and they displayed at the correct header image sizes of 2000 x 500, which I liked.
Once again, thank you very much for your help.
Forum: Themes and Templates
In reply to: [Shoreditch] CSS for H1 on pagesI think I should ask the question another way.
Is it possible to somewhat emulate Shoreditch featured post image and entry title behaviour on pages when using header images?
The advantage to me, with header images (in my case 2000px x 500px throughout), would be consistency in header image sizes. Rather than constantly adjusting the vh to stop unwanted cropping, which I need to do on post featured images.
If it can’t be done, it’s not a disaster as I can continue with default behaviour on pages with header images. Just would be nice to know if it’s possible without too much hacking.
Forum: Plugins
In reply to: [Advanced Editor Tools] After plugin update I cannot edit the plugin settingsApologies, the site in question is using the Twenty Sixteen theme. I have also deactivated all other plugins and am still unable to add the extra fonts. I have other sites using both Twenty Sixteen and Shoreditch, with the latest version of Tinymce Advanced and am able to change the font sizes with no problems.
I am puzzled as to why there is no 18 and 22px font size available as standard. This would let users use those and not have to go into the plugin editor to add them in after each plugin update.
Any help much appreciated.
Thank you very much – that worked very well.
Forum: Themes and Templates
In reply to: [Shoreditch] Warning: in_array() when previewing ShoreditchWith the help of Vaultpress I restored a mirror copy to an alternative URL as I didn’t want to risk compromising the live site. I was able to observe the same error on the mirror site.
I then disabled all plugins, reinstalled one by one and found the culprit. It is the Editor Menu and Widget Access plugin which restricts user roles. With that one deactivated I was successfully able to live preview and then install Shoreditch.
Interestingly, with that plugin activated, there was no problem in live previewing Twenty Seventeen and then activating it.
Thank you very much for your help.
Forum: Themes and Templates
In reply to: [Shoreditch] How to add custom title/description to headers“Home” would have been generated by someone adding the word Home in the top meta box when editing the page or post. This will show as the h1 entry header text on the post’s (or page’s) featured image, as it does now in the hyperlinked example. Assuming you know what the previous wording was, just replace Home with the previous description and it should show on the image.
Forum: Themes and Templates
In reply to: [Shoreditch] Excerpts don’t show on postThank you for explaining this to me. Forums are full of people asking similar questions about excerpts but you are the first (that I have seen) to point out to me about excerpt core behaviour in WordPress.
I can see the advantage, especially from an SEO point of view, of choosing only the excerpts to appear on the blog roll page. Fortunately, the excerpt box allows HTML so in my case I have added an image and a Continue reading link in a new paragraph and it looks tidy.
If in the future I want to emulate excerpt behaviour of Twenty Sixteen in Shoreditch, I will take up your offer of help.
Many thanks for your help.
Forum: Themes and Templates
In reply to: [Shoreditch] Excerpts don’t show on postIn the meantime, as a workaround, I have added “Continue reading” into the excerpt box and hyperlinked it to the full post.
Forum: Themes and Templates
In reply to: [Shoreditch] Excerpts don’t show on postI activated the Content Options in Jetpack’s settings and within the customiser, set the content option to display excerpts. I now get the blog roll page (that’s the page of posts) to display the excerpt, which is good.
However, wherever in the post I add the more link (or indeed do not), there is no “Continue reading” link so a visitor cannot click to read the full post unless they know they can click the h1 entry title text to read the full post.
If I change the content option setting to full post and add a “more” tag, then the excerpt, as you explained, does not show in Shoreditch, but the blog roll page then does correctly show a continue reading link, at the point I inserted the more tag. So I am confused!
I was, ideally, wanting to emulate the excerpt functionality I used to have when using the Twenty Sixteen theme, which let me display an excerpt, followed by the post content, until I had entered a more tag.
I would be happy with just the excerpt showing in Shoreditch, as long as the visitor could see a continue reading link.
Forum: Plugins
In reply to: [Unique Headers] Unexpected php dubug output on analysisMany thanks, I have updated to the latest version.
Forum: Plugins
In reply to: [Unique Headers] Unexpected php dubug output on analysisUsing 1.7.6. Can I send you the URL privately please?