Forum Replies Created
list of topics you have created till now.
-
-
krollemurow
Participant11 April 2018 at 20:47Posted in : Masonry layout – moving tittles or CTAs to boxesThank you Serkan,
Changing colour of tittle when indicated works fine :-)Just to be sure. Is is availavle now (after update) to move Tittle and description into hover (image of post located on BLOG site) somewhere in settings (not custom css). I’m looking for it but can’t find it
Oh I had to exclude sticky post from “BLOG”.
Problem Solved.sorry :-)
HI,
after reading my post I wouldnt be surprised if you hadn’t understood the question :-DI will try to explain it once again.
Can I have “Latest post” functionality (when I add a new [post it goes in place that one which was the first in line and other goes down) but choose 3 sliders?
Because when I set up 3 sticky post (they appear all in Slider which is what I wanted) but than 1 of them also appears in big box below the slider (so it appears in the slider and in the box below so it looks like content is doubled)
and the next first two in masonry are also the two sticky from the slider.Can I make that new added normal post shows up just below the slider, than goes down to masonry when I add another normal post ? but having 3 slides I chose in the same time.
krollemurow
Participant18 March 2018 at 03:24Posted in : shortening space between Tittle and contentHi,
I changed font in customization, thank youI also tried to delete Tittle in Category and TAG so I read on forum how to do it.
I put some lines in custom CSS but still is not working.
Please, check my prtscreen: https://prnt.sc/iso9ngIs it possible my Custom CSS area is not working?
Im using localhost. My domain is not visable in Internet yet.Here is code I tried to delete Tittles when Im on category site (after clicking specific category it goes to category site)
body.category .page-header {
display: none;
.post-archive .page-title { display: none; }I did what you said but word “category” before tittle of category still exist. Its shown when I click specific category or TAG.
I think to solve this I need to set up Alias category and Alias Tag, under custom structure area. I put them into circle https://prnt.sc/isnv1o
It loks like this when I go into some specific category: domain/alias category / tittle of category
How can I make / alias category/ disappear from URL (also the same for TAGS)
its
So it will be: domain/ tittle of categoryHi,
thank you,
Seo Yast is working!
I added this code after head section:<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘
<p id=”breadcrumbs”>’,'</p>
‘);
}
?>
so I created breadcrumbs but do you know how can I move them bit to the right to aligin Logo ?here instruction what do I want to acomplish: https://prnt.sc/ismp0e
Also do you know why do they apper only in cusotmization window or incognito window? When I’m trying to clear casche by ctrl + F5 I can’t see it