Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Forum: Fixing WordPress
    In reply to: Mixed content
    Thread Starter koustab

    (@koustab)

    hi

    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
    kou

    Forum: Fixing WordPress
    In reply to: Mixed content
    Thread Starter koustab

    (@koustab)

    hi i will have a look. thanks for your help

    regards

    Forum: Fixing WordPress
    In reply to: Mixed content
    Thread Starter koustab

    (@koustab)

    hi 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 content
    Thread Starter koustab

    (@koustab)

    i 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 content
    Thread Starter koustab

    (@koustab)

    nope its the same issue. =(

    Forum: Fixing WordPress
    In reply to: Mixed content
    Thread Starter koustab

    (@koustab)

    hi
    thanks for your reply. i cannot install any plugin as i dont have any access as the page is not loading at all..
    thanks

    Thread Starter koustab

    (@koustab)

    If u kindly gimme ur email I will send you the logging and password.

    Koustab

    Thread Starter koustab

    (@koustab)

    hi

    Sorry I should have add the link before.

    https://www.aphilatelicoutlet.com

    Thanks

    Thread Starter koustab

    (@koustab)

    Hi 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%;
    }

    }

    Thread Starter koustab

    (@koustab)

    not resolved buti will add another topic rather then using this one

    Thread Starter koustab

    (@koustab)

    I’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.

    Thread Starter koustab

    (@koustab)

    hi
    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

    Thread Starter koustab

    (@koustab)

    Hi
    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 ?

    Thread Starter koustab

    (@koustab)

    Hi 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

    Thread Starter koustab

    (@koustab)

    Hi
    Here is the link https://aphilatelicoutlet.com

    I 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

Viewing 15 replies - 1 through 15 (of 18 total)