martinno
Forum Replies Created
-
?
Forum: Themes and Templates
In reply to: [i-excel] PHP 7.0Thank you.
Forum: Themes and Templates
In reply to: [i-excel] How Can I change Header title call us and Mail UsYou can create child theme with all this changes.
Forum: Themes and Templates
In reply to: [i-excel] Problem with this themeForum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsThank you Bojan! It worked perfectly!
The corect code for removing date, author and tags in blog posts is:
.blog-columns .entry-header .entry-meta { display: none; } #main .site-content .meta-img.no-image-meta .entry-nothumb .dateonimg { display: none; } #main .site-content .post .meta-img.no-image-meta+.post-mainpart .entry-header { padding-left: 0; }
Forum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsThank you Bojan! It worked perfectly!
The corect code for removing date, author and tags in blog posts is:
.blog-columns .entry-header .entry-meta {
display: none;
}
#main .site-content .meta-img.no-image-meta .entry-nothumb .dateonimg {
display: none;
}#main .site-content .post .meta-img.no-image-meta+.post-mainpart .entry-header {
padding-left: 0;
}Forum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsHey Bojan,
it partialy worked…
I sent you printscreen (Before/After) inserting the code.
https://shrani.si/f/3d/Zv/3Nc6srJK/screenshot8.jpgForum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsSorry there were some problems with DNS zone.
Teh site should be visible now.
Martin
Forum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsThe site is now on the web https://servisgospodinjskihaparatov.com/prodaja-rabljenih-gospodinjskih-aparatov/
Code you provided removes blog entries, but the date is stil there.
Screenshot: https://prntscr.com/ap8rpkForum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsSorry for that…
The page is under c.
Here is a link to my test domain https://sloinfo.eu/sample-page/ with same theme. I would like to remove date, category… as I circled in printscreen. https://prntscr.com/aozb6e
Thank’s
Martin
Forum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsHey Bojan,
here is the link: https://servisgospodinjskihaparatov.com/naroci-servis/
Thank you for helping me…
Martin
Forum: Themes and Templates
In reply to: [Kyma] Kyma OptionsSo, what shall I do?
Forum: Themes and Templates
In reply to: [Kyma] Kyma OptionsYes I’m.
Forum: Themes and Templates
In reply to: [Radiate] Header imageAdd this code to CUSTOM CSS in Appearance.
#parallax-bg {
background-repeat: no-repeat;
}Forum: Themes and Templates
In reply to: [Radiate] Remove author and date in RadiateThank’s psyploid it works…!