Placeholder Image

Posted in: Newspaper
Post count: 13

Hi,
I want to remove the placeholder image (theme panel / post settings / featured image …): no Problem, it is working. But than the text should start at the beginning of the line (without white space). Is this possible?

Post count: 23312

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!

Post count: 13

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?

Post count: 23312

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!

Post count: 13

ok, please can you explain me how i sent you a screenshot?

Post count: 23312

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!

Post count: 13

Hallo Catalin,
i have no problem to make a screenshot but i don’t know how can i sent you a screenshot.

Post count: 13

Hallo Catalin,

i try it again,
please can you tell me how to sent you a screenshot (a stupid question?).

or (much better)

how to make an entry without indentation (without a placeholder image)?

Post count: 22421

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!

Post count: 13

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

Post count: 22421

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!

Post count: 13

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.

Post count: 22421

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!

Post count: 13

yes i know (see my post before).

But can you please tell me how to customize this blocks to:

1) Titel
2) Textexcerpt
and
3) left-aligned (not centered) ?

Thank you

Post count: 22421

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!

Post count: 13

Yes. Perfect. Thank you.

Viewing 16 posts - 1 through 16 (of 16 total)
You must be logged in to reply to this topic.