saravanavip
Forum Replies Created
-
Thanks Alex ,
Now it’s working Fine ……
Very soon i will share the link here which the website developed by your theme ……………
Forum: Themes and Templates
In reply to: [Hueman] Change sidebar widthGoto style.css via Editor and check for
/* 3 column, content middle */ .col-3cm .main {background: url(img/sidebar/s-right-s2.png) repeat-y right 0;} .col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 280px; padding-right: 290px; } .col-3cm .s1 { float: left; margin-left: -280px; } .col-3cm .s2 { float: right; margin-right: -290px; /* ingenuity! */ position: relative; right: -100%; } .col-3cm .content { float: right; }
You can change in the above line if u were 3 column , content middle
Forum: Themes and Templates
In reply to: [Hueman] Index PageNow i got that ,
Kindly replace above lines by below lines in index.php ,
<?php if ( have_posts() ) : ?>
<?php $i = 1;echo ‘<div class=”post-row”></div>’; ?>
<!–/.some lines has been removed here –><!–/.post-list–>
<?php get_template_part(‘inc/pagination’); ?>
Forum: Themes and Templates
In reply to: [Hueman] Search form inside Header MenuHi alexander,
thanks for your share !
Now i placed successfully into the Theme’s Header area (Right side).
Forum: Themes and Templates
In reply to: [Hueman] Index PageHi butrinty,
Thanks for your share !
If i delete that means it is not opening. I meant that index.php page is not showing any content (blank page only showing).
Forum: Themes and Templates
In reply to: [Hueman] Index PageIs there any other way to hide or remove the thumbnails below the main page. I need only one image in default slider of main page.
I tried in featured.php , content.php but i cant.
Forum: Themes and Templates
In reply to: [Hueman] Index PageIts the default slider which is already available in hueman theme.
Below the slider , i need no posts to be displayed ????????
Forum: Themes and Templates
In reply to: [Hueman] Change menu header colorGoto Admin>>Appearance>>Theme options>>Styling
And change Topbar Background or Header Background whatever the mentioned one according to your website.
Or if you want menu bar background to change rather than header portion background ,kindly goto header.php page and edit it by placing inline styles there like :
For header page :
<div class=”group pad” style=”background-color:#fff;height:70px;”>
<?php echo alx_site_title(); ?><?php if ( !ot_get_option(‘site-description’) ): ?><p class=”site-description” ><?php bloginfo( ‘description’ ); ?></p><?php endif; ?>
</div>
For Menu bar :
<nav class=”nav-container group” id=”nav-header” style=”background-color:#fff;” >Hi Mrinal ,
I got the css code , where to change , but i didnt get any positive result.
Admin >>Appearance >>Theme options >> Edit Theme >> style.css
Here’s code :
/* 3 column, content middle */
.col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y right 0; }
.col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0 ; padding-left: 300px; padding-right: 300px; }
.col-3cm .s1 { float: left; margin-left: -300px; }
.col-3cm .s2 { float: right; margin-right: -300px; /* ingenuity! */ position: relative; right: -100%; }
.col-3cm .content { float: right; }Goto Admin Panel >>Appearance >>Theme options>>Edit>>style.css
find the below line and change according to your wish :
/* base : layout columns
/* ———————————— *//* 2 column, content left */
.col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 340px; }
.col-2cl .s1 { float: right; margin-right: -340px; }
.col-2cl .content { float: left; }Forum: Themes and Templates
In reply to: [Hueman] Want to remove the floating social share buttonsGoto Appearance >> Theme Options >> Social Links in Admin Panel of your website.
Delete the social Links URL by clicking the Red button .
now in your Front End Page , it wont be visible.