Forum Replies Created

Viewing 40 posts - 41 through 80 (of 82 total)
  • Author
  • in reply to: When update Visual Composer ? #136780
     tonari
    Participant

    Sorry for the double post, but i can’t edit the first one.

    Ok i have my answer, i saw that when update Visual Composer from wordpress admin panel, the url of the update is one from your server, so i think i can say, that everytime i see update, i can go for it, there will be no compatibility issue with Kleo 🙂
    Is it the same for the other plugins ? I mean, the plugins that are in the Kleo bundle?

    in reply to: Update 4.1 Bug with Menu Font #132359
     tonari
    Participant

    Thanks! With the new 4.1.1 update, everything is back to normal 🙂
    regards,
    Tonair.

    in reply to: Update 4.1 Bug with Menu Font #132347
     tonari
    Participant

    Hi, thanks for your answer Abe.
    Actually the font is the same, i’m sorry, but the size, the weihgt and the letter-spacing are not the same as before.
    Regarding the menu items, it’s ok, the menu was not disappearing, that was some menu item, because the menu was too long with this new font settings. And the new option “Compact overflowing menu items” was on.
    I will wait for the update to see if that fix the font issue, and thanks for the selector to edit the header type 🙂

    in reply to: Update 4.1 Bug with Menu Font #132301
     tonari
    Participant

    EDIT:

    I found out about the item in the menu that desappeared, that’s because of the new function “Compact overflowing menu items”.
    And for the font issue, i think that comme from the “app.min.css” file, there are some changes about the font size and this kind of stuff.
    I’m working on it, but i still don’t have the same look as before.

    Another question, is it possible to have a “normal header” on some pages and a “LP Header” on another page ?

    in reply to: Update 4.1 Bug with Menu Font #132285
     tonari
    Participant

    Sorry i can’t edit the previous message.
    Also there’s one element of the menu that desappear, the menu is not complet.

    in reply to: Problem with tabs #112413
     tonari
    Participant

    I found the bug!
    I think it’s with the update of visual composer, or the last kleo updates.
    I think the default icon library has changed or something like that, you can see on my pictures, and that caused the bug.
    To resolve the problem, i had to set again all the icons.
    Even if they displayed well on the screen, when i opened the tab settings to choose an icon, none were selected.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Better Responsive Logo without svg? #100964
     tonari
    Participant

    Sorry, that’s fine!
    I just have to use both classes one like this for my big menu #logo_img and one like this for the small one .is-sticky #logo_img

    Thanks 🙂
    Regards.

    in reply to: Better Responsive Logo without svg? #100963
     tonari
    Participant

    Hello Laura, thanks for your answer 🙂
    I tried but that’s not working.
    With the code from my first post i can change my logo for a smaller resolution, and for the normal menu, that’s ok, but i want to have another logo (or just hide what i change with the css i added) for the small sized menu.

    in reply to: Issue in group page #100607
     tonari
    Participant

    Thanks! same for you 🙂
    Regards

    in reply to: Issue in group page #100597
     tonari
    Participant

    Thanks a lot Radu! 🙂

    in reply to: Issue in group page #100591
     tonari
    Participant

    Hello Andrei, thanks for your answer.
    Indeed some content/css was missing.
    I did not thought of adding the missing css in my style.css … sorry

    But i still have one problem.
    I have to edit this .wpb_content_element on this page, but i don’t want to change this on my other pages, so i tried to add an id to this part after my page is loaded by the php. That works, but that break my text format…
    I can’t use the page id, because it’s a group and i don’t have a page number.

    Do you know how i can do that? Edit this class only on for this page?

    Thanks.

    in reply to: Issue in group page #100032
     tonari
    Participant
    This reply has been set as private.
    in reply to: Issue in group page #100029
     tonari
    Participant

    Hello Radu,
    sorry my website is still in dev and hide from the web.
    Here is a picture of the page i’m talking about.
    This is a group.

    Attachments:
    You must be logged in to view attached files.
    in reply to: tab problem #87124
     tonari
    Participant

    Resolved!
    The problem is : if you have a tab with icon+title, you must have icon+title on every tab, otherwise this will cause this bug.

    in reply to: tab problem #87112
     tonari
    Participant

    My investigation continue^^
    I noticed that i have an old page with a tab that still works properly and i found a difference in the css.

    Working tab: <li class=”dropdown pull-right tabdrop hide“>
    Not working tab: <li class=”dropdown pull-right tabdrop”>

    I tried to change that in my CSS, but i can’t find where or how.

    in reply to: tab problem #87069
     tonari
    Participant

    Sorry for the double post, but we can’t edit.
    I noticed that the problem happen when i add icon to the title of the tab.
    Even with a short text, i have the drop down menu for the others tabs.
    Without icon it’s fine, no problem.

    in reply to: Change Tab Title Font size ? #80076
     tonari
    Participant

    Hello Sarah,
    you need to edit the code above if you use a tab and not a pills.

    for example:

    COPY CODE
    ul.nav.nav-tabs.responsive-tabs.tabs-style-line li a{
         font-size:2em;
    }
    
    ul.nav.nav-tabs.responsive-tabs.tabs-style-square.tabs-centered li a{
         font-size:1.4em;
    }

    You may still have to edit something, depending of the style of tab you are using.

    Regards,

    in reply to: How can i move search results onto a specific page? #73419
     tonari
    Participant

    Hi Andrei,
    yeah i think this is too much custom for me, so i’m trying to customise the search.php directly, i mean in the child theme. But that’s still a bit hard for me.

    Thanks.

    in reply to: Change Tab line height ? #73128
     tonari
    Participant

    Thanks, perfect. 🙂

    in reply to: Change Tab line height ? #73126
     tonari
    Participant

    Ok thanks sorry, i’m doing all wrong today, i ‘ll just stop working for today 🙂
    One last litte thing, i want to finish that before going out for a beer.

    I see that this is the “height” that i need to change.

    COPY CODE
    ul li a {
        <del datetime="2015-08-15T14:19:13+00:00">line-height: 80px;</del>
       <del datetime="2015-08-15T14:19:13+00:00"> padding: 0px 20px;</del>
        <strong>height: 80px;</strong>
        <del datetime="2015-08-15T14:19:13+00:00">color: #777;</del>
        <del datetime="2015-08-15T14:19:13+00:00">transition: all 0.1s ease-out 0s;</del>
    }

    But how can i change it to only affect this page ?

    in reply to: Change Tab line height ? #73121
     tonari
    Participant
    This reply has been set as private.
    in reply to: Change Tab line height ? #73117
     tonari
    Participant
    This reply has been set as private.
    in reply to: Change Tab line height ? #73112
     tonari
    Participant

    Ok that’s weird.
    Me i still have the bootstraps style.

    You can see on the two pics.
    A and B are with your code set to 1px.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change Tab line height ? #73109
     tonari
    Participant

    Hi Sharmstr,
    thanks for your answer. 🙂
    Actually even with this line, i still have the same space.
    The line-height of 1.428571429 is loaded by bootstraps.min and over my style.css .
    How can i override it?

    in reply to: How can i move search results onto a specific page? #72988
     tonari
    Participant

    Hi Radu, thanks for your answer. 🙂
    Actually, i’m trying to move the result page, not the one with the searchform.
    I want my results to be shown on a regular page not on the search.php file.

    Regards.

    Nic

    in reply to: Edit join group button ? #64473
     tonari
    Participant

    I always clear my cache 🙂
    It’s working on my page with the masonry group, but on the single group page, where i have the group cover, group profil, the color don’t change. It’s only working if i change the CSS.

    in reply to: Edit join group button ? #64467
     tonari
    Participant

    Thanks alot for the super fast answer 🙂
    Actually i tried to change the color in the theme options, that was ok everywhere on the website but the group page…

    Thanks 😉

    in reply to: Change color underneath background image ? #64315
     tonari
    Participant

    Hi, thanks for your answer and for this clue !
    Because my background was set to “picture” i wrongly supposed that the color settings will not be applied…
    Thanks 🙂

    in reply to: Two diff display for group and profil ? #63222
     tonari
    Participant

    Thanks alot for the code and the explanations, that really helps me. 🙂

    in reply to: Issue with "link to the larger image" #62988
     tonari
    Participant

    Hi, thanks for your answer 🙂
    I already have changed the image size, but i did not thought to regenerate my images.
    Thanks a lot.

    in reply to: Kleo 3.0 pin popover title bug #62065
     tonari
    Participant

    Perfect that’s working ! (on firefox, opera and chrome)

    in reply to: Kleo 3.0 pin popover title bug #62061
     tonari
    Participant

    Hi sharmstr,
    thansk for your answer.
    For me the problem is on a non scrolling page, with no scroll barre on the side.
    With “hide the title” activated and also “hide information”.

    in reply to: Kleo 3.0 pin popover title bug #62060
     tonari
    Participant

    Hi Laura,
    thanks for your answer and sorry for posting in the wrong place.
    I can’t provide a website link because the project is still a bit confidential, i’m sorry.
    But if you need other pics or something else to help you to fixe this bug, i will do my best.

    Aslo, i tried on chrome, firefox and opera and the problem is the same.

    in reply to: Two diff display for group and profil ? #61864
     tonari
    Participant

    Hi,
    Actually i still have one problem.
    Your code is working, but too well… because it also hide the “join group” “leave group” button.
    I managed to keep it, but the display is not good, because everything else is hidden and the button is not at a good place.

    I tried to add a padding to this button, it works but it also add the padding to the masonry group and it’s horrible.
    Can i add it only for this page? (group page)
    In the group page i can’t add a specific css code, like in a post page, to affect only this page. How can i do that?

    Or is it possible to display the “join/leave group” button, in the “div#intem-nav”?
    Like on the picture?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Two diff display for group and profil ? #61526
     tonari
    Participant

    Thanks a lot you’re the best Radu! 🙂

    ps: I have a little bonus question, but i think it’s not something controled by Kleo.

    I use the option on a pic to link to a bigger size version, and when you click, you see the big size pic.
    When you add the option you have something like this: img_link_large=”yes”
    I would like to link to the full size pic and not just “large”.
    Can i do that?
    It’s something dealed by rtmedia?

    in reply to: Two diff display for group and profil ? #61179
     tonari
    Participant

    Yes, sorry.
    Here are 3 pics to show you.
    The first one “cover+avatar.jpg” to show you what i mean by, cover and avatar.
    The second for the group page.
    And the third for the profil page.

    On the group page, i only want to show the “cover”.
    And on the user profil page, i only want to show the “avatar”. (no cover)
    My problem is that both (in the group page and in the profil page) are usind the same class name, (i think) so if i edit one , it will also change on the other one.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change Tab Title Font size ? #61160
     tonari
    Participant

    Thanks that’s working, perfect 🙂

    in reply to: Change Tab Title Font size ? #61038
     tonari
    Participant

    Sorry, maybe my english is too bad (lol), but i don’t want to translate my tab, or text, i want to change the font size in my tab.
    For instance on this page: http://seventhqueen.com/themes/kleo/tabs-pills/
    i want to change the font size of “Branding” “Interface design” “development”…

    I would like to do that for the “TRUE RESPONSIVE TABS – LINE STYLE”.

    in reply to: Change Tab Title Font size ? #61032
     tonari
    Participant

    Hi,
    sorry can’t give you the url (sorry)
    I added a pics to show you.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Two diff display for group and profil ? #60908
     tonari
    Participant
    This reply has been set as private.
Viewing 40 posts - 41 through 80 (of 82 total)

Log in with your credentials

Forgot your details?