Ionuț Toma
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Additional share button@gdmilos awesome, thank you!
Forum: Themes and Templates
In reply to: [Go] Can’t remove ‘Category’ from blog pageHi there,
I don’t know exactly where is that ‘Category: Listen’ in your website. Going back to my website, what I can tell you is that I didn’t like categories showing up in my posts meta so I hid them using CSS..post__meta .post-categories { display:none; }Forum: Plugins
In reply to: [My WP Glossary] Not compatible with CoBlocksIt seems that the compatibility problem was solved!
Forum: Themes and Templates
In reply to: [Go] No H1 tag in titleWell, I managed to find which was the problem. It seems that the site title is an image so it is not read as actual text. With other words: the logo I established for my website is replacing the H1 Title for the Homepage.
The dumb solution I found: I removed the site logo from site identity -> saved; after that I added again the logo -> saved and now it seems that H1 tag is present. :)))
I don’t know if this solution is gonna be permanent but at this moment it works.
I verified it also with browseo.- This reply was modified 5 years, 6 months ago by Ionuț Toma.
- This reply was modified 5 years, 6 months ago by Ionuț Toma.
- This reply was modified 5 years, 6 months ago by Ionuț Toma.
- This reply was modified 5 years, 6 months ago by Ionuț Toma.
Forum: Themes and Templates
In reply to: [Go] No H1 tag in titleHello guys,
Any news about this issue?Forum: Themes and Templates
In reply to: [Go] Hide magnifying glassForum: Themes and Templates
In reply to: [Go] No H1 tag in titleHi @lordspace,
I made the changes in cPanel as directed by @gdpavle. For sure those changes are gonna be lost in the update because the partials folder can be found only in the parent theme. The only change after I activated the child theme is a decrease in performance according to GTmetrix from 100% to 98%, also an increased loading time from 0.7 to 1 sec.Later edit about H1: on other pages, it works only by unchecking
Hide page title
or leaving it unchecked. Anyway, solving this issue it’s way beyond my skills. Good thing that it’s not a critical one…according to Google.
- This reply was modified 5 years, 7 months ago by Ionuț Toma.
Forum: Themes and Templates
In reply to: [Go] No H1 tag in titleHi @gdpavle,
Thank you for the response. I tried this solution before, without a child theme and it didn’t work. Now I created a child theme with the Orbisius plugin and followed your instructions…but still doesn’t work!Forum: Themes and Templates
In reply to: [Go] No H1 tag in titleI tried to modify one of the headings to H1 but it says that this theme already uses an H1 for the title. I found this issue only on the frontpage/homepage.
- This reply was modified 5 years, 7 months ago by Ionuț Toma.
Forum: Plugins
In reply to: [Shop Page WP] Share ButtonGot it, thank you!
Forum: Plugins
In reply to: [Easy Table of Contents] Can’t exclude certain headingsHi there, I saw similar questions were asked before. I manage to deal with this issue using the options provided. Thank you for your patience!
Forum: Themes and Templates
In reply to: [Go] Featured images and Post PreviewMy last try and it seems to work (at least for the moment):
.post__thumbnail{ display:none; } .site-content{ padding-top: 13vh; }Forum: Themes and Templates
In reply to: [Go] Featured images and Post Preview@robertmberry upload the pic on imgur or other similar site and share the link here
Forum: Themes and Templates
In reply to: [Go] Featured images and Post PreviewHi @robertmberry
It’s kinda frustrating since my solution it’s not working properly on all devices and the solution provided by @gdmilos is not working in my case. Thanks for the response!Forum: Themes and Templates
In reply to: [Go] Featured images and Post PreviewIt seems that my improvised solution it’s not working for articles… 🙁 So I tried something else…I decreased the site spacing at maximum and I inserted the following custom CSS:
.post__thumbnail{ display:none; } .content-area__wrapper{ padding-top: 100px; }The
.content-area__wrapperwas a necessary line because the content went under the menu after I manage to hide the featured image. This is another improvised solution (which doesn’t work for articles) and I think it would be awesome if this problem will be solved in a future update.
Thank you!- This reply was modified 5 years, 7 months ago by Ionuț Toma.