Small Customization

Posted in: Newspaper
Post count: 131

Hi Could You Please Help Me With These Queries

1. How Can Make the text background color strong? I mean i do not want it to be transparent.

2. How can I remove the underline from the post titles when we take the arrow on it… and change to color hover?

3. I would like to add text like “Loading More” in infinite scroll… some times the users internet is slow so it takes few seconds to load other posts to load… it would be great if i can add the text so that the users will know that there is more to go.

4. I tried to translate the Word “Latest Stories” of home page but it is not working from the Translation Option… Can you help me with it as well?

5. How can I add author image below post title on Post Page?

Please help me out with these queries…

Thanks

Post count: 7909

Hi,

1.Please provide more details and some screenshots to understand what do you mean.

2. Please use this custom css for titles: http://screencast.com/t/PpDqMdYas

.td_mod_wrap .entry-title a:hover{
text-decoration: none !important;
color:red;
}

Also replied here but for all links: https://forum.tagdiv.com/topic/header-styling/

3. An alternate solution to display “Latest Articles” would be a block to display them:

http://screencast.com/t/geiG1TUvEFux
http://screencast.com/t/Wl8nOauLcQf
http://screencast.com/t/j4zSXxMAAbsZ

Or you can use Infinite Load and show Load More button after x pages: http://screencast.com/t/asRKs5uZ

4. If you are referring to the Latest Articles you can translate it from Theme Panel > Translations: http://screencast.com/t/P4S1HbtrBaju
Please provide a link and a screenshot if this is not what you mean.

5. You will need custom modifications for this, we would have gladly made it for you but we work very hard on the updates and features for all the users.

Thanks!

Post count: 131

Hi…

Sorry i did not explained my points.

1. I would like to make the background color of the text on slider non-transparent (http://imgur.com/1TI6xSm) currently it’s transparent blue.

2. The solution you provide me for the Link hover underline
.td_mod_wrap .entry-title a:hover{
text-decoration: none !important;
color:red;
}

Only changes the homepage title… the rest of the title such as slider and side bar are still having the underline when we take mouse pointer there…. I would like to change the underline to color hover on all of it.

3. Adding Loading More Stories Text http://imgur.com/hljefwa I would like to make something like this on infinite scroll so once the user reaches the footer it shows this text before infinite scroll load others posts.

Thanks!…

Post count: 7909

Hi,

1. Please add this css in Theme Panel > Custom Css and use a solid color for background: http://screencast.com/t/hnBnXvtWOr

.td-sbig-title-wrap .td-sbig-title {
background-color: #4db2ec;
}
.td-big-grid-title .td-sbig-title-wrap {
background-color: #4db2ec;
}

2. Please use this custom css, it will apply to all links: http://screencast.com/t/QbAU9FOfHU

a:hover{
text-decoration: none !important;
color: red !important;
}

3. You will need custom modification for this, unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support.
I gave you a solution for this above. Use a page template without articles list: http://screencast.com/t/hq6MZc8jB and instead use a block for Latest Articles. It will look something like this page from newsmag demo(Scroll to Latest Articles): http://demo.tagdiv.com/newsmag/homepage-infinite-scroll/
Please follow block’s settings(this block settings are exactly to show Latest Articles like above page):
http://screencast.com/t/geiG1TUvEFux
http://screencast.com/t/Wl8nOauLcQf
Use Infinite Load and show Load More button after x pages: http://screencast.com/t/asRKs5uZ

Also you can translate Load More from Theme Panel > Translations: http://screencast.com/t/VLp9RxDcBN

Hope this helps!

Post count: 131

Hi Alin!

I tried both the codes that you sent me… but none of them are working… not sure why?

Thanks!

Post count: 7909

Hi,

I also tested this and should work in youe case too. Please make sure that you paste the codes right in Custom Css from Theme Panel and save that: http://screencast.com/t/XcowVmdq
Sidebar when I hover on block title: http://screencast.com/t/O9ivEDEo4Bz – and post title: http://screencast.com/t/bsl8mcNJvkY
Big Slider: http://screencast.com/t/tdsCM9w79Zw

On Big Slider I found that big image post title have another class on hover, so please add also this css for that title: http://screencast.com/t/1yByLwi44

.td-sbig-title-wrap .td-sbig-title:hover {
color: red;
text-decoration: none !important;
}

Please also empty cache and try again!

Thanks!

Post count: 131

Hi…

Tried again as you said… but it’s not working… the color code for link hover only changes the color but it’s not removing the underline from there… and making the text background color of slider solid isn’t working…

I have added the css code… you can check it on my template.

Thanks

http://www.magscroll.com is the website.

Post count: 131

Hi alin!

I added the with the addition text !important then only the background color changed.

Is there any harm in doing so?

.td-sbig-title-wrap .td-sbig-title {
background-color: #4db2ec !important;
}
.td-big-grid-title .td-sbig-title-wrap {
background-color: #4db2ec !important;
}

The underline of text on hover is still there…

thanks!

Post count: 7909

Hi,

You can use with !important without problems.
I also checked your site and I see that you use first code .td_mod_wrap .entry-title a:hover and if you also add code for Big Slide I think that you managed to your wish. Let me know!

Thanks!

Post count: 131

Hi Alin!

The code for slider is not working… Currently I am ok with the slider text but i would like to change is the text underline in the mega menu!

The first code you sent me only changes the hover for big thumbnails of the post not the small one which is in mega menu.

Thanks

Post count: 7909

Hi,

Try to use !important to the height: http://screencast.com/t/k4JEqQMj126
Also if you don’t use 50px height how I set, it is possible to break buttons display. So you will need to change also the top values from the code that I provided to you.

This answer is for this topic: https://forum.tagdiv.com/topic/social-sharing-button/

Thanks!

Post count: 7909

Please use this custom css for megamenu post titles: http://screencast.com/t/shxQfOwFX

.td_mod_mega_menu .entry-title a:hover{
text-decoration: none !important;
}

Hope this helps!

Post count: 131

Hi…

How can I change the text color text in slider?

Thanks!

Post count: 7909

Hi,

There is an option in Theme Panel > Custom Typography: http://screencast.com/t/VTMkGLg4pyYK

Thanks!

Post count: 131

Hi alin!

How can I change the background color of the slider of text area?

Thanks!

Post count: 7909

Hi,

You have the answer on this topic and you already used the css code for that: http://screencast.com/t/GKJ50g9a
If you refer to the normal slider is the same css: http://screencast.com/t/7h2AIZfYEgZ

Thanks!

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