Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Steven
tagDiv Member

Just add Css Code like this for different blocks on the home page…

Where it say block6 you just have to change the # of the block on ur home page and the color you want as well..

Make sure you edit each block and remove any background color and change the text color to what you want like #ffffff also change the “Title style” from default to style 1 and then save your settings..

Then go to theme settings and in the CSS Box you add the code like what i have below with ur own color and the block that you want to use on the home page..

.home .td_block6 .block-title {
background-color: #008000;

check my site @ https://jahliveradio.com and see a preview of the homepage also the sidebar…

  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

Removed the line with this css code
.block-title {
border: 0px !important;
}

Steven
tagDiv Member

I figure it out on my own,i had to removed all colors from my blocks titles and then add the CSS codes with the colors i want too use that go with which blocks i’m using,never thought it was this easy to do… 🙂

.widget_rss .block-title {
background-color: #af0f0f;
}
.td_block2 .block-title {
background-color: #af0f0f;
}
.td_block1 .block-title {
background-color: #009999;
}
.td_block4 .block-title {
background-color: #ff6600;
}
  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

@ Lucian How can i do this for all block titles on home page and side widgets with a different color,i really want to make this happen on my site

Steven
tagDiv Member

I really like newspaper better,the new theme have some likes and dislikes but newspaper is way better…i’ve turn my newspaper theme in something else with so much CSS Code that now my site don’t even look like newspaper theme any more…I really need a new homepage that stand out and not a copy of newspaper homepages….

Check my site and tell me what you think of the changes i made…https://jahliveradio.com

Steven
tagDiv Member

All these things you asking is in the theme settings panel,you need to stop asking and explore the theme settings also read the helpful documentation that was giving too us and use the search in the forums they lot’s topics that may be can help you as well with ur questions…that’s how you learn

  • This reply was modified 11 years by Steven.
  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

@huatcai588 you ask a lot of questions fa real..any way add this too ur CSS Box to removed that line

.block-title {
border: 0px !important;
}

Steven
tagDiv Member

thx for ur help,every thing working as i want it too be..

Steven
tagDiv Member

@Shashank Shekhar 🙂 i don’t think so man,because VC came with newspaper…and i saw ur new theme on ur site it don’t look good on a 23′ monitor every thing is too big.. 🙂

  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

Why this new theme have the same layout as Newpaper,the only thing i see new is there no whitespace things are much closer…but to pay $68CDN for something that look like what i’m using now make no since…we need different layout…the blocks is the same as newspaper and all ur other themes…i’m not feeling ur new theme it’s seem like a copy from all ur other themes that i seen you made…the homepage is still boring we need something that stand out…it’s going 2015 so give us something better then this…

Make something like the loop site… http://www.theloop.ca/

have any one see msn new site… http://www.msn.com/en-ca/?ocid=iehp

  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

How to removed the line under the tags also the breadcrumbs,i really don’t like these lines under the names on hover…is there a css to removed that line site wide instead…

also how to change the color for the previous and next…

Steven
tagDiv Member

Also how can i have a hover color for my tags at the bottom of the post as well…

Steven
tagDiv Member

I agree with @Shashank Shekhar we need more styling with the theme,because i’ve use so many css code just to make mine not to look boring,because most of every one site i see they all look the same way and that makes it look very boring seeing every one site look the same…i try to make my site stand out more and to make that happen is to use a lot of css code,the coding of the theme is great and the features not so bad but the homepage is boring too me,but other then that the support and theme is great,when the new theme comes out and it not look like newspaper layout then i’ll buy it because i want something different not a copy of the old theme…

Steven
tagDiv Member

That’s great,i’ll wait for next update…

Steven
tagDiv Member

I’ll love to use this feature on my site but with a https site the videos don’t work as they should i get a lot of errors..my pad lock turn yellow because the videos is not goin though with https links,is there any fix for this because this feature is useless for sites that use HTTPS…

Steven
tagDiv Member
Steven
tagDiv Member

I like this as well but not for the author or comments only for my breadcrumbs and page views can i have code pls..also can i make the page views with a different color as well to match my tags color..

  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

Ur both welcome,


@monicacortes
what the code really do is add a Alt Tag automatically to all images that don’t have any,if you have uploaded images already that don’t have the Alt Tag the code will add it to those images automatically also any new ones you uploaded after.

Steven
tagDiv Member

Hey add this code to the bottom of ur “functions.php file” you don’t need a plugin to do this….it work because i’m using it on my site this code..

function add_alt_tags($content)
{
global $post;
preg_match_all(‘//’, $content, $images);
if(!is_null($images))
{
foreach($images[1] as $index => $value)
{
if(!preg_match(‘/alt=/’, $value))
{
$new_img = str_replace(‘<img’, ‘post_title.'”‘, $images[0][$index]);
$content = str_replace($images[0][$index], $new_img, $content);
}
}
}
return $content;
}
add_filter(‘the_content’, ‘add_alt_tags’, 99999);`

  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

Go in the admin panel and then Settings and Reading Settings and look for “Blog pages show at most” and change it to how many post you want on a category page…

  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

@nbraylan that site is using a social plugin that called “Easy Social Share Buttons” on the top of his post,you can find it here http://codecanyon.net/item/easy-social-share-buttons-for-wordpress/6394476

Steven
tagDiv Member

You both are welcome

Steven
tagDiv Member

thx @Lucian so far it working the way i want it..

Steven
tagDiv Member

@mehedi i tested ur plugin but it don’t pull the pins well there is nothing pull from the post in the “Description” box like the one i’m using…and thx for the update
This is mine i’m using you see how it pull the Description with the pin urs don’t have that are even this theme share botton for pins…

  • This reply was modified 11 years by Steven.
  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

@TheMediumUTM there is another good one that you can use in the mean time and it’s FREE

Simple Share Buttons Adder BY David Neal

https://wordpress.org/plugins/simple-share-buttons-adder/

It’s coded well and comes with a lot of very nice features and very light

Viewing 25 posts - 176 through 200 (of 524 total)