Hi pupi,
I’ve tested this on our theme and everything seems to work fine. Please provide more details about your issue, (a screenshot is useful) so I can be able to provide a more accurate response. Also, please provide your URL website so i can take a look.
Thank you!
Hi Catalin,
let me try to explain:
Now it is like this (with placeholder):
—Picture——- Headline …
—Placeholder— Headline …
—Picture——- Headline …
or like this (without placeholder):
—Picture——- Headline …
—————– Headline …
—Picture——- Headline …
I need it such like this:
—Picture——- Headline …
Headline …
—Picture——- Headline …
is this possible?
Hello pupi,
Unfortunately, I do not understand very well your scheme. Please be more specific and provide more details about what you want to achieve, so I can be able to provide an accurate response. Also, please provide your URL website, a screenshot should be useful and also please tell me what kind of block you use in your site. I need this information because it is not a simply task and the modification depends to several parameters.
Thank you!
Hello pupi,
We use Jing tool to make screenshot. You can see how to use this, if you watch this tutorial: https://www.youtube.com/watch?v=O020MfJQT3A .
Also, you can use Print Screen button to make screen shot.
Hope this helps!
Thank you!
Hello,
You can use jing: https://www.techsmith.com/jing.html and make a screenshot for us to what you are referring to. There are also other methods. Just google ‘how to make a screenshot’.
You can disable the placeholder image from here: http://screencast.com/t/ygehySUv7A
Thank you!
Hello,
thank you. Yes i know. I can disable the placeholder image.
But the Problem is the indentation (see below).
https://indd.adobe.com/view/b8553cd1-9560-42e8-bdfe-4e56cf3cae7a
Hi,
OK. I understand now your issue but unfortunately there is just a slight problem. Your post without a featured image is dynamically placed. It will not maintain the same position in the block. You can remove indentation from all titles or a particular title but not dynamically. Css is not dynamic. If I remove indentation for the second title for example, but if the second title has a featured image besides it it will appear broken. There is no way to style just a particular element in the block unless the block has fixed content. not dynamic.
I hope this explains the situation. If you really need this customization you will need to hire a freelancer to help you out on this one.
Thank you!
Hello Bogdan,
thank you. I understand. Perhaps it is possible to make a custum Block without any Pictures. If i’m right, there is no possibility at the moment. There is a Block with The Title only (left-aligned) and an Block with Titel and Textexerpt (centred). Can you tell me how to make this block (Titel and Text, no Picture) left-aligned?
Thank you very much.
Hello,
There are blocks without featured images already implemented in the theme. These are block 9 and 10.
http://demo.tagdiv.com/newspaper/block-9/ and http://demo.tagdiv.com/newspaper/block-10/
You can alternatively use any other block you want just to hide all the featured images of that particular block. It is not possible to hide only certain images, but all images you can hide using this css for example on a block 4:
http://screencast.com/t/UWducKxoHBCe
.td_block_4 .td-module-thumb .entry-thumb{
display:none;
}
.td_block_4 .td_module_2 .td-module-thumb{
height:0px!important
}
I hope this helps.
Thank you!
Hi,
The block i edited in the example above is exactly as you describe it. Title, excerpt and all aligned left.
http://screencast.com/t/UWducKxoHBCe (I think you replied before i got to edit it and add the code for block 4. Please read above.)
You can edit block 10 if you want by using this css:
.td_module_9{
text-align:left!important;
}
Thank you!
