Okay
  Public Ticket #2549267
Did not get documentation
Closed

Comments

  • Tahmid Bin Taslim started the conversation

    There are many errors after importing demo data. I got the header color as BLUE but it was supposed to be pink (#f12f51). No documents found in the file so that I can understand and customize the file.

  • Tahmid Bin Taslim replied

    And I am trying to put custom HTML in the hero part. but it looks so weird. I cant put images or text in hero part

  •  93
    djwd replied

    Hi there,

    sorry about your issues. You can look at the docs here: https://stoked.djwd.me/docs/help/stoked/

    About the HTML could be several reasons. Perhaps you're are using not allowed tags or the are some errors in the code. Can you please provide a link? Thanks

    Regards
    djwd

  • Tahmid Bin Taslim replied

    Hi, I read the documentation, I fix the header(nav bar) color problem. Also I want to put some intro in the hero but it seems like images and texts are not fully customizable. I want to remove the social icon area and make it static stick to the header. 

    Website Link: www.tayatips.com 

  •  93
    djwd replied

    Thanks, it asks for authentication though.

    I'm not sure how you trying to customize the hero? There's no such option built-in the theme...are you editing template files with custom code?

    Regards
    djwd

  • Tahmid Bin Taslim replied

    Yes, I am editing demo content using the customize option from the wordpress. I need to put some text and images in the hero part

  • Tahmid Bin Taslim replied

    I need to remove the social animation in the nav bar. I want static social icon to be in that place

  •  93
    djwd replied

    Hi there, thanks for the details.

    I can help with small stuff but please consider that personal customization are not part of regular support.

    As an advice I can say if you don't want to show theme's social icons you can disable them through theme options and code them manually or better use a plugin that allows shortcodes perhaps, then you can place the shortcode in theme's header.

    Depending on your coding ability you can also use some custom CSS to use the theme's social feature but keep them visible at all times.

    Regards
    djwd

  • Tahmid Bin Taslim replied

    The theme looks really odd, after putting some images and text. and customization 


    Please visit the website: www.tayatips.com

    No authentication required

  •  93
    djwd replied

    Hi there,

    it does require authentication though:

    7868385631.png


    Regards
    djwd

  • Tahmid Bin Taslim replied

    Username: teya1

    Password: teyapass2

  • Tahmid Bin Taslim replied

    Please check the website and suggest me what I need to change

  •  93
    djwd replied

    Hi there,
    thanks for the information.

    That's what I see, what do you think it's odd about it? Seems quite alright to me no?

    4958324490.png


    Regards
    djwd

  •  93
    djwd replied

    About the social icons in header, this Custom CSS should achieve what I think you want:

    ul.stkd-header-socials {
        opacity: 1!important;
        max-width: initial!important;
    }
    span.stkd-follow-trigger {
        display: none;
    }

    hope it helps

    Regards
    djwd

  • Tahmid Bin Taslim replied

    Hi There,

    Thanks for your code. It works in desktop view but not in mobile


  • Tahmid Bin Taslim replied

    also I need to padding for the images but its not happening 

  •  93
    djwd replied

    Hi there,
    glad it helped although it's true, I haven't tested it on mobile, you'd need some media queries for that.

    As said I can help putting customers on the right tracks but I can't customize the site for them as it's not the scope of regular support.

    The padding for example I'm not sure what you've tried, if you want to fix it through CSS something like that should work:

    .galleryid-326 .gallery-item {
        padding-right: 10px;
    }
    

    Thank you for your understanding.
    Hope it helps

    Regards
    djwd