Need help with customization

Posted in: Newspaper
Post count: 9

Okay, so I’m not sure what happen between July 25th and now, but the new theme version is just not running and customizing like it should. Loads of bugs!

Here are a few things I need help with

1) BLOCKQUOTES. I have 6,000+ posts that use the NORMAL < blockquote> TEXT </ blockquote> tags. There is nowhere to customize these. How can I do this? It is ridiculous for me to have to go through every single post and change it to “blockquote center box” whatever. There has to be a way to alter these blockquotes.

2) BLOCKQUOTE COLOR – WHY is the color the same as the accent? How to I change that?

3) New Ticker Hover – How do I remove the Hover from the news ticker? I want to make it a color different than the theme accent, and for some reason it has a hover color. I don’t like it how do I remove it?

4) HYPERLINKS – Can I please know how to change the hyperlinks ONLY for page/post links? Anything I do seems to change hyperlinks site-wide.

5) H2 HYPERLINKS – For some reason any H2 text that is hyperlinked stays black. It will not change color to the “hyperlink” color.

6) LOAD – Is there a way to stop the site from fully refreshing every time a page/post is loaded? For some reason this version doesnt load as smoothly. I want it to refresh like this does: http://www.gameplanet.com.au/ You don’t even notice the refresh! The last version 6.2 did not have this issue, and now it does.

Post count: 9

hello?

Post count: 7909

Hi,

Sorry for delay! We answer to the most oldest topics so if you add a new reply we get later to your topic.

1. We removed the quotes shortcodes, we use html with classes now. The quotes are not updated by the script, sorry. We tried to add them but on some cases there was a chance for errors to appear an we decided to not include them in the script.
Try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVKhttp://pastebin.com/NZEJsWQZ
2. There is an option to change the blockquote color in Theme Panel > Theme Colors – http://screencast.com/t/GaVyoCu2xcU
3. You can change the hover color using custom css in Theme Panel > Custom Css – http://screencast.com/t/1BPyH3KM

.td-trending-now-wrapper:hover .td-trending-now-title {
background-color: red;
}

4. You can change the general color for post content links using custom css in Theme Panel > Custom Css – http://screencast.com/t/26hujdCrvc

.td-post-content a {
color: red;
}

Also you can add manually a color to your link(s) just edit the post select the link and add the color – http://screencast.com/t/3nfN9nIS0R

5. If you refer to the panel options for page content – http://screencast.com/t/T1GXLsNq1 please note that these options will not affect any page template created using pagebuilder(Visual Composer). Please provide a link and more details about what you are trying to do.

6. Do you refer to the lazy load effect? you can remove it from Theme Panel > Template Settings – http://screencast.com/t/dg4jDDqg7oI

Thanks!

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