Stelar
Stelar WordPress theme is a 2 columns fixed width WordPress template with custom homepage, theme options, featured categories tabber, featured content slider, Adsense ready and many more.
Tags: Adsense Ready, Black, Blue, Custom Homepage, Custom Menu, Featured Content, Fixed Width, Free WordPress Themes, Right Sidebar, Tabber, Theme Options, Threaded Comments, Twitter Ready, Two Columns, White, Widget Ready, Wordpress Templates, WP Themes
thank for sharing
but i have a question
how do i can edit or change the picture right od the slider content
Hai. You mean the picture inside the slider? If yes, please refer to the readme.txt inside this theme on how to do that. Thanks.
I think he/she wants to edit the adsense code . you can edit it at header.php
or you can update it with your own adsense or other advertising codes.
i Cant work the tabber in the homepage i went to the theme options but still not working….and for some reason im getting pop ups from popadvert …any idea?
Hai. Please download the theme directly from our site:
https://magpress.com/wordpress-themes/stelar.html
Sometimes other theme download sites may insert some of their ad code within the theme. Thanks.
Hi, I have changed the homepage option but appear to have two home buttons on my menu in homepage. I assumed that editing the header.php file would removve this. But this has not effected the menu bar at all.
I have only amended CSS so far and some small changes further on in the header.php file – Can you advise on how I can remove the dupliacte home link if my home is now directed to a custom page rather than the actual index.php file
thanks
Hai. Open functions.php and look for lines code and delete it.
[php]
// Filter wp_nav_menu() to add additional links and other output
function addHomeMenuLink($menuItems, $args)
{
if(‘primary’ == $args->theme_location)
{
if ( is_home() || is_front_page() )
$class = ‘id="home"’;
else
$class = ‘id="home"’;
$homeMenuItem = ‘<li ‘ . $class . ‘>’ .
$args->before .
‘<a href="’ . home_url( ‘/’ ) . ‘" title="Home">’ .
$args->link_before .
‘Home’ .
$args->link_after .
‘</a>’ .
$args->after .
‘</li>’;
$menuItems = $homeMenuItem . $menuItems;
}
return $menuItems;
}
add_filter( ‘wp_nav_menu_items’, ‘addHomeMenuLink’, 10, 2 );
[/php]
Awesome Support!!
dear admin magpress !
Why post the picture on my homepage does not show up? look at my website http://nicecarmodel.com/ . whether there is an error. thank you
I’m glad it’s working now. Thanks.
I am trying to figure out how to change the colors for this template
almost all colors are editable inside the style.css.
thumbnails are not working at all….plz help me…
Sir plz tell how thumbnails wil be shown on home page and catagories archive and also on related posts on rite sidebar. . . In my web thumbnais are not shownig any whr else. . , . Plz guide me and help me. . . Thanks
seem working fine now..1 of 2 reason would be you need to make sure you host support GD library or you need to save the theme option
to use timthumb.
cheers