hero2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] How to get boxed layout in all lists of posts?NOTE! At the moment I am trying out another theme (Astra), so you cannot actually see what I am talking about…
Forum: Fixing WordPress
In reply to: How to mass delete one paragraph from all posts?Regarding the Search Regex plugin:
It turns out that there are parts of a post that are not searchable, so I could not do automatic global changes to all posts/pages at once, even though Search Regex seems quite advanced.
Forum: Plugins
In reply to: [Search Regex] Search Regex cannot find ANYTHINGWordfence was NOT problem. The problem is that many parts of a post are not really searchable, much less replaceable… So I could not really use the Search Regex plugin in my case.
I gave up on the Search Regex plugin and edited every post manually…
The problems were not related to Wordfence. Sorry for bothering you. π
Thank you very much for your reply!
It turns out that the string I wanted to search and replace on my website cannot be search, even by the Search Regex plugin… So the ‘Learning mode’ didn’t make any difference.
I was searching for a <div …> tag, because it is always found just before the <p> paragraph I wanted to delete – and who’s content is different on each page…
So I will probably have to edit each page/post manually…
Forum: Plugins
In reply to: [Search Regex] Search Regex cannot find ANYTHINGhttps://searchregex.com/support/problems/ says:
“Security plugins
Wordfence or other security plugins can block WordPress requests.”
I use Wordfence, so maybe that’s the problem… π
Forum: Plugins
In reply to: [Search Regex] Search Regex cannot find ANYTHINGWell… It seems the Tags I entered is not shown… but you can see my short search string on the screen shot…!
Forum: Fixing WordPress
In reply to: How to mass delete one paragraph from all posts?If you want something more advanced, where you can have regular expressions (regex), and thus variable parts of the ‘clips’ you want to find and replace: I found this: https://wordpress.org/plugins/search-regex/
But I havenβt tried it yet. π
Forum: Plugins
In reply to: [Better Search Replace] Can you use regular expressions (regex)?Well… No one answers, but I found this: https://wordpress.org/plugins/search-regex/
I haven’t tried it yet.
Forum: Themes and Templates
In reply to: [Sydney] How to get full control over header image display?Dear Sidney
My problem has not been solved:
I want my whole top-banner image (“hero image”) to be visible, so that I have full control over it through manipulating it BEFORE uploading it to WordPress. Thank you.
I can add that Sidney shows my image cropped at the bottom, not only on my Pages and Posts but also in the WordPress menu: Appearance -> Customizing βΈ Hero area -> Header Media
And I think it is obvious that the image should have same width as the browser window in which it is showed.
Here are 2 links to my website:
https://wordpress.transformation.dk/hvordan-man-forudsiger-naeste-maaneds-stoerste-nyheder-html/
I contacted aThemes (who is behind Sidney), and they gave me the following solution:
I believe the issue occurs because you are using the blog page as your home page. And currently, there is no option in the customizer to select a boxed layout for the blog page.
For this, the only workaround is to make changes via custom CSS. To fix this, copy-paste the custom CSS code below in Appearance > Customize > Additional CSS:
Option A: If you want the whole left side boxed:
body:is(.home, .blog) .posts-layout {
padding: 60px;
background-color: #fff;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
}Option B: If you want each blog post block boxed:
body:is(.home, .blog) .content-inner {
padding: 60px;
background-color: #fff;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
}Please let us know if this works, or if there’s anything else I can help you with.
I chose option B. π
- This reply was modified 3 years, 9 months ago by hero2. Reason: Just changed layout
Forum: Themes and Templates
In reply to: [Sydney] How to get full control over header image display?Hi!
Thank you for your reply.
That CSS changes it, but it’s still not as I imagined. There is still some auto-cropping of the bottom of the image and I would like the image to use full width. (Later I will create another image with another aspect ratio.)
Thank you.Additions:
The bug only relates to Pages, not Posts.
I solved the darkness of the header image.