Forum Replies Created

Viewing 40 posts - 8,841 through 8,880 (of 20,101 total)
  • Author
  • in reply to: Header Options #146441
     Radu
    Moderator

    Hi,

    By default not but using this kind of plugin : https://wordpress.org/plugins/adrotate/ i think the plugin it’s capable.

    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: Logo broken iPhone6 #146440
     Radu
    Moderator

    Hi,

    The first rule will control the logo width on iphone and the second for devices with the width between 300 and 400 adapt it for your needs

    COPY CODE
    
    @media screen and (min-width: 400px) and (max-width: 480px) {
    .logo img {
        height: auto;
        max-width: 310px !important;
    }
    }
    
    @media screen and (min-width: 300px) and (max-width: 400px) {
    .logo img {
        height: auto;
        max-width: 240px !important;
    }
    }
    

    Adapt it for you needs

    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 demo content: posts #146437
     Radu
    Moderator
    Not marked as solution
    in reply to: WooCommerce product-category pages: Add content #146432
     Radu
    Moderator

    Just add description from wp-admin -> product -> categories -> description

    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 can i force the translation? #146431
     Radu
    Moderator

    Hi,

    I don’t have custom code for your need.

    But the theme can be translated with success using loco translate or any other capable module to translate

    Forgot Your Username or Password? can be translated by searching in po/mo files or with loco translate or with any other plugin just search and translate those strings, you will have to search in kleo_framework domain or in buddypress

    Serious dating with Sweet date can be translated from : http://seventhqueen.com/public-files/radu/Sweetdate__Sweetdate_development__WordPress_2016-12-08_15-07-28.png

    Please stop to ask for custom codes and work because the support covers only theme problems and small customizations.

    Below it’s the translation procedure that works 100% and rest of the users can translate completly their website.

    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

    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 I can see… #146430
     Radu
    Moderator

    Hi,

    3. I cannot see that image


    —————-

    That image it’s somehow added by you there so just delete it

    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: Member Directory… Search Form #146429
     Radu
    Moderator

    Hi,

    The CSS it’s not compatible from a theme to another, you should customize from scratch that markup

    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: Messaging Feature Not Working Correctly #146428
     Radu
    Moderator

    Hi,

    I saw that,

    Try to update un-updated plugins.

    I’ve tried to debug the comments button that not appears, but I cannot do this because the server it’s so slow, in most times the server goes away.

    Try to de-activate unused plugins and get a better hosting, you can take a look at this page, this is what WordPress recommends : https://wordpress.org/hosting/ but if you will use so many plugins you will need a VPS I think, you can try a shared hosting before buying a vps from another company.

    Let me know when you solve with the server performance to can debug the comment button that disappears

    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: Profile Dropdown toggle not working #146368
     Radu
    Moderator
    Not marked as solution
    in reply to: Best way to customize styles? #146354
     Radu
    Moderator

    Normally style.css form child it’s loaded latest… but you don’t have child theme installation from what can i see in chidl theme

    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-selectbox should close when clicked again #146353
     Radu
    Moderator

    Added,No problems

    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: Website Not Changing #146352
     Radu
    Moderator
    Not marked as solution
    in reply to: How to Show Thumbnail on Recent Post Widget #146351
     Radu
    Moderator

    Hi,

    You’re welcome

    I saw it’s 3 here not 4

    https://www.sindhenapp.com/sindhen-selects-december-16-week-2/

    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: Sign Up Button fields #146350
     Radu
    Moderator

    Hi,

    Tomorrow we will release a new sweetdate theme update that will fix 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: Content Aware Sidebars does not work #146349
     Radu
    Moderator

    Hi,

    I saw in this case it means that for that custom code needs some additional time to investigate and testing, for the moment personally i don’t have time to do this for you (it’s custom, support doens’t cover this kind of thigs) please use this method instead :

    https://premium.wpmudev.org/blog/how-to-create-multiple-sidebars-for-buddypress-no-template-edits-required/

    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

    Hi,

    I can change the colors without any problem in my install and if you was able to change those colors from a certain browser and some not, empty browser cache and cookies for the browsers that not works.

    In the provided link i cannot see any geodir element, you are referring to the search ?

    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 Icon Display – Desktop versus Mobile #146345
     Radu
    Moderator

    Hi,

    I cannot see any problem using cart on top menu on mobile, it looks identically on my local install on mobile layout in both cases keeping the cart icon on top menu or on main menu.

    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: Logo broken iPhone6 #146344
     Radu
    Moderator

    I taught the image it’s broken literally but isn’t the problem it’s other!

    Add this css to wp-admin -> them options -> genarl settings -> quick css

    COPY CODE
    
    @media screen and (max-width: 480px) {
    .logo img {
        height: auto;
        max-width:310px
    }
    }
    

    Play with 310 value

    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: Logo broken iPhone6 #146342
     Radu
    Moderator

    Do you see that on a real iPhone 6 phone ?

    This problem comes from the img file itself, not from the theme, as you can see on demo it works.

    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: BuddyPress Activity Plus and other issues #146341
     Radu
    Moderator
    Not marked as solution
    in reply to: Masonry grid and speed #146330
     Radu
    Moderator
    Not marked as solution
    in reply to: Geo Directory Map and Page Title #146237
     Radu
    Moderator
    Not marked as solution
    in reply to: Email Link Redirect #146236
     Radu
    Moderator

    Great

    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: Notifications #146235
     Radu
    Moderator

    Do you have the latest version of WordPress ? If not update those

    Do you have the latest version of Kleo theme ? If not update those

    Do you have the latest version of plugins installed ? If not update those

    If you de-activate all plugins it works ? if yes enable back plugins one by one to identify what causes this.

    If you de-activate the child theme it works ?

    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-selectbox should close when clicked again #146234
     Radu
    Moderator

    Hi,

    I will add this to bug list and in future this will be fixed, when we patch this we will send you the file/files for that until the update.

    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: Member Directory… Search Form #146233
     Radu
    Moderator

    The Kleo it’s capable to have search form see this demo : https://seventhqueen.com/themes/kleo/get-connected-vertical-form/

    Regarding to this “And, about the Order By, I want align this with All Members…”

    I don’t have a plug and play solution to provide

    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 I can see… #146232
     Radu
    Moderator

    Use this css

    body.home .header-bg {
    background-color:#000;
    background-image: url(http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/blurred_bg_01.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

    And remove the background from wp-admin -> theme options -> header section -> background

    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: Content Aware Sidebars does not work #146231
     Radu
    Moderator

    Hi,

    The code works on my localhost install I’ve tested.

    I don’t have such as codes already made…

    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: Best way to customize styles? #146230
     Radu
    Moderator

    Hi,

    It’s ok if you put your CSS selectors in wp-content/themes/sweetdate-child/style.css

    If the rules are not applied specify the important declaration

    Example

    h1 { font-weight: bold !important; }

    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: How to Show Thumbnail on Recent Post Widget #146228
     Radu
    Moderator

    Hi,

    Please add this CSS to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    div#main-container section.container-wrap > .container {
        width: auto !important;
    }
    

    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 Icon Display – Desktop versus Mobile #146222
     Radu
    Moderator

    Hi,

    Let me know if this problem appears on the demo ?!

    If not it means that one of your custom CSS can cause that

    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: Messaging Feature Not Working Correctly #146221
     Radu
    Moderator

    Hi,

    Take a look the green message it’s displayed and also the autocomplete it works but your server seems to be a bit slow.

    https://drive.google.com/file/d/0Bxo5b6iHWRMwMFVoQWlsWGliUFE/view

    Install wp query monitor / https://wordpress.org/plugins/p3-profiler/ and see what causes the load on the server

    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: Paid Membership Pro Levels Page Not Displaying Correctly #146219
     Radu
    Moderator

    You’re welcome

    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: Site activity and social share #146218
     Radu
    Moderator

    Hi,

    1. I saw more than 4 entries on your activity : http://givepaw.pet/activity/

    2. Install and use SEO by Yoast plugin

    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: Easy Knowledge Base Incorrect Grouping #146217
     Radu
    Moderator

    There was a issue with the easy kb plugin, we will fix in next update

    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 add a third button? #146216
     Radu
    Moderator

    You’re welcome

    You’re very welcome, please don’t forget to rate us 5 stars at themeforest if you have time and also will be useful for us and for rest of the users if you will leave a short review about the customer support service.

    https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
    Thank you in advance
    Regards.
    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: Button color default: Change #146215
     Radu
    Moderator
    Not marked as solution
    in reply to: Masonry grid and speed #146214
     Radu
    Moderator
    Not marked as solution
    in reply to: kleo_ajax_results #146213
     Radu
    Moderator
    Not marked as solution
    in reply to: How can i force the translation? #146205
     Radu
    Moderator

    Hi,

    Please send a screenshot from the files where you have added you own strings, to make translation to work you should add a text domain

    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 - 8,841 through 8,880 (of 20,101 total)

Log in with your credentials

Forgot your details?