Need Help with some issues

Home Forums WordPress Theme Support BfastMag Pro Need Help with some issues

This topic contains 9 replies, has 2 voices, and was last updated by  Raja CRN 6 years, 2 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #9117

    Krish
    Member

    1. Footer social icons widget don’t have the Instagram option(How to add it)
    2. In mobile view Logo is not in center.
    3. Menu text color is grey, want to change it to white (Guide me)
    4. Share button is at below the heading, How to add it below post.
    5. Which AMP plugin is compatible with this theme.
    6. Sticky header in mobile view (How to make it sticky)

    I hope support team will help.

    #9123

    Raja CRN
    Keymaster

    Hello,

    1. By default, the instagram icon is not added, if you want we’ll add that in our next theme update.
    2. Looks like you have customized the header and removed some code. That’s why the logo is not in center. You can check that our demo site in mobile screen, the logo is center.
    3. change color, use this CSS code,

    .main-navigation li a{
    color:red;
    }
    4. To show that share icons, in the article footer, Edit the content-single.php file in template-parts folder. There you can find the code for<div class="socialShareRow"> the share icons, just copy that code and paste in the </footer> section

    5. Use any AMP Plugin.
    6. Use the following code get fixed nav in Mobile. Add that in Additional CSS in Customizer

    @media (max-width: 767px){
    .navbar-brand {
    border: none;
    position: fixed;
    z-index: 99999999;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #ddd;
    }
    }

    Thanks.

    #9128

    Krish
    Member

    you show 6 header styles in this picture (https://themepacific-rajendranc.netdna-ssl.com/wp-content/uploads/header_styles.jpg
    ) but in actual theme it’s only two style.

    1. please add it fast.

    2. i have just add these codes in additional css to remove top bar and lower some padding

    .navbar-top {
        display: none;
    }
    .inner-header {
        padding: 0px 0px;
    }

    3. i want to change drop down text color from grey to white.(not main navigation)

    6. after applying the code it become sticky on tablet and mobile view but it’s not full width, (check this in tablet & mobile view thewerty.com)

    #9139

    Raja CRN
    Keymaster

    Hello,

    You can achieve other headers by changing the Header Navigation colors in colors section. We are updating the theme and testing it with fixes for above issues. Theme will be updated Tomorrow.

    Thanks.

    #9142

    Krish
    Member

    Thanks

    and you didn’t talk about the 3 & 6 point.

    #9154

    Krish
    Member

    Why you don’t update the Theme?

    #9155

    Raja CRN
    Keymaster

    Hello,

    We are testing the updated theme. It’ll available tonight.

    Thanks

    #9159

    Raja CRN
    Keymaster

    Hello,

    Theme updated version 2.5 ..Please Download it, if you have downloaded it already.

    Thanks

    #9161

    Krish
    Member

    it shows “No downloads available yet.”

    #9162

    Raja CRN
    Keymaster

    Hello,

    Please check again..

Viewing 10 posts - 1 through 10 (of 10 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .