None of the images are showing up. Please submit them again.
Your saying when you make it a link the font style changes?
I want to make so that at a clique on heading there was a transition to article. But when I do include_link_title=” true”, style of heading which looks not beautifully changes.
In attempt to register the style by means of wrap_title_start, wrap_title_end nothing changes.
Okay give me a link to your page. Maybe I can come up with something. I’ll try to figure it out using firebug.
Did you want it to look like this one?
https://hostingkartinok.com/show-image.php?id=9383cd23a4754acbd01a7acad7cd4047
If so can you disable link temporarily and show me what shortcode you are using so I can make it look the same.
[netsposts exclude_blog=4 taxonomy=analitika-i-obzory date_format=d.m.Y. show_author=true thumbnail=true size=imglist image_class=alignleft auto_excerpt=true excerpt_length=80 paginate=true list=10]
To keep everything the same put this in the shortcode:
wrap_title_start="<div class='title-class'>" wrap_title_end="</div>"
In your theme’s css folder which is in the customizer area or you may use any css plugin add the following css code:
.title-class a { font-family: impact; font-size: 22px; font-weight: lighter; margin-bottom: 5px; display: inline-block; color: rgba(119, 119, 119, 1); }
Activate the link to the header again of course.
After updating of control of styles have broken 🙁
For some reason the class is looking like this: class=”‘title-class'”.
I’ll work on a fix now.
Try the latest update and see if it fixes the issue. Thanks.
thank you very much. everything works