Forum Replies Created

Viewing 40 posts - 17,441 through 17,480 (of 20,101 total)
  • Author
  •  Radu
    Moderator

    Hi,

    That shortcode is powered by masonry on grid view, but you can use this module from VC Post Grid

    COPY CODE
    
    [vc_basic_grid post_type="post" max_items="10" grid_id="vc_gid:1448378592569-2dd502d2-aed8-2"]
    

    It will displays normal grid not masonry.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to customize bbpress? #88796
     Radu
    Moderator

    Hi,
    I can help you with this but the search form not appears in the page that you have provided.

    Let me know when you add the search form there, and i will provide you a css for that.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to customize bbpress? #88795
     Radu
    Moderator

    Hi,
    I can help you with this but the search form not appears in the page that you have provided.

    Let me know when you add the search form there, and i will provide you a css for that.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: install #88793
     Radu
    Moderator

    Hi,

    Do you have looked at the documentation ?

    https://archived.seventhqueen.com/documentation/kleo#installing-the-theme

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Template and bug question #88789
     Radu
    Moderator

    Hi,

    For replacing the category template you can duplicate the archive.php file into category-SLUG.php or category-ID.php and this will be replace the replace certain category.

    For replacing just for some posts of some category will implies more tweaks to the templating system, you can view few details over here : https://wordpress.org/support/topic/how-to-change-single-post-template-based-on-category

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Video Central Plugin Help #88786
     Radu
    Moderator

    Hi,

    The plugin breaks/overwrite the kleo styles, and this cannot be adapted without amount of dedicated time to made a plugin integration.

    I can help you to made the video full width in that page, for the rest of customization/integration i recommend you to hire a developer to achieve this.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: My Account page Login and Register #88784
     Radu
    Moderator

    Hi,

    Please see this little video : https://drive.google.com/file/d/0Bxo5b6iHWRMwYzl1UlJnVExYcDg/view

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change the my-profile-wrapper – submenu ? #88782
     Radu
    Moderator

    Hi,

    Tell me what items do you want to hide, i need to know to provide you a correct css.

    Provide page url and some credentials to can see a profile.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: CSS Problem #88781
     Radu
    Moderator

    Hi,

    I see that you have do some custom development, this is not a kleo issue, this issue is caused by your wrong modifications.

    I suggest you to not use in future margin/paddings etc in percents % because depends the browser width height.

    COPY CODE
    
    @media screen and (min-width: 800px) {
    .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
        cursor: pointer;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        top: 90px;
        position: absolute;
        height: 43px !important;
        right: 0;
    }
    

    Try to replace .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] proprietes with the above, now you will see the input is to small that’s because col-sm-3 in other words is not enough space for that input and button, i suggest you to use 3 columns or 2 on footer instead of four.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Break theme options settings #88778
     Radu
    Moderator

    Hi,

    Can you check the credentials ?

    IT says : ” ERROR: La contraseña que has introducido para el nombre de usuario tester2 es incorrecta. ¿Has perdido la contraseña?”

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Forums Topics not showing up #88777
     Radu
    Moderator

    Hi,

    It seems that the optimize members is not compatible with bunch of plugins/themes/hosting environments see here : https://optimizepress.zendesk.com/hc/en-us/articles/200553686-Incompatible-Themes-Plugins.

    I don’t know exactly what causing this issue you need to allocate some time to investigate.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Logo #88776
     Radu
    Moderator

    Hi,

    Can you be more specific about this question ?

    “background maybe restricted it in some way? ”

    Provide a screenshot that pointing out modifications.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BACKGROUND OF VIDEO NOT SEEN IN MOBILE DEVICE #88775
     Radu
    Moderator

    Hi,

    Just i’ve asked developer about this, and for the performance purposes the video bg’s will not show on mobile devices.

    That’s because the video file has to much MB and the site will load in a very long tine on mobile.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Registering on site #88773
     Radu
    Moderator

    I cannot see that buttons ( see the attached screenshot )

    Do you have removed the buttons ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WooCommerce My Account Page – Remove link to store #88772
     Radu
    Moderator

    Hi,

    1. Hide ‘My Subscriptions’ heading

    COPY CODE
    
    .woocommerce_account_subscriptions {
        display: none;
    }
    

    2. Hide the cancel button

    COPY CODE
    
    .woocommerce td.membership-actions a.cancel {
        display: none !important;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Image full width #88769
     Radu
    Moderator

    Hi,

    Please unzip and upload the single.php to wp-content/themes/kleo-child/ ( see attachment )

    Add also this css tp wp-content/themes/kleo-child/style.css

    COPY CODE
    
    article .article-media {
        display: none !important;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Members mansory page #88768
     Radu
    Moderator

    Hi,

    It works, the problem is because this profile : Mathilde Lenoir does not completed the ville field.

    http://lezgirls.fr/membres/

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: My user cant upload any pictures #88683
     Radu
    Moderator

    When i press to login to facebook i receive this

    COPY CODE
    
    Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
    

    You need to configure corporeally fb APP, i suggest you to set real domain name to wordpress not 301 redirect.

    Regarding the upload issue i’ve tried with another images with size around 500-600 kb and it works.

    I think the problem is because the images has resolution to big 4000 x … and it seems to not be kleo related.

    Set the http://www.archyou.de in wp-admin -> general settings -> general and see after behaviour.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: My user cant upload any pictures #88677
     Radu
    Moderator

    Regarding the login problem, can you check now ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Knowledge Base Plugin #88671
     Radu
    Moderator

    Hi,

    That is a plugin builded by our theme and it comes only in buddyapp theme.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change the my-profile-wrapper – submenu ? #88670
     Radu
    Moderator

    Hi,

    These menu items are generated by buddypress and the items are listed automatically, what do you want to do more exactly,to change order of the items ? to hide certain items ?

    I wait more details.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Image full width #88669
     Radu
    Moderator

    Hi,

    This depends by where you want to have this layout in blog post ? in forums ?

    Provide page link where you want to have this to can tell you if is possible or not.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Portfolio items #88668
     Radu
    Moderator

    Hi,

    Can you please provide the credentials to can see the behavior ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Fatal Error #88666
     Radu
    Moderator

    Hi,

    Strange error, it can be corrupted, i suggest you to disable manually the plugin by login to FTP in this path /wp-content/plugins/ rename or delete the woocommerce folder, by renaming the plugin will be deactivated.By deleting the plugin will be detele and when you will access the site dashboard you will see a notification to install woocommerce.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Forums Topics not showing up #88664
     Radu
    Moderator

    Hi,

    What do you mean by “aren’t working” i can see the page no 404 error. see screenshot and i wait more details about this.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BACKGROUND OF VIDEO NOT SEEN IN MOBILE DEVICE #88663
     Radu
    Moderator

    Hi,

    This can be caused because your video has only one format (mp4 i think) for the mobile use the
    Video Self hosted(webm)

    Let me know if it works.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Break theme options settings #88661
     Radu
    Moderator

    Hi,

    Can you please provide wp admin credentials to take a look ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Display All Testimonials #88660
     Radu
    Moderator

    Hi,

    Please use this shortcode

    COPY CODE
    
    [kleo_testimonials specific_id="no" number="7" height="180x280"]
    

    Paste this code to a text block or directly in classic wordpress editor or everywhere as you want.

    Below is shortcode with default size.

    COPY CODE
    
    [kleo_testimonials specific_id="no" number="7"]
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: My Account page Login and Register #88659
     Radu
    Moderator

    Hi,

    You re referring to the menu item My Account ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: aec969dc-2ce1-4b16-b9a0-f6dc05b86b61 #88657
     Radu
    Moderator

    Hi,

    Add the next css rules to wp-admin -> theme options -> general settings -> quick css.

    1. Hide Search on forum page

    COPY CODE
    
    #bbpress-forums .bbp-search-form {
        display: none;
    }
    

    2. I see that you already removed the breadcrumbs.

    3. Go to wp-admin -> settings -> reading -> homepage -> select forums page. -> save changes.

    4. You can change the text colo from a text area like this

    COPY CODE
    
    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
        color: Red !important;
    }
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sticky menu cover page title #88654
     Radu
    Moderator

    Hi,

    Can you please provide an screenshot that pointing out the problems and also the website url.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translate login mask – where to find text #88653
     Radu
    Moderator

    Hi,

    Can you please provide also an FTP account ?

    Loco translate says

    Other potential issues with Kleo
    Theme has no POT file. Create one at “/languages/kleo_framework.pot” if you need one.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Visual Composer posts slider #88652
     Radu
    Moderator

    Good,

    Can i help you with anything else ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Pages not displaying #88651
     Radu
    Moderator

    Hi,

    Go to wp-admin -> settings -> permalinks -> save changes.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: menu is not working in mobile #88650
     Radu
    Moderator

    Hi,

    It seems that this issue is caused by WHMCSConnect because it load bootstrap.js over the kleo bootstrap.js
    I suggest you to contact WHMCSConnect developers and ask them about a filter that stops this plugin to load bootstrap.min.js

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Text flowing off Tab #88649
     Radu
    Moderator

    Hi,

    To be clear for me, the problem appears when you have a post with a long name it get out from the wrapper ?

    Can you please provide me the entire post name ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Logo #88634
     Radu
    Moderator

    Hi,

    Try to increase line height from wp-admin -> theme options -> header options – Main Menu Height*

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: My user cant upload any pictures #88629
     Radu
    Moderator

    Hi,

    The username dummy with pass dummydummy it says is incorrect.

    I think i figure out why the login page is not working, when you access http://www.archyou.de/wp-login.php

    The server it load page login.php twice once from http://www.archyou.de/wp-login.php and second from http://s575563932.online.de/wp-login.php

    If you access directly http://s575563932.online.de/wp-login.php it shows without any error.

    Can you check that credentials ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Left sidebar on posts #88625
     Radu
    Moderator

    Hi,

    Unfortunately i’ve cannot reproduce the issue that you have described.

    But you can set a CSS value only of mobiles from example :

    COPY CODE
    
    @media (max-width: 600px) {
    
      .facet_sidebar { display: none; }
    
    }
    

    Replace .facet_sidebar { display: none; } with your desired rules.

    In that way you can adjust the padding only for mobiles.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Registering on site #88624
     Radu
    Moderator

    Hi,

    I cannot see that buttons do you have solved your issue ?

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 17,441 through 17,480 (of 20,101 total)

Log in with your credentials

Forgot your details?