Bikram Singh
Forum Replies Created
-
im confused with you question do you want to show category in menu or post in menu?
or are you saying that your your category page not showing all products?Forum: Fixing WordPress
In reply to: Arranging my Footer Tabs Horizontally in one Linegive me your footer.php code
Forum: Fixing WordPress
In reply to: HTTP error/issues with file size and uploadingi think you need to talk to your hosting provider about this.
Forum: Fixing WordPress
In reply to: HTTP error/issues with file size and uploadinghi
if you are on shared hosting check configuration of your server with
phpinfo.php<?php phpinfo(); ?>
Forum: Fixing WordPress
In reply to: Not found, error 404 and/orhi
First return to permalink default structure and check if page is working.Forum: Fixing WordPress
In reply to: gap on top of meta sliderhi
are you using siteorigin page builder?
use margin and padding 0 in both row and text editer.
hope this will help.Forum: Fixing WordPress
In reply to: Font change in navigation bar helpyou are welcome ?? mark the question as solved.
Forum: Fixing WordPress
In reply to: Arranging my Footer Tabs Horizontally in one Linehi
remove your inline styles and replace following code in your css and take a backup of footer.php and stylesheet before doing changes:.footer-widgets {
margin: 0 auto;
max-width: 100%;
position: relative;
}.footer-widgets .widget {
float: left;
width: auto;
margin: 0 2% 3rem;
}.widget a {
font-weight: 300;
text-decoration: none;
display: inline-block;
}Forum: Fixing WordPress
In reply to: Mediayou are welcome ??
Forum: Fixing WordPress
In reply to: Font change in navigation bar helpremove font-family from
style.css
line 507#site-navigation .menu li a {
color: #ddd;
display: block;
font-size: 14px;
font-family: corporate-a; -remove this line
letter-spacing: 1px;
padding: 11px;
text-decoration: none;
text-transform: uppercase;
}hope this will make you happy
- This reply was modified 7 years, 10 months ago by Bikram Singh.
Forum: Fixing WordPress
In reply to: Mediatry to import database again.
Forum: Accessibility
In reply to: accessible web hostingbluehost give special package for wordPress. Godaddy is also but their backend very hard to manage. if you need shared hosting .
we also provide shared hosting with cpanel, message me if you need hosting
and before choosing hosting dont just check disk space, choose plan with good Bandwidth also
thanksForum: Fixing WordPress
In reply to: contact form appear on wordpress pageyou just need to remove
<? php comments_template(); ?>
from that pageForum: Fixing WordPress
In reply to: CSS text formatting problemyou have placeed product title and price with image and description and another div,
you div should be like this:
<div class=”main-cotnainer”><div class=”div for thumbnail”> image code </div>
<div class=”div for product description”> product title code,price and description </div>
</div>
Forum: Fixing WordPress
In reply to: log into wordpresshi, wordpress always ask for admin details while installing it but by chance you forgot the details then you can check it in your database table wp_users