Topic Resolution: Resolved
  • Closed
  • Longyi Tang
    Spectator
    12.04.2015 at 21:42 #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
    12.04.2015 at 22:16 #16363

    your website please

    Longyi Tang
    Spectator
    Posts: 3
    12.04.2015 at 23:23 #16372
    This reply has been marked as private.
    Longyi Tang
    Spectator
    Posts: 3
    13.04.2015 at 05:54 #16375

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

    Roman
    Spectator
    Posts: 3147
    13.04.2015 at 08:59 #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
    15.04.2015 at 05:58 #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
    15.04.2015 at 15:08 #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
    15.04.2015 at 19:22 #16421

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

    Thanks!