Shubhamc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Increase Upload Limit In New WordPressand i’m using plesk panel for hosting that site !
Forum: Fixing WordPress
In reply to: How To Increase Upload Limit In New WordPressunfortunately it’s not working !
Forum: Fixing WordPress
In reply to: How to fix content/post overlaping problemok thanks…
Forum: Fixing WordPress
In reply to: How to fix content/post overlaping problemANd Other roblem Is I Want To Make Text ox Glowing On My Site I Want To Make Search Box, text box, email subscribing box i have also a code and it’s working too but after applying the code both changed i mean subscriber button
here is code that i got from web-
input {
/* round the corners */
//background-color: transparent;
border: 1px solid;
height: 20px;
width: 160px;
color: #CCC;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}input:focus {
cursor: pointer;
outline:none;
border: 1px solid #4195fc;
/* create a BIG glow */
box-shadow: 0px 0px 5px #4195fc;
-moz-box-shadow: 0px 0px 5px #4195fc;
-webkit-box-shadow: 0px 0px 5px #4195fc;
}
My Site Address Is- hackedia.netForum: Fixing WordPress
In reply to: How to fix content/post overlaping problemelegantthemes but by the way problem solved with this CSS code-
#main p img,.wp-caption img {
border-color: #eee;
max-width: 100%;
height: auto;
}Hope It Helps For Those Who Is Discovering For This 🙂 !
Thanks For Reply !Forum: Fixing WordPress
In reply to: How To Fix SidebarGot It [Fixed] With Removing [<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>]
In Code !
Thanks For Clue And for your Help Sir 🙂Forum: Fixing WordPress
In reply to: How To Fix SidebarHere Is My Index.php code
<?php get_header(); ?>
<div id=”wrap”>
<!– Main Content–>
<img src=”<?php echo get_template_directory_uri(); ?>/images/content-top.gif” alt=”content top” class=”content-wrap” />
<div id=”content”>
<!– Start Main Window –>
<div id=”main”>
<?php get_template_part(‘includes/entry’); ?>
</div>
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
<!– End Main –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: How To Fix SidebarThankyou for providing me a clue that i recently got with using page element
and now what can i do with my theme, Sir ??Forum: Fixing WordPress
In reply to: How To Fix Sidebari have used wp pagenavi plugin & Wp Pagenavi Style it may caused any problem ??
Forum: Fixing WordPress
In reply to: How to add Pagenavi/Pagination[Solved]
Topic Close !Forum: Fixing WordPress
In reply to: How to add Pagenavi/Paginationthankyou for replying songdogtech
but it’s not look cool that what i wanted 🙁
and i,ve already said that i don’t want to add plugin please… any other customForum: Fixing WordPress
In reply to: How to change look/outlook of comment boxhmm yes i have no experience with CSS designing But By The Way Comment Problem Solved With Discuss Comment System Plugin !
Forum: Fixing WordPress
In reply to: How to add seperator/border between content's on a postSee this one for better understanding- http://hackedia.net/disk-storage-analyzer-pro-v3-0-1-8-cracked-apk-is-here-latest/
i want insert a border/seperator after text mean on that- http://s2.postimg.org/pssiz6c8p/efv.pngForum: Fixing WordPress
In reply to: How to add seperator/border between content's on a postno i want to edit on content not on post
Forum: Fixing WordPress
In reply to: How to add seperator/border between content's on a postyour mean by style.css / Editor