Topic Resolution: Resolved
  • Closed
  • Longyi Tang
    Spectator
    April 12, 2015 at 9:42 pm #16361

    As my topic said, it is displaying dropdown arrows and direction arrows correctly at homepage. But once I go to other pages, it starts to display funny squares. Also, my bbpress account is auto log outed. How to solve this problem?

    Roman
    Spectator
    Posts: 3147
    April 12, 2015 at 10:16 pm #16363

    your website please

    Longyi Tang
    Spectator
    Posts: 3
    April 12, 2015 at 11:23 pm #16372
    This reply has been marked as private.
    Longyi Tang
    Spectator
    Posts: 3
    April 13, 2015 at 5:54 am #16375

    After I inserted theme4press shortcode, the dropdown menu display a bigger box as well.

    Roman
    Spectator
    Posts: 3147
    April 13, 2015 at 8:59 am #16384

    you enabled the built-in Mega Menu feature that’s why the boxes are bigger now

    for the login widget issue I updated the theme’s package..please install and let me know if it’s ok now..thanks for the report

    kim dunitz
    Spectator
    Posts: 37
    April 15, 2015 at 5:58 am #16415

    Was also getting squares. Disabled Mega Menu, the enabled it again to fix. But now on breadcrumbs where > should be am getting fp05

    https://www.legacymattress.net/categories/

    Roman
    Spectator
    Posts: 3147
    April 15, 2015 at 3:08 pm #16418

    did you modify the CSS somehow, using a child theme? the weird thing is this in your CSS which in original’s theme is not:

    .page-title ul li::after {
    color: #0a23d3;
    content: "f105";
    font-family: FontAwesome;
    font-size: 13px;
    }

    kim dunitz
    Spectator
    Posts: 37
    April 15, 2015 at 7:22 pm #16421

    I had it in Custom CSS on the previous theme version to change the > color, removed it and now it works perfectly

    Thanks!