Forum Replies Created

Viewing 18 posts - 41 through 58 (of 58 total)
  • Author
  • in reply to: Profile Fields Display #120985
     Robert
    Keymaster
    Not marked as solution
    in reply to: White background in Kleo Post #120879
     Robert
    Keymaster
    Not marked as solution
    in reply to: White background in Kleo Post #120872
     Robert
    Keymaster
    Not marked as solution
    in reply to: Sub Menu Font Size #120781
     Robert
    Keymaster
    Not marked as solution
    in reply to: White background in Kleo Post #120762
     Robert
    Keymaster
    Not marked as solution
    in reply to: Integration for WC Product Vendors and KLEO #111944
     Robert
    Keymaster

    Thank you all, we have good news, we’re already involved in a project that has multivendor functionalities. We hope to be a big release when time is come.

    Best regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

     Robert
    Keymaster

    Hi, it’s a little strange here because there were no problems on firefox even on their latest version but anyway, I checked again and seems to working right. I attached a short video here

    Regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

    in reply to: Site problems with Internet Explorer #106316
     Robert
    Keymaster

    Hi, after the 4.0 update all ie related issues should be ok. Also I tested your pages on bcnwomensnetwork.com and seems to work ok in edge, ie11 and ie10. I saw that you had already update to the latest version so please let me know if it’s ok now.

    Regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

     Robert
    Keymaster

    Hi, I checked again and seems to work. Did you tried to clear the cache? I’ve also attached some print screens to see the scrollbar in action.

    First
    Second
    Third

    ps: what version of IE are you using?

    Regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

     Robert
    Keymaster

    Hi, after some investigation I found some custom css in your page that you didn’t need them like html 100% height. So I rewrite those style declaration in your theme options.

    Best regards,
    Robert.

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

    Robert - Front-end developer and UI graphics enthusiast.

     Robert
    Keymaster
    This reply has been set as private.
    in reply to: Text header + product page #102291
     Robert
    Keymaster

    Hi Remus,
    First let me thank you for buying one of our theme.
    Second, I’d kindly ask to write your questions in english since not all our members team support speak the Romanian language.

    ps: to settle as quickly as possible please be more specific in your questions and also is important to make difference between real problems, bug issue and custom work requests.

    Best regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

    in reply to: KLEO – Features Requests #102261
     Robert
    Keymaster

    Hi @rikbutterflyskull,

    Thank you for your feedback, I personally appreciate your hints since we’re already involved in developing a new framework for next coming themes and this kind of tips are always welcome not just for kleo theme but also for this framework. Also we take into consideration for adding some changes to kleo theme itself.

    Best regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

    in reply to: Feature items grid now stacking in Safari #96350
     Robert
    Keymaster

    Hi, we fixed this and will be available in our next update. Until then we have an workaround for this.

    Edit in your child theme app.css as follows:

    1. Around line 7026 please remove this line since we don’t need it anymore:

    COPY CODE
    
    .box-style, .box-style .one-by-one-animated {
    	width: 100%;
    }
    

    2. Around line 7099 you have this line:

    COPY CODE
    
    .box-style .col-xs-12 {
    	display: flex;
    }
    

    … You need to change it like this:

    COPY CODE
    
    .box-style .col-xs-12 {
    	display: flex;
    	margin-left: -1px;
    }
    

    If this isn’t working for you please let me know.

    Best regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

    in reply to: css bug #85596
     Robert
    Keymaster

    Hi,

    We fixed this and will be available in our next version. In the meantime you can add the following lines in theme options “Quick css” box:

    COPY CODE
    
    @media (min-width: 320px) and (max-width: 400px) {
    	.feature-item.default-icons-size.center-icons .feature-icon,
    	.feature-item.big-icons-size.center-icons .feature-icon {
    		left: auto;
    		margin: 0 auto 30px;
    	}
    }
    

    Regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

    in reply to: Accordion formatting issues #58907
     Robert
    Keymaster

    Hi @GaNcorp,
    I just fixed this issue for you, it will be available in next update but until then you can put these lines in admin/theme options/quick css box:

    COPY CODE
    
    .panel-kleo.icons-to-left .accordion-toggle {
    	position: relative;
    	display: inline-block;
    	width: 100%;
    	padding-left:30px;
    }
    
    
    .panel-kleo.icons-to-left span.icon-closed,
    .panel-kleo.icons-to-left span.icon-opened {
    	position: absolute;
    	top: 1px;
    	left: 0;
    }
    

    Let me know if this works for you.

    Regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

    in reply to: Woocommerce product page css #58342
     Robert
    Keymaster

    Hi @sima3110, we’ve fixed these alignment inconsistency and it looks like this: http://seventhqueen.com/public-files/robert/Woo_Single_2__Sweet_Date_2015-05-11_14-40-13.png

    It will be available in our next update.

    Thank you for your waiting time.

    Best regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

     Robert
    Keymaster

    Hi @GenevieveLeJeune, I’ve just fixed this and will be available with next update. Until then you can put these lines in theme options (quick css box):

    COPY CODE
    
    #buddypress #friend-list .friend-inner-list,
    #buddypress #member-list .member-inner-list,
    #buddypress #members-list .member-inner-list {
    	display: inline-block;
    	width: 100%;
    }
    @media only screen and (max-width: 320px) {
    	#buddypress ul.item-list li div.action {
    		float: none;
    		margin-left: auto;
    	}
    }
    

    Best regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

Viewing 18 posts - 41 through 58 (of 58 total)

Log in with your credentials

Forgot your details?