Mixed issued and requests Strong theme

Home Forums All Other Themes Mixed issued and requests Strong theme

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #185776
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Hi!

    I am running the SKT Strong theme and got a couple of issues and requests:

    1) On front page: How can I change the transparency of the title and description boxes that are located on the slide images? I would like to make the boxes less transparent to make it easier for the page visitor to read the text in the box.

    2) Social media icon is broken on all my pages apart from webshop subpage. Instagram icon works/shows properly on all pages, but not the Facebook icon.

    3) While being inside a trainer page, and trying to hover on a dropdown meny list, the meny is being hidden behind the picture of the trainer instead of being on top visible.

    4) Inside a trainer page I would like to change the text “Phone” to “Telefon”.

    5) On front page, I would like to change articles button text from “READ MORE” to “LÄS MER”.

    Thanks in advance!

    Sincerely,
    Aatu

    #185788
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Chris

    #185823
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Sorry, forgot to provide the URL. Here you go:

    www.trainologi.se/

    Sincerely,
    Aatu

    #185896
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Your website is on under construction mode. Therefore we are unable to check the issue.

    Regards,
    Chris

    #185913
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Hi Chris,

    Sure about this? Construction mode is off, and I am able to access the site on any device.

    /Aatu

    #185914
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    This screen is showing.

    https://ibb.co/FqGNbSx

    Regards,
    Chris

    #185922
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Hi,

    Give it a new try now. Should work.

    /Aatu

    #185982
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .slider-main .nivo-caption .title, .slider-main .nivo-caption .slidedesc {
        background-color: rgba(0,0,0, 0.6) !important;
    }
    
    .social-icons .fa-facebook::before {
        content: "\f09a";
    }
    
    .header_wrap.layer_wrapper {
        position: relative;
        z-index: 99;
    }

    Regards,
    Chris

    #186058
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Hi!

    The transparent boxes are now so much better, thank you!

    Facebook icon still seems to be broken and the dropdown menu is still being hidden behind certain elements of the website.

    Cheers.
    /Aatu

    #186094
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly go to theme-editor >> Style.css >> scroll down to very bottom > and paste there CSS.

    .social-icons .fa-facebook::before {
        content: "\f09a" !important;
    }

    Q. the dropdown menu is still being hidden behind certain elements of the website??

    Ans: Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    #186118
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Hi,

    Facebook button now works as well. Thanks!

    Regarding the dropdown menu. See:
    https://ibb.co/QN0Lcbg

    As you can see the menu is being hidden behind the team member picture. Only happens in the team member pages, not on any other subpages.

    /Aatu

    #186124
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Remove

    .header_wrap.layer_wrapper {
        position: relative;
        z-index: 99;
    }

    Add this new CSS instead of that ☝️

    .header_wrap.layer_wrapper {
        position: relative;
        z-index: 9999999;
    }

    Regards,
    Chris

    #186142
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Hi,

    Also works like a charm now, thanks a million Chris!

    Last thing:
    Anywhere in theme editor (or somewhere else) where I can change the text “Phone” for a team member? Same on front page, where I would like to change button text “read more” underneath the news and articles section.

    Cheers.
    /Aatu

    #186155
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Where I can change the text “Phone” for a team member?

    Ans: theme folder >> single-team.php Line Number 67

    Where I would like to change button text “read more” underneath the news and articles section?

    Ans: theme folder >> sktframe >> core-functions.php Line Number 1193

    Regards,
    Chris

    #186304
    Benny Sode FunchBenny Sode Funch
    Participant
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: September 6, 2021

    Hi,

    Thank you for all the help. Everything works now.

    Do you happen to know where I can change the text appearing when hovering cursor on the shopping cart icon on the header? Currently says “dView your shopping cart” and I would like to change this text.

    /Aatu

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.