Forum Replies Created

Viewing 40 posts - 11,601 through 11,640 (of 20,101 total)
  • Author
  • in reply to: Changing Background Colour #131697
     Radu
    Moderator

    Hi again,

    Do you have solved the issue ?

    The cause was changing the upload path ?

    R.

    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: K-elements and VC conflict #131695
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo’s “quickview” button on shop pages… #131694
     Radu
    Moderator
    Not marked as solution
    in reply to: visual composer code appearing in search results #131692
     Radu
    Moderator

    Ok

    cheers
    R.

    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: Remove Forums, Messages, Notifications #131689
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options – general settings -> quick css

    COPY CODE
    
    li#forums-personal-li, li#messages-personal-li ,li#notifications-personal-li {
        display: none;
    }
    

    Cheers
    R.

    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 container problem #131687
     Radu
    Moderator
    Not marked as solution
    in reply to: Demos don’t work well #131686
     Radu
    Moderator

    Hi,

    Because you should edit every post grid to choose the category and the post type, just go to wp-admin -> pages -> home news magazine go to text mode ->

    remove all text and paste this content into http://pastebin.com/raw/TG5M27wf

    Cheers
    R.

    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: Transparent mobile menu + menu icon #131685
     Radu
    Moderator

    Hi,

    Using this css you will have the mobile menu transparent

    COPY CODE
    
    
    @media(max-width:900px) {
    
    .navbar {
        background: transparent !important;
        position: absolute;
    }
    
    }
    
    

    the css will be adde to wp-admin -> theme options -> general settings -> quick css

    the problem with the menu icon it’s because you have loaded one fontello icon library from child and i think you have used same icon name but with different icon, please follow the kb article : https://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme

    Cheers
    R.

    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: Move Search to Top bar #131682
     Radu
    Moderator

    Hi,

    Just paste this code into wp-content/themes/kleo-child/functions.php

    http://pastebin.com/raw/JqAjFP2r

    Let me know

    Cheers
    R.

    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: Kleo grid – adjust spacing? #131681
     Radu
    Moderator

    Hi,

    With this selector you can do that

    COPY CODE
    
    .kleo-masonry article {
        padding: 0px !important;
    }
    

    The css can be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Ajax Search #131677
     Radu
    Moderator

    Hi,

    The ajax search it’s part of theme core it’s not modular, do you have installed recently some plugin ? if yes, de-activate it and check again

    Do you have some js errors in chrome browser console ?

    Cheers
    R.

    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: Stats shortcode #131676
     Radu
    Moderator

    Hi,

    This is part of sweetdate not from kleo,

    [kleo_bp_member_stats field="Profile Field Name" value="Profile Field Value" online=true]

    — Example —

    [kleo_bp_member_stats field="I am a" value="man" online=true]

    Then you will see all online profiles that has completed the I am a field with man value and it’s online.

    Please check our Youtube channel and look at the sweetdate tutorials for more informations regarding sweetdate setup https://www.youtube.com/channel/UCP8JbjIWmCImYmrT9JcGJHw/videos

    Cheers
    R.

    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: links from buttons #131675
     Radu
    Moderator

    Hi,

    Please provide link to that article and post here what type of button are you try to using ? it’s a shortcode ?

    Cheers
    R.

    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: i cant reinstall #131673
     Radu
    Moderator
    Not marked as solution
    in reply to: Account creation page edit #131672
     Radu
    Moderator
    Hi, The user field it's required by buddypres... but you can remove the required text from there by using translation method to can rename the strings, i will post here the translation method at the bottom of the post, practically you should search for username(required) and to rename it to username. Same case in the pop-up login, use 'translation method' Selector to customize the meeta
    article .article-meta small,article .article-meta small a,article .article-meta small time {
        color: red !important;
    }
    
    Css can be added to wp-admin -> theme options -> general settings -> quick css Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found. For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin - Tools - Manage translations
    • Find the theme or plugin in the list.
    • If the language isn't already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.
    Note: You will have to set the language for your blog from WP-admin - Settings - General - Site Language - Choose your language Cheers
    in reply to: Use Sweetdate profile header with Kleo #131671
     Radu
    Moderator
    Not marked as solution
    in reply to: Plugin Visual composer failure #131670
     Radu
    Moderator

    Hi,

    You should remove manually the plugin Visual Composer via FTP

    1. Login to wordpress root installation
    2. go to wp-content/plugins/
    3. look for js_composer folder.
    4. delete it
    5. Go back to wp-admin -> appearance -> install plugins and click install visual composer.
    6. IMPORTANT – K-elements plugin needs to be installed and activated !

    That’s all

    Cheers
    R.

    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 set facebook login and LIKE facebook fanpage #131669
     Radu
    Moderator
    Not marked as solution
    in reply to: Sliding navigation on mobile #131667
     Radu
    Moderator

    Hi,

    I can add this idea on our inhouse list.. and maybe this will be implemented.

    Cheers
    R.

    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: media group #131666
     Radu
    Moderator

    Hi,

    An very easy for to show the field that reset the password it’s to paste this #kleo-lostpass-modal at the end of every url of your site example : http://www.ordiges.com/community/#kleo-lostpass-modal or http://www.ordiges.com/community/recovery-pass#kleo-lostpass-modal you can made a link that links to this pop-up from example

    COPY CODE
    
    <a href="http://www.ordiges.com/community/#kleo-lostpass-modal">Click here to reset the pass</a>
    

    Let me know if it’s ok like this

    Cheers
    R.

    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: GeoDirectory plugin #131665
     Radu
    Moderator

    I think the GeomyWP it’s suitable for what you need, read the plugin capabilities to be sure.

    Cheers
    R.

    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: Stop duplicating from photo upload #131664
     Radu
    Moderator

    Hi,

    Try to do the next settings

    If you de-activate the rtmedia plugin and re-upload an image it’s still creates additional sizes?

    If no, it means that rtmedia do something… ask about this on their forum support.

    Cheers
    R.

    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: Making Home Default the main page #131663
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Not really i have;t encountered problems with payment method in pmpro, but most probably there is a configuration problem, you have setup correct the plugin : http://seventhqueen.com/public-files/radu/Payment_Settings__Kleo_Development__WordPress__2016-08-08_18-23-47.png by completing these fields with required data ?

    https://wordpress.org/support/topic/pmpro-paypal-standard-to-express
    http://www.paidmembershipspro.com/add-paypal-express-alternate-payment-option-checkout/
    https://wordpress.org/support/topic/endless-problems-with-pmpro

    This problem it’s not seems to be related to the theme, please follow that links and i recommend you to re-setup the pmpro maybe you have missed something…

    http://www.paidmembershipspro.com/documentation/

    Cheers
    R.

    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: Slider above header #131660
     Radu
    Moderator
    Not marked as solution
    in reply to: Ajax error in Revolution Slider #131659
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: jQuery issue #131655
     Radu
    Moderator
    Not marked as solution
    in reply to: Importing KLEO Demo data #131654
     Radu
    Moderator
    Not marked as solution
    in reply to: Couple Profiles #131653
     Radu
    Moderator

    Hi,

    Using fields like this : Woman + Woman, Woman + Man, etc… can be a solution see this example video : https://drive.google.com/file/d/0Bxo5b6iHWRMwUGlteTdtNU9mUG8/view

    Another example using another filed in combination with couple field here : https://drive.google.com/file/d/0Bxo5b6iHWRMwdTlQeDdYYnZMUUU/view

    You can create in combination any field that you need but to can appears in the search members should complete that new fields.

    Let me know if it’s clear or not after this reply

    Cheers
    R.

    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: Couple Profiles #131652
     Radu
    Moderator

    Hi,

    Using fields like this : Woman + Woman, Woman + Man, etc… can be a solution see this example video : https://drive.google.com/file/d/0Bxo5b6iHWRMwUGlteTdtNU9mUG8/view

    Another example using another filed in combination with couple field here : https://drive.google.com/file/d/0Bxo5b6iHWRMwdTlQeDdYYnZMUUU/view

    You can create in combination any field that you need but to can appears in the search members should complete that new fields.

    Let me know if it’s clear or not after this reply

    Cheers
    R.

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

    Now i’ve understand, please enable wp debug and do again the action that you have explained to can see if some errors are generated.

    Follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If there are errors not related to this provide admin credentials and FTP to take a closer look.

    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: CPT #131648
     Radu
    Moderator
    Not marked as solution
    in reply to: K-elements and VC conflict #131647
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo’s “quickview” button on shop pages… #131645
     Radu
    Moderator
    Hi, There is no specific file there the text it's added via hooks, if you already use wpml, use wpml string translation , search for read more in woocommerce and change the text with your desired. You're welcome Cheers R.
    in reply to: One sidebar width for 300px ads #131644
     Radu
    Moderator

    You’re welcome

    Thank you have a great day you to !

    Cheers
    R.

    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 – Mobile #131501
     Radu
    Moderator

    No problem

    Cheers
    R.

    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: Hover color #131500
     Radu
    Moderator

    Hi,

    If you said that you cannot see the changes in front-end but in backend the customizations are there ?

    If yes, it means that some resources has beed cached.

    Let me know

    Cheers
    R.

    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 – Mobile #131498
     Radu
    Moderator

    The file responsible for the header it’s here : /wp-content/themes/kleo/page-parts/general-header-section.php

    If you will change the file structure you should put the file modified in child theme /wp-content/themes/kleo-child/page-parts/

    Note : child theme needs to be activated.

    Cheers
    R.

    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 - 11,601 through 11,640 (of 20,101 total)

Log in with your credentials

Forgot your details?