Forum Replies Created

Viewing 40 posts - 19,001 through 19,040 (of 20,101 total)
  • Author
  • in reply to: Forbidden. Please enable JavaScript. #65842
     Radu
    Moderator

    Hi,

    You can add the CSS in WP-ADmin -> Theme Options -> General Settings -> Quick CSS area or in kelo-child/style.css as you wish.

    Regarding to avatar sizes, add this snippet to kleo-child/functions.php

    COPY CODE
    
    define ( 'BP_AVATAR_THUMB_WIDTH', 50 );
    define ( 'BP_AVATAR_THUMB_HEIGHT', 50 );
    define ( 'BP_AVATAR_FULL_WIDTH', 122 );
    define ( 'BP_AVATAR_FULL_HEIGHT', 122 );
    define ( 'BP_AVATAR_ORIGINAL_MAX_WIDTH', 640 );
    

    replace values with yours.

    Regards

    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: smooth anchor #65836
     Radu
    Moderator

    Hi,

    You can do that like this :

    1. Add new button and on the URL(Link) field put from example #sectiondivname and at Extra class name add kleo-scroll-to

    2. Add new section with used ID (example : sectiondivname)at button URL(Link) field, or edit an existing class.

    That’s all.

    Regards

    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: Theme won't work on IE9, see url #65793
     Radu
    Moderator

    Hi Geekyyair,

    I found the problem, the problem was caused by you, by adding in kleo-child/style.css these statements

    COPY CODE
    
    h1, h2, h3, h4, h5, h6 {
    	font-family: 'Open Sans Hebrew Condensed', sans-serif;
    }
    a, p, .lead p, p.lead, #menu-globus, .btn, abbr, .wpb_revslider_element, .panel-heading, .nav-pills > li > a {
    	font-family: 'Open Sans Hebrew', sans-serif;
    }
    

    Now the statements are like this : ( without hebrew specified in font family and it works ok. )

    COPY CODE
    
    h1, h2, h3, h4, h5, h6 {
    	font-family: 'Open Sans Condensed', sans-serif;
    }
    a, p, .lead p, p.lead, #menu-globus, .btn, abbr, .wpb_revslider_element, .panel-heading, .nav-pills > li > a {
    	font-family: 'Open Sans ', sans-serif;
    }
    

    Please test it it should work.

    Regards

    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: Forbidden. Please enable JavaScript. #65764
     Radu
    Moderator

    Yes wanguard can stop wp spam ( https://www.wangguard.com/faq )

    The gray background was disappeared by using this :

    COPY CODE
    
    .bpfb_form_container {background:none;}
    

    Regarding to image cropping, just upload a larger image and it should to be ok.

    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: NEWs FOCUS Shortcod does not work #65592
     Radu
    Moderator

    It’s a test website ? Can i disable some plugins ?

    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: smooth anchor #65555
     Radu
    Moderator

    Hi,

    Go to revolution slider -> Look for your slider -> Edit slides -> Edit Slide -> scroll down to -> Layer Links & Advanced Params -> Then see attached screenshot, that’s all

    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: Theme won't work on IE9, see url #65553
     Radu
    Moderator

    Hi,

    Strange behaviour, also you can try to see kleo live demo you will see that is displayed correctly.

    I suggest you to try change language to english and see after, if problem is not caused by the language code, please provide admin login details.

    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: NEWs FOCUS Shortcod does not work #65529
     Radu
    Moderator

    Can you provide also wp login details ?

    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: Forbidden. Please enable JavaScript. #65527
     Radu
    Moderator

    Hi,

    I identified the problem, i think this plugin cause the issue WP-SpamShield which I deactivated them

    I see that you use WanGuard on my opinion it’s enough to use only WanGuard not both plugins.

    Please test it should be ok.

    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: Member Customization #65519
     Radu
    Moderator

    You’re welcome

    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 customization #65518
     Radu
    Moderator

    Hi,

    I have answered here : https://archived.seventhqueen.com/forums/topic/member-customization/page/2

    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 Customization #65508
     Radu
    Moderator

    That think is caused by the form template, i changed the template and the fields ok now.
    You can change the form template from here : http://antalintranet.antal.com/wp-admin/post.php?post=5417&action=edit

    Have a nice day

    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 Customization #65507
     Radu
    Moderator

    Unfortunately, buddypress not sync data to geodirectory.

    Regarding to “Let me know. I am using the Sabai directory at the moment. You think you could do something? if yes how much you charge?”

    No, unfortunately no.

    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 Customization #65499
     Radu
    Moderator

    It’s ok now take a look : http://antalintranet.antal.com/members/

    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 Image responsive #65480
     Radu
    Moderator

    Hi,

    For the moment there are no out of the box options to achieve this right now but we will take it into consideration.

    Regards

    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: Forbidden. Please enable JavaScript. #65479
     Radu
    Moderator

    Please give me login details.

    Regards

    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: Forbidden. Please enable JavaScript. #65469
     Radu
    Moderator

    Try to disable plugins that not comes with the kleo theme, check if is ok, if not tell me.

    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 Customization #65466
     Radu
    Moderator

    Hi,

    Please provide URL, FTP and admin credentials, i need to look closer.

    Regards

    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: Forbidden. Please enable JavaScript. #65462
     Radu
    Moderator

    Please provide a screenshot including the browser address bar to see exactly where you encounter the problem because, if i access this page http://kangtao.com.my/register/ i can see the sign-up form without any problems.

    Regards

    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: Forbidden. Please enable JavaScript. #65085
     Radu
    Moderator

    You receive that error in wordpress backend or in register page or here ? http://kangtao.com.my/register/

    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: some issue with RTL #65084
     Radu
    Moderator

    I looked at your page source and i see that the snippet that i have gave you is not present in page.

    Try to put same CSS in kleo-child/style.css

    It should work

    Regards

    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: mp3 audio shortcode #65080
     Radu
    Moderator

    The theme gives you possibility to embed audio in page/post by going to certain post/page -> scrolling down until you see Theme General Settings -> Audio tab -> Upload your file there then you need to select page format Audio.

    Also you can use default wordpress audio shortcode

    COPY CODE
    
    [audio src="audio-source.mp3"]
    

    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: Main Menu Font #65074
     Radu
    Moderator

    Hi,

    First you need to load that font you theme, by going to Wp-Admin -> Theme Options -> Fonts

    Go to H6 from example or any other heading and select your desired font, in this case your font “Playfair Display” then apply that CSS that you provided in your previews post.

    It should work, i tested

    Regards

    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: featured items icon are not showing #65069
     Radu
    Moderator

    Hi,

    Please update KLEO theme and all that plugins that comes with the theme.

    It should solve your issue

    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: Widget Visibility #65067
     Radu
    Moderator

    Hi,

    Try this plugin should meet your conditions.

    https://wordpress.org/plugins/restrict-widgets/

    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: NEWs FOCUS Shortcod does not work #65063
     Radu
    Moderator

    Hi,
    Go to backend, select edit of that kleo news -> build query, select posts then -> Save Changes -> Publish

    Let me know if 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: Forbidden. Please enable JavaScript. #65060
     Radu
    Moderator

    Hi,
    Can you provide the URL ?

    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: Moderator label misplaced in bbpress #65059
     Radu
    Moderator

    Hi,

    Provide a dummy account to can see the forums please.

    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: MAIN Menu stay minified #65058
     Radu
    Moderator

    Provide link, or a screenshot, preferable link.

    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 think the problem is caused by this plugin simple-picture-menu ,try to disable it and check it after.

    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: Registration and Paid Memberships Pro same form #64945
     Radu
    Moderator

    I moved this to feature request to see community feedback about this functionality.

    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: some issue with RTL #64941
     Radu
    Moderator

    Hi,

    Add this CSS to Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    #buddypress #message-threads .thread-avatar img.avatar {
      margin: 0 0 0 10px !important;
    }
    

    It should work

    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: Structured Data > hentry (markup: microformats.org) #64939
     Radu
    Moderator

    Hi,

    I tested your url in google structured data testing tool https://developers.google.com/structured-data/testing-tool?url=http%253A%252F%252Fwww.tourismtribe.com%252F and google says that is ok.

    Regarding to webmaster tools errors, try to recheck after 2 weeks, it should disappear that notifications.

    Regards

    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,

    Sorry but that page is no longer available.

    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: Structured Data > hentry (markup: microformats.org) #64712
     Radu
    Moderator

    Hi,

    Provide site url please.

    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: Can not login in multisite frontend #64710
     Radu
    Moderator

    Can you provide the site url ? and a dummy user account ?

    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: some issue with RTL #64709
     Radu
    Moderator

    For the cover issue add this CSS to Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    body.bbp-user-page.buddypress div#item-header div.generic-button, .buddypress div#item-header a.button {
      color: transparent;
    }
    body.bbp-user-page.buddypress .profile-cover-action a.button:hover {
      width: 140px;
      color: #efefef !important;
    }
    

    For the message issue, plese send 3-4 message to user demo to simulate the issue

    Thank you

    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 Image responsive #64695
     Radu
    Moderator

    Hi,

    For the moment you cannot disable the parallax on mobile/tablet, but in future we will add this option.

    Meanwhile you can use the fix that i provided above.

    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: some issue with RTL #64687
     Radu
    Moderator

    Go to theme options and press save options, it should to generate some classes for that buttons, tell me when you do that.

    I wait your response

    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: Install Required Plugins #64545
     Radu
    Moderator

    Hi,

    This is a known issue, you can install them, by pressing CTRL + CLICK install to each plugin, it take 1 minute to activate all plugins.

    Cheers

    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 - 19,001 through 19,040 (of 20,101 total)

Log in with your credentials

Forgot your details?