Remove author from front page / Links on ads

Posted in: Newspaper
Post count: 13

Hi

I need some help with a couple of things on my site blezt.no.

1. How can I remove the author name on the front page? I have removed the author from single posts, but it’s still showing on the front page.

2. I would like to make it possible to click on my ads and get to the advertiser’s own site. Is there anything I can add to this code to make that happen?

<div class="td-all-devices"><a href="#" target="_blank"><img src="http://blezt.no/wp-content/uploads..." /></a></div>

3. How can I remove the small boxes on the front page that shows how many whos has commented on the post? I have turned off the comments, sĂĄ I don’t need this to be visible.

Thanks for your help.

Post count: 13

I just figured out number 1 and 3, so I only need help with the ads. Thanks.

Post count: 13

An additional question:

4. On a post, in the bottom where it shows related articles: How can I remove the “More from author” option? I would only like to keep the “Related articles” choice.

Post count: 20688

Hi,

2. The link can direct to any URL you want. Replace the “#” in the code you mention with the address you want. Example
https://www.screencast.com/t/cHNNb0Zo

4. Using default post templates that could only be done with solutions like this
https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/

However with the introduction of the Cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Now you can design your post templates using the tagDiv composer. That way for example you can see the related articles and more from author are different elements
https://www.screencast.com/t/BoJwflJTpAU
So you add only the one you want. There are many predefined single templates, or you can design your own (blank template)
https://www.screencast.com/t/WnjVg6FvdvE

Let me know if you have more questions.
Thanks

Post count: 13

Perfect! That was helpful. Thank you very much 🙂

Post count: 13

Hi again.
I have another question.
How can I change the color of quotes and dropcaps?
I can’t find this in the Theme Colors section.

Post count: 13

Yet another question, sorry about this.

Is it possible to change the review stars to 6 instead of 5?

Post count: 20688

Hi,

For the dropcaps please check this topic, there are some suggestions there
https://forum.tagdiv.com/topic/change-list-number-color/

Quotes can also be colored as you make them
https://www.screencast.com/t/y4sB7txT0mIJ
Or all at once with a code, like this for example should work
https://www.screencast.com/t/Q4BVx2dNXhv

.td-post-content blockquote p {
color: yellow;
}

Custom CSS code can be entered in the theme panel, more abut it here
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

The theme offers a total of 5 stars for the reviews. There are three review options, stars, percentages and points. A preview of all in these posts
https://demo.tagdiv.com/newspaper/td-post-why-tech-accelerators-may-soon-be-as-irrelevant-as-an-mba/
https://demo.tagdiv.com/newspaper/td-post-htc-nexus-8-with-64-bit-processor-4gb-of-ram-and-8mp-camera-leaks/
https://demo.tagdiv.com/newspaper/td-post-intel-claims-new-ssd-750-drives-are-its-fastest-ever-for-desktop/

Let me know if you have more questions, I will try to help you.
Thanks

Post count: 13

Hi

I know there is three possible review options, I was just wondering if it was possible to change the 5 stars to 6, to make the points similar to a dice. But I guess not.

Anyway. I’ve tried to add these codes to the Custom CSS in the Theme panel, but the dropcaps and the quotes don’t change color. Anything wrong with these codes?

.td-post-content .dropcap {
background-color: #884cc4;
}
.td-post-content blockquote p {
color: #884cc4;
}

Post count: 20688

Hi,

Those codes are more as a suggestion, there is a chance they might not work, depending on the settings used. For a more accurate solution and not guesswork, please provide a link to a post or page where these elements are located on your website. Then I will give you a solution for your case.
Codes like these can easily be created, with the powerful browser inspector tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I will help you do it.

Thanks

Post count: 13

Hi

Here is a post; http://blezt.no/a-perfect-circle-oslo-spektrum/

Here I have adjusted the color manually, but I would like every posts to have this color automatically.

Thank you very much for your help. I’m not very into codes.

M 🙂

Post count: 20688

Those codes will apply. If you set the color manually in the post edit screen, then there would be no change for those posts after using the code. The code is there but the color you set in the pot edit screen has priority
https://www.screencast.com/t/3N1nkVfFjn
Let’s say you did not set the color manually for the dropcaps
https://www.screencast.com/t/mfJqkgWGb
Then you entered that code in the theme panel, it will color the drop cap
https://www.screencast.com/t/4sjmeAte6XcD

Same for the quotes – https://www.screencast.com/t/fsldaqGKhjzw
If you would not have set a color in the post edit screen, that code will apply.

Try to create a new post or check posts where you did not set a color manually. They should be exactly the same with these codes
Default – https://www.screencast.com/t/3xTRsLxiKmC
With the codes – https://www.screencast.com/t/TQL3ZBtTwm2L

So you won’t have to set a color for each of them, the code sill color them all.

Post count: 13

Ah, I just discovered that the color gets purple when I publish the post, but the color is still blue in “edit post” mode. So the change is only visible in preview mode, that’s why I didn’t see any difference after entering the code.

Thanks 🙂

Post count: 4

Please how did you resolve question 1? I am having similar problem

Post count: 13

Theme panel -> Block settings -> Meta info on modules/blocks -> Disable author name

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newspaper’ is closed to new topics and replies.