koustab
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mixed contenthi
solved it
if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’] = ‘on’;added these lines in wp-config.php
and
added the following line in the section http protocol https {
after {match request header append “X-Forwarded-Proto” value “https”
and bingo!
thanks for your help again
kouForum: Fixing WordPress
In reply to: Mixed contenthi i will have a look. thanks for your help
regards
Forum: Fixing WordPress
In reply to: Mixed contenthi steven
its a vps so i have configured the httpd also its runs on openbsd. and also i have installed it twice already but same error.Forum: Fixing WordPress
In reply to: Mixed contenti havent done anything with .htaccess and also as i said its a new installation so cannot even had a chance to install any plugins
thanks
Forum: Fixing WordPress
In reply to: Mixed contentnope its the same issue. =(
Forum: Fixing WordPress
In reply to: Mixed contenthi
thanks for your reply. i cannot install any plugin as i dont have any access as the page is not loading at all..
thanksForum: Themes and Templates
In reply to: [Virtue] topbar login / logout with a welcome messageIf u kindly gimme ur email I will send you the logging and password.
Koustab
Forum: Themes and Templates
In reply to: [Virtue] topbar login / logout with a welcome messageForum: Themes and Templates
In reply to: [Virtue] topbar login / logout with a welcome messageHi Kevin
Thanks for ur reply. I’m using a child theme.
I was totally unaware of the two section in Topbar.
All I want is login | logout and cart on aligned to the left side and search bar right.
I’ve added the following CSS in custom CSS
.col-md-6.col-sm-6.kad-topbar-left {
float: left;
width: 30%;
}.topbarmenu.clearfix {
float: left;
}.col-md-6.col-sm-6.kad-topbar-right {
float: right;
width: 50%;
}.topbarmenu.clearfix {
float: right;
}.kad-cart-total {
position: relative;
}
.cart-contents {
text-indent: -9999px;
min-width: 70px;
}
.cart-contents .amount {text-indent: 0;
position: absolute;
right: 10px;
}
.cart-contents .amount:before {
font-family: FontAwesome;
font-weight: 400;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
line-height: 1;
text-transform: none;
padding-right: 10px;
}@media (min-width: 767px)
.col-md-6.col-sm-6.kad-topbar-left {
float: left;
width: 100%;
}.topbarmenu.clearfix {
float: left;
}.col-md-6.col-sm-6.kad-topbar-right {
float: right;
width: 100%;
}}
Forum: Themes and Templates
In reply to: [Virtue] Second menunot resolved buti will add another topic rather then using this one
Forum: Themes and Templates
In reply to: [Virtue] Second menuI’ve used the following cos when I’m using 980px its not showing nothing in mobile Portrait view.
@media only screen (min-width: 767px ) {
.topclass ul li a {
height: 190px;
}
.topbar-widget .textwidget {
margin-right: 40px;
margin-top: -80px;
display:block;
}
#topbar-search {
margin-top: -140px;
margin-left: 20px;
}
.kad-cart-total {
position: relative;
}
.cart-contents {
text-indent: -9999px;
min-width: 70px;
}
.cart-contents .amount {
text-indent: 0;
position: absolute;
margin-top: 20px;
margin-right: -85px;
right: 10px;
}
.cart-contents .amount:before {
font-family: FontAwesome;
font-weight: 400;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
line-height: 1;
text-transform: none;
content: “\f07a”;
padding-right: 10px;
}
}Also this set of code occurring an issue on the mobile landscape and tablet portrait view.
Forum: Themes and Templates
In reply to: [Virtue] Second menuhi
ive figured it out. by placing this code in custom CSS.topbar-widget .textwidget {
float: right;
margin-right: -510px;
margin-top: 7px;
display:block;
z-index:9999;
}it works fine on computer screen and tablets. but on the mobile screen its all messed up. cart showing on the top then search and then the login signup. all i want is search on top login sign up after and then the cart. could you kindly suggest me the css to sort it out please.
regards
Forum: Themes and Templates
In reply to: [Virtue] Second menuHi
I’ve tried ur Code didn’t made any change. I think I’ve messed it up.I think I’ve kind a figure it out how to put the login / signup on the left, but cannot place the cart next to it and all the attempts to add a search form has flopped.
Do you have any solutions ?
Forum: Themes and Templates
In reply to: [Virtue] Second menuHi Hannah
Just thought to be more specific.
All I want is a login and signup option which
Will show welcome ( user id )if the user is logged on plus cart next to it on the left side and the search form on the right side. On the responsive view login and sign up option going to be on the top then the cart and the the search form under.Could you kindly assist me to customise the top bar.
Koustab
Forum: Themes and Templates
In reply to: [Virtue] Second menuHi
Here is the link https://aphilatelicoutlet.comI want to show a login / sign up link on top along the side cart and search, I came across of a plugin called wc login / sign in which provide a shortcode, but when I’m adding it in the top bar the search bar no showing and the hello ( user id ) is showing in the middle with some generic text style. Could you please tell me how to sort it out or is there any other way to do it without the plugin ?
Regards
Koustab