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

  • Author
  • #67245
     Sebastien789
    Participant

    Hi,

    I want to have a background image on all my pages, as https://www.duolingo.com/ for exemple.

    But, on the theme setting, when i put my image, it’s repeat on each “block” of my visual composer, on my pages.

    For exmple : http://image.noelshack.com/fichiers/2015/28/1436296061-capture-d-ecran-2015-07-07-a-21-07-09.png

    How can i have only one big background image ?
    All my “block” on my page have a background as “default”.

    Do you have any info ?

    Thanks,
    Sébastien

    #67386
     Laura
    Moderator

    Hello, could you share a link and admin credentials? 🙂

    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 🙂

    #67579
     Sebastien789
    Participant

    Hi,

    It seems to work now, i don’t really know why..

    One other question : Is there a way to change the font of the theme ? With one which is not listed on the possible choice ?

    Thanks,
    Sébastien

    #67961
     Laura
    Moderator

    Hello, sorry for the delay, your font is from google fonts? Could you let me know which one? 🙂

    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 🙂

    #67998
     Sebastien789
    Participant
    This reply has been set as private.
    #68124
     Laura
    Moderator

    Hello, then the best would be to use this plugin https://wordpress.org/plugins/typekit-fonts-for-wordpress/

    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 🙂

    #68130
     Sebastien789
    Participant

    Hi,

    Thanks for your reply, but it’s not a font from typekit, it was just an exemple to show you the font.
    Any other idea ?

    Thanks,
    Sébastien

    #68294
     Laura
    Moderator

    Hello, right now we dont have a settings for that but we plan to.
    So the only way is by css or the instructions from the font

    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 🙂

    #68426
     Sebastien789
    Participant

    OK thanks for your reply.
    I have one other question : On mobile, I would like to show the widget on the side menu only. Is there a way to disable the “normal” widget on mobile ? (Because it’s showed twice for now, on the menu and at the bottom of my pages)

    Thanks for your reply !
    Sébastien

    #68535
     Laura
    Moderator

    Hello, i can disable the widget on mobile by using css, could you share a link?

    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 🙂

    #68547
     Sebastien789
    Participant
    This reply has been set as private.
    #68549
     Sebastien789
    Participant
    This reply has been set as private.
    #68566
     Sebastien789
    Participant
    This reply has been set as private.
    #68699
     Laura
    Moderator

    Hello, working on it now, will let you know in a few minutes 🙂

    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 🙂

    #68839
     Sebastien789
    Participant

    Hi,

    Do you have any news ?

    Sébastien

    #68878
     Laura
    Moderator

    Hello, sorry took a bit more than what i thought. Please give me a bit of time and i will let you know.
    Thanks! 🙂

    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 🙂

    #68889
     Laura
    Moderator

    Hello, so this should hide the widgets on the mobile view, please add it to quick css or style.css

    COPY CODE
    
    @media (max-width: 991px) {
    div#footer {
      display: none;
    }
    }
    

    About the mycred, could you please share ftp credentials? 🙂

    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 🙂

    #68911
     Sebastien789
    Participant
    This reply has been set as private.
    #69012
     Laura
    Moderator

    Hello, admin credentials for the dashboard doesnt work now, could you check it out please? 🙂

    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 🙂

    #69054
     Sebastien789
    Participant

    Hi,

    You can try it again now, it should works.

    Thanks,
    Sébastien

    #69214
     Laura
    Moderator

    Hello, fixed the mobile css, also added the credits to your menu, was just adding the shortcode, no need to add that script. I added the folder page-parts to your child theme, then pasted the main theme file “general-header-section.php”
    Edited and added this

    COPY CODE
    
    					<div class="balancemenu"><?php echo do_shortcode( '[mycred_my_balance]' ); ?></div>
    

    Just after the div class “container”

    Finally, added this css to move it so it looks good

    COPY CODE
    
    .balancemenu {
      margin-left: 80%;
      position: absolute;
      margin-top: 2.2%;
    }
    div#header {
      height: 90px;
    }
    
    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 🙂

    #69234
     Sebastien789
    Participant

    Hi,

    Thanks very much for your help ! The menu works fine but the widget still appear on mobile, do you know why ?

    Thanks,
    Sébastien

    #69243
     Sebastien789
    Participant
    This reply has been set as private.
    #69365
     Laura
    Moderator

    Hello, the widgets do not show for me, what phone are you using? Have you tried cleaning the browser cache of your phone?

    This is the code to hide the points in mobile ( add to style.css or quick css )

    COPY CODE
    
    @media (max-width: 991px) {
    .balancemenu {
      display: none;
    }
    }
    
    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.
    #69419
     Sebastien789
    Participant

    Hi,

    Thanks for the code, it’s works fine now.

    About the widget, in any case, there is no widget on the home screen so it’s normal that you don’t see it on the screenshot here. But if you click on the green button, i’ll go to an other page, and see it.
    I have tried on several smartphone and clean my cache.

    Thanks for your help,
    Sébastien

    #69421
     Sebastien789
    Participant

    Oh I just understand, we misunderstand about the widget, i’m not talking about the widget of the footer (i want to keep those one), i’m talking about the side widget. Because I have put them on the side menu on mobile, so it’s showed twice (menu + bottom on mobile). (As you can see on my previous screenshot).

    Could you replace the side widgets, instead of the footers one ?

    Thanks again !
    Sébastien

    #69422
     Sebastien789
    Participant

    Sorry I can’t edit my post..
    In fact, you can keep the footer widget hide, i’ll put this menu showed on the footer widget, on my side menu too (as the other).

    So could you just ad the side widget on the hidden field ?

    Thanks,
    Sébastien

    #69563
     Laura
    Moderator

    Hello, i’m sorry but i dont understand the last post, what do you need now? 🙂

    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 🙂

    #69568
     Sebastien789
    Participant

    Hi,

    I want to hide my side widget + footer widget on mobile.
    For now, it’s only the footer widget which is hide. Can you do it for the side too ?

    Thanks,
    Sébastien

    #69872
     Laura
    Moderator

    Hello, this should hide them

    COPY CODE
    
    @media (max-width: 991px) {
    .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none;
    }
    }
    

    Let me know if you need anything else! 🙂

    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 🙂

    #69958
     Sebastien789
    Participant
    This reply has been set as private.
    #70132
     Laura
    Moderator

    Hello, you know what? i never tried such a thing… but i tried for you, adding the shortcode to a menu item. And you know what? It works! I have learned something new 🙂

    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 🙂

    #70151
     Sebastien789
    Participant

    Hi Laura ! 🙂

    You really are the best ! Thanks for all this support and for your assistance for a thing which is not directly related to your theme !

    (I still haven’t rate the theme on Themeforest, I’ll do it right now :P)

    Thanks again, you’re awesome !
    Sébastien

    #70292
     Sebastien789
    Participant
    This reply has been set as private.
    #70484
     Laura
    Moderator

    Hello, will create a code to center them 🙂
    Will let you know soon

    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 🙂

    #70485
     Laura
    Moderator

    Hello, please add this:

    COPY CODE
    
    @media (max-width: 991px) {
    .col-sm-3.col-xs-5.wpb_column.column_container {
        margin-left: 30%;
    }
    .col-sm-4.col-xs-5.wpb_column.column_container {
        margin-left: 30%;
    }
    }
    
    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 🙂

    #70518
     Sebastien789
    Participant

    Hi Laura, it’s work perfectly ! Thanks again for all your support, you’re the best ! 😉

    Have a good day !
    Sébastien

    #70824
     Laura
    Moderator

    Thanks you! 🙂 glad i could help. Have a great day 🙂
    Let me know if you need anything else, will be here

    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 🙂

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?