Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Main Menu Link Colour #1057975

    That is very true! Come across that issue many times.

    in reply to: Main Menu Link Colour #1057970

    I found my issue, it may help you, I had not closed a piece of css – this one to be precise, it was missing a }.

    @media only screen and (max-width: 990px) {
    footer a {
    font-size: 18px;
    }}

    in reply to: Main Menu Link Colour #1057967

    I’ve found that if I remove all custom css it clears and works. Here is my custom .css – do you have custom css set up? Perhaps paste yours and we can see if we have anything similar that might be the cause.

    #top .social_bookmarks li a {
    color: white;
    }

    .avia-slideshow-arrows {display: none !important;}

    @media only screen and (max-width:767px) {

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: black;
    }

    #top .header_color .av-hamburger-inner,
    #top .header_color .av-hamburger-inner::before,
    #top .header_color .av-hamburger-inner::after {
    background-color: black !important;
    }
    }

    #top #wrap_all .av-social-link-SnapChat:hover a{
    color:#fff;
    background-color:#9fae37;
    }

    #header_meta { background-color: #fdb5d3; box-shadow: none; }
    #header_main { border-top: none !important;
    border-bottom: none !important;}

    @media only screen and (max-width: 990px) {
    #top #menu-item-search {
    display: none !important; }}

    @media only screen and (max-width: 768px) {
    #header_meta { display: none !important; }}

    /*——————————–*/

    /* Header widget */

    /*——————————–*/

    /* Widget text and background */
    #top #header #header_main .widget {
    line-height: 14px;
    color:#ffffff;

    }

    /* Widget title */
    #top #header #header_main .widget h3.widgettitle {
    color: #fffff;
    }

    /* Widget link */
    #top #header.header_color #header_main .widget a {
    color: #ffffff;
    clear: none;
    position: absolute;
    z-index: 100;
    line-height: 30px;
    height: 100%;
    margin-top: 19px;
    right: 21px;
    }

    @media only screen and (max-width: 990px) {
    #top #header.header_color #header_main .widget a {
    display: none;
    margin-top: 0px !important;}}

    #socket .sub_menu_socket {
    float: none !important;
    }
    #socket .sub_menu_socket ul {
    text-align: center;
    margin-bottom: 6px;
    }
    #socket .sub_menu_socket li {
    float: none !important;
    display: inline;
    }

    @media only screen and (max-width: 990px) {
    footer a {
    font-size: 18px;
    }

    #socket .container {
    display: flex;
    flex-direction: column-reverse;
    }

    #socket .copyright {
    text-align: center;
    }

    #socket .social_bookmarks {
    margin: -10px 0 0 100px;
    }
    #socket .av-social-link-facebook a {
    color: #fff !important;
    background-color: #37589b !important;
    }
    #socket .av-social-link-twitter a {
    color: #fff !important;
    background-color: #46d4fe !important;
    }
    #socket .av-social-link-youtube a {
    color: #fff !important;
    background-color: #a72b1d !important;
    }
    #socket .av-social-link-gplus a {
    color: #fff !important;
    background-color: #de5a49 !important;
    }
    #socket .av-social-link-instagram a {
    color: #fff !important;
    background-color: #a67658 !important;
    }
    #socket .av-social-link-mail a {
    color: #fff !important;
    background-color: #e6cede !important;
    }
    #socket .av-social-link-SnapChat_Icon a {
    color: #fff !important;
    background-color: #fffc00 !important;
    }

    in reply to: Main Menu Link Colour #1057963

    Same, in fact, this has only just happened, the advanced styling was working, I even tried a few !important and added it to the custom css but no change.

    • This reply was modified 5 years, 9 months ago by BSHosts.
    in reply to: Adding Snapchat icon to social bar #1055203

    Found this article, which was super helpful and I’ve sorted it, so for anyone else that struggles read this:

    in reply to: Adding Snapchat icon to social bar #1054690

    Thank Victoria, I’ve done the following but this hasn’t changed anything (where 0xf2ab is the icon code):

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘SnapChat_Icon’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘0xf2ab’);
    return $icons;

    • This reply was modified 5 years, 10 months ago by BSHosts.
    in reply to: Adding Snapchat icon to social bar #1054358

    Yes I believe I did. Under import – but I note it shows a pencil.
    It shows under import/export – under icon font manager – Font: fontello (which is what I imported)

    • This reply was modified 5 years, 10 months ago by BSHosts.
    in reply to: Adding Snapchat icon to social bar #1054345

    Sure thing.

    in reply to: Portfolio behaviour #1024047

    Go ahead and close thank you :-)

    in reply to: Portfolio behaviour #1024004

    Great – yep I’ve coded something using portfolio.

    in reply to: Google maps API not working … #1017975

    Same issue, I’ve run the above code, no joy.

    Yep, figured it out, I’ve seen a few other posts out there about this, so here’s the resolve its triggered by ModSecurity :-)

    in reply to: Remove Menu Bullets created in widget area #252827

    Excellent thanks.

    in reply to: Remove Menu Bullets created in widget area #252817
    This reply has been marked as private.
    in reply to: Remove Menu Bullets created in widget area #252811
    This reply has been marked as private.
    in reply to: Remove Menu Bullets created in widget area #252804

    I guess in an ideal world the menu would work the same when using the “content elements” – “widget area” to add it as it does when it is in the sidebar.

    in reply to: Removing the Bullet points from widget menu. #252795

    That didn’t make any difference, but this did:

    ul.disc, .entry-content-wrapper ul {
        list-style: none outside none;
    }

    (However this removes all bullets on the whole page – which wasn’t the plan)

    • This reply was modified 10 years, 7 months ago by BSHosts.

    “Mega Thanks”.

    This reply has been marked as private.
Viewing 19 posts - 1 through 19 (of 19 total)