This topic has 28 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #130727
     Starttells
    Participant

    Hello, am running the kleo theme on my site, http://www.starttells.com

    Though i like the design, the whole theme seems to be heavy.

    Please I would like this changes to be effected on my site.

    First of all i want the style in which featured images on my frontpage, zooms to normal, to be eliminated. I would prefer it to be rendered the normal way.

    Secondly, I want the navigation bar when rendered on mobile, to be sticky and not the standard type.

    Also, i wanna know the js filepath of  ”related stories” under each posts, and kleo carousel.

    I also wanna know the css filepath responsible for the layout of mobile pages, so that I’ll exclude it when inlining.

    Please do reply ASAP, Thanks

     

    #130814
     Laura
    Moderator

    Hello, at theme options you will be able to disable the animations 🙂
    About the navigation bar, at theme options > header you can make it sticky.
    Kleo Carousel – vc_carousel.php found at kleo\vc_templates
    Related Stories – posts-related.php found at kleo\page-parts

    Mobile CSS can be found at app.min.css at kleo\assets\css

    Hope it helps 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #130868
     Starttells
    Participant

    Sorry. Am not seeing all these at theme options.
    Lead me there please. Both the animation and the sticky option.

    #130918
     Starttells
    Participant

    As a follow up,my sticky main menu is ON,please check what I posted, I said I want it to be sticky as well in mobile. Currently, it is only sticky on desktop.
    Also am yet to see where I can stop the animation. Why not give me a step by step guide please.

    #130919
     Starttells
    Participant

    If it involves placing a JavaScript or CSS code pls drop the code here as well, so I do copy and paste.

    #131093
     Laura
    Moderator

    Hello, i see, i can change it for you 🙂 Please share admin credentials so i can build and add css codes for you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #131101
     Starttells
    Participant

    Please won’t The login details be visible to other users?

    #131166
     Laura
    Moderator

    Hello, share them as private reply by checking the private reply checkbox before sending it 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #131457
     Starttells
    Participant
    This reply has been set as private.
    #131585
     Laura
    Moderator

    Hello, mobile menu is not sticky for a better UX, but if you want it to be sticky i can add the code for you.
    About news magazine mark, that is just the row background, at visual composer, change it with a color or another image background 🙂
    For render blocking css and js, check http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html Those are server issues and we can help you with issues with our themes not third party plugins or servers 🙂

    I suggest to install the google adsense plugins, it will help you optimize where your plugins appear

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #131736
     Starttells
    Participant

    OK, pls I noticed that the animated way of post appearance, hasn’t yet been eliminated upon on my request.
    Also I need the CSS line for NEWS Focus layout.

    #131817
     Starttells
    Participant

    Please am requesting that the Animated way if Post appearance be turned OFF! Please.

    #131832
     Starttells
    Participant

    Please for the life for me, eliminate whatever is making posts on frontpage to be rendered using animations. That feature is killing my website.Dunno why it so taking so long for my request to be acted upon.

    #131834
     Starttells
    Participant

    Sorry for the typo errors, pls do act upon my request.

    #131983
     Laura
    Moderator

    Hello, done, added this to your frontpage CSS

    COPY CODE
    
    .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        opacity: 1;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #132466
     Starttells
    Participant

    Please what is the file path responsible for the layout of the dynamic pages? I wanna exclude it from CSS optimization, as the pages now renders in a weird way.

    #132585
     Laura
    Moderator

    Hello,what dynamic pages? Ca you specify?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #132626
     Starttells
    Participant

    Categories

    #132812
     Starttells
    Participant

    E.g http://www.starttells.com/blog/category/lifestyle
    Please always try and reply ASAP.

    #132816
     Starttells
    Participant

    Please, by dynamic front Page, I mean the ppages set at “latest posts display”, just as the link I shared above is. Please also check if the custom CSS you added, is responsible for the weird rendering of the page. Pls also I also need to know how to reduce the HTML, making my front page according to google page speed test, to be involved in 5 network round trips. I need iit to be a maximum of 2 round trips.
    Thanks

    #132817
     Starttells
    Participant

    I also need the font size in thr Kleo Carousel to be reduced. Anticipating your reply.
    Thanks

    #133120
     Laura
    Moderator

    Hello, for what do you want, you need a developer that does this for you as its not so easy.
    For visual composer you will find the templates at kleo/vc_templates
    For categories, they use the archive.php file

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #133273
     Starttells
    Participant

    Please am not talking of PHP, am referring to the stylesheet, just as you told me tearlier that Mobile CSS can be found at app.min.css at kleo\assets\css
    I wanna know the CSS line that is responsible for the styling of pages set at “latest posts display”(e.g the link i shared above) so that I’ll exclude it from autoptimize, as I suspect the plugin is responsible for it’s weird rendering.

    #133443
     Laura
    Moderator

    Hello, but could you tell me exactly what do you want to do? Because there is not only a line, there are many for different stuff. If you tell me what do you want to change i can build the css for you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #133483
     Starttells
    Participant

    OK, thanks. I wanna restore it to its default, Layout.

    #133750
     Laura
    Moderator

    Hello, you could export your theme options and click the reset to default button 🙂
    If you mean you added custom css just go to style.css and back up the codes, delete them from style.css then save the file

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #133767
     Starttells
    Participant

    Pls I don’t think, exporting theme options is the issue. The custom CSS I told ya to add, is that which will stop the animated way posts do show up.
    My enquiry is on whether the added CSS distorted the layout of the link above, Pls have a look on it first.
    Thanks

    #134046
     Starttells
    Participant

    OK, you may not bother about the categories, I ended switching tobthw standard type.
    Pls am encountering a problem currently, my header is not touching the top of my page and especially on mobile. Pls help me fix.
    Screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    #134384
     Laura
    Moderator

    Hello, sorry for late reply, the mobile view works great, so the issue may be your mobile browser

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
Viewing 29 posts - 1 through 29 (of 29 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?