Forum Replies Created

Viewing 40 posts - 81 through 120 (of 236 total)
  • Author
  • in reply to: menu button and logo size – mobile version #36501
     Kamal
    Moderator

    Hi,
    Thank you very much for your patience and assistance. I have found solution to your problems. I Please have a look at them.
    For solving your problems, Please add the following code to the stylesheet of KLEO child theme.you can find it From Appearance>Editor>style.css. After adding them, please save your file and refresh the page. and you can also clear browser cache and cookies and other data to test properly. Then your problem should be fixed.
    Code to solve no 1 problem.

    COPY CODE
    
    .kleo-mobile-switch {
    display: none;
    }
    

    Code to solve problem 2.

    COPY CODE
    
    /*------
    Smartphones (landscape) you can change 321 to 320 to apply this change on both portrait and landscape
    ----- */
    @media only screen 
    and (min-device-width : 321px) 
    and (max-device-width : 480px) {
    .container {
     padding-left: 0 !important;
     padding-right: 0 !important;
    }
    
    }
    

    Please let me know if this works for you. I have tested and It works for me. You can see the screenshot. Please ask me anytime if you have any more question.
    Thanks,
    Kamal

    NB: white space on left and right of the header/full site is not the window. I have added highlight marker so It looks like that. Please see the second screenshot. thanks.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: changing form fields fonts color on register page #36485
     Kamal
    Moderator

    Hi Albert!
    I have checked your web site and I have got some code for you. Please copy the following code

    COPY CODE
    
    /*Begin Custom Styling for Register Page*/
    /*changing general color only on register page*/
    div#register-page {
    	color: #fff !important;
    }
    	div#register-page h2.article-title.text-center {
    	color: #fff !important;
    	}
    	div#basic-details-section h4 {
    	color: #fff !important;
    	}
    /*Changing color of all label on register page*/
    div#register-page label {
    color: #fff !important;
    }
    	div#profile-details-section h4 {
    	color: #fff !important;
        }
    	div#profile-details-section p {
    	color: #E2E2E2 !important;
    	}
    	/*changing color of toggle link eg. a link with text"change"*/
    	a.visibility-toggle-link {
    	color: #D5C8C8 !important;
    	}
    	/*color for terms and condition link*/
    	p.right a {
    	color: #3072F6 !important;
    	}
    /*Changing color of testimonial*/
    section.with-top-border div#quote_wrap {
    	color: #fff; 
    }
    /* End of Custom Styling on Register page */
    

    to your style.css file which can be found “Appearance>Editor>style.css. and Save the file. Then please refresh the page and you should see the change and text should look in white color. If you like to change the color of any elements I have changed the color, then you can easily edit the css color code in the above code. I have also added some comments in the code to help you. I have added a screenshot to show you how it looks after adding this code. If you have any question please ask me without any hesitation.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: My Website Sometime: Resource Limit Is Reached #36478
     Kamal
    Moderator

    Hello,
    Your problem is related to hosting. You may consult with your hosting provider about that issue and get best solution. I have just checked your site and it is working just fine. So, I can say for sure there is no problem in our theme that may cause this problem. It is completely hosting related problem. It may happen if you have shared hosting or limited hosting plan. If you have any problem regarding our theme then please feel free to ask me here.
    Thanks,
    Kamal

    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: the header doesn't resize properly on mobile #36474
     Kamal
    Moderator

    Hi,
    Would you please give me the link to your website to check it?
    Thanks,
    Kamal.

    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: Login Plugin problem, full menu not visible #36320
     Kamal
    Moderator

    Thanks, I am glad your problem is fixed now. 🙂

    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 button and logo size – mobile version #36319
     Kamal
    Moderator

    Hi,
    Can you please give me the link to your site so that I can check and test it? and do you want to apply the large logo on mobile horizontal position only or in both horizontal and vertical position?
    Thanks,
    Kamal

    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: cannot view picture in buddypress activity wall #36317
     Kamal
    Moderator

    Hi,
    I can see that photo was shown before on your activity page, I have attached a screenshot. But if you face problem recently, then you can refresh your page after deactivating any newly activated plugin, If this does not solve your problem, please try to give me a temporary access to your site privately here, I will have a look on the issue directly.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: RTL #36316
     Kamal
    Moderator

    Hello,
    You can RTL work just by selecting RTL language for the site. You can not activate RTL only for a certain components eg. forum and buddypress. Rather, it will be activated for the whole site once you select RTL language. I hope you understand it now. Please ask me if you have any more question about this.
    Thanks,
    Kamal

    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: Social articles #36308
     Kamal
    Moderator

    Hello @Roger,
    You can create a dynamic link to your nav menu to add new article in the following way,
    >Go To Appearance> menu>links>url
    > in the url put this code>

    COPY CODE
    ##profile_link##/articles/new/

    >Write anything eg “Add new article” in the link text box and click “add to menu”
    >Save your menu and refresh your page and you should get a dynamic link to add new article from the nav bar.
    Please see the screenshot if you do not understand anything. You can also ask me if you want any more help. I will solve your problem instantly.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: For inside pages banner fullwidth, content with sidebar #36297
     Kamal
    Moderator

    Hello, I have just tested your site’s service page and I found no error. It was working fine.Breadcrumb and tile is working fine. If you still have any problem please try to give me a screenshot of the problem so that I can see it clearly and fix it instantly.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: side menu-open icon position #36283
     Kamal
    Moderator

    Hi,
    Can you please give me the link to your site so that I can have a look?
    Thanks,
    Kamal

    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 of bugs – profile and contact #36278
     Kamal
    Moderator

    Hi,
    You can of course put anything the side bar. Please go to Appearance>widgets then select anything from the available widgets for the side bar. I have added a screenshot below. You can get a clear understanding by seeing the screenshots below. If you have any more question related to our theme, Please ask me anytime. 🙂
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: couple of bugs – profile and contact #36181
     Kamal
    Moderator

    Okey, Thanks, I understand your problem. It was the navigation for user profiles, I have checked now. It works fine. May be it was a plugin issue. I have added a screenshot. but if you want to hide this user navigation then please use this

    COPY CODE
    
    .pagination-sticky {
        display: none;
    }
    

    code to the style.css of KLEO child theme. and If still the problem exists, then please clear the browser caches and cookies etc and refresh the page. and you can see it is working on my browser. If you have any question, please ask me anytime. Thank you very much.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: couple of bugs – profile and contact #36176
     Kamal
    Moderator

    Hello,
    I have found the solution to your first problem. One of your plugin was conflicting with the style of contact icon and up arrow icon. “Chronosly” plugin was creating the conflict. Everything works fine if this plugin is deactivated, I have added a screenshot here. You can ask the plugin developer about this conflict. and I could not understand your second problem. would you please give me a bit clear information please? you did not show/mark anything in the screenshot. Well, you can check your site now with this plugin off. If you have any question, please ask me anytime.
    thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: couple of bugs – profile and contact #36159
     Kamal
    Moderator

    Hi,
    Thank you very much. I am checking. I will let you know the update shortly.
    Thanks,

    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 of bugs – profile and contact #36150
     Kamal
    Moderator

    Hi, can you please give the link to your site? and It would be great if you could give me a temporary access to your site in private message here. I could then test it directly.
    Thanks,
    Kamal

    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: Limit displayed words. #36143
     Kamal
    Moderator

    Hi,
    I am sorry I did not work. I tried my best to help you but the issue is completely related to buddypress plugin. Perhaps, You can follow the alternative solution I mentioned in my previous message to get best solution. If you have any question related to our theme, please ask me anytime.
    Thank you very much.
    Kamal

    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: Toggle of Visual Composer does not work #36141
     Kamal
    Moderator

    Hi,
    Your problem is very rare. Visual Composer should work fine. Are you using the update theme and updated VC? You can also try using VC after clearing all cache and cookies of your browser and you can also test it by disable all plugins but vc. and If all the efforts fails, then can you please give me temporary access to your site in private message? and does it shows any error? if it shows, then please try to give me a screenshot to understand your problem better and solve it.
    Thanks,
    Kamal.

    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: changing form fields fonts color on register page #36140
     Kamal
    Moderator

    Hi,
    I can help you solve your problem if you could give me the link to that registration page.
    Thanks,
    Kamal

    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 side and breadcrump section #36132
     Kamal
    Moderator

    Hi,
    Your problem is really very rare. Is it possible for you to give me a temporary access to your site so that I can test it? and please mark the message private.
    Thanks,
    Kamal

    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 images gone #36128
     Kamal
    Moderator

    Hi,
    Can you please give me a screenshot as well as the link to your site so that I can check it?
    Thanks,
    Kamal

    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: facebook integration #36127
     Kamal
    Moderator

    Hi,
    Thanks, Congratulations. Would you please tell me how you fix your problem finally? In case, this info will be helpful for other member.
    Thanks,
    Kamal

    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: For inside pages banner fullwidth, content with sidebar #36126
     Kamal
    Moderator

    Hi Govind,
    You cannot have full width header with sidebar, If you use full width then you will have no side bar but if you chose sidebar then you will not have full width. so You will have to choose a layout from the template setting at the right side of the page editor. I hope you understand this. If you like to do any demo page in demo site, then please give me the link and I can tell you how to do that.
    Thanks,
    Kamal

    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: Limit displayed words. #36121
     Kamal
    Moderator

    Hi,
    Your problem is completely related to buddypress plugin as buddypress plugin outputs the excerpt for the group description. So you can get best solution if you ask about your problem in their forum. However, if you can afford buying a plugin, then the previous plugin will definitely get the job done. and you can also try with following code. I found this on buddypress forum.

    COPY CODE
    
    function bp_excerpt_group_description( $description ) {
    
    // your exceprt code
     $length = 30;// change it to whatever length you prefer
     $description = substr($description,0,$length);
     return $description;
    }
    
    add_filter( ‘bp_get_group_description_excerpt’, ‘bp_excerpt_group_description’);
    

    Thanks,
    Kamal

    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: Undefined user registration #36102
     Kamal
    Moderator

    Hi,
    You are most welcome. I am happy if it helps you. I am marking it resolved. If you have any question, then you can create another topic.
    Thanks,
    Kamal

    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: Undefined user registration #36031
     Kamal
    Moderator

    Hi,
    You can stop spamming registration in different ways. The easiest way to protect your buddypress site is to use plugin.
    Here I have listed some plugins which you can use to solve your problem. You can also find more information about these plugins on their respective pages.
    1. WangGuard
    2. BuddyPress Registration Options
    3.Captcha
    For more information about preventing spamming registration to your site you can have a look at these two great articles.one and two. I hope you will like them. If you still have any question regarding our theme, please ask me anytime. 🙂
    Thanks,
    Kamal

    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: Collapsed menu issue on iphone #36015
     Kamal
    Moderator

    Hi,
    Have you made any changes in any stylesheets of the theme? and does your site look good on other mobile devices? It wold be great if you could give me the link your website. I could try my best to solve your problem as soon as possible.
    Thanks,
    Kamal

    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: Hiding some of the Meta data #36011
     Kamal
    Moderator

    Hi Levent,
    No problem. I hope it works for you. :)and I am waiting for the update from you.
    Thanks,
    Kamal

    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: Hiding some of the Meta data #36007
     Kamal
    Moderator

    Hi,
    thank you very much for the nice words. We are happy to solve your problem. Well, I have got this code

    COPY CODE
    
    /* custom css for hiding time and category under post */
    article .article-meta .post-meta a.post-time:after {
       content: none;
       display: none;
     }
    small.meta-category {
      display: none;
     }
    

    for you. Please paste this code on the style.css of KLEO child and then save the file and refresh the page and you can also clear cache and cookies etc . and see if this works for you. Please let me know if this works. If you have any question, you are always welcome to ask me.
    Thanks
    Kamal

    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: Hiding some of the Meta data #36002
     Kamal
    Moderator

    Hi,
    Thank you very much. well, I understand your problem. It could be done easily with some css. Let me see what I can do for you. I am testing on my server with some post. Then I will give you the code. I hope they will work. If not then I need access to the site or you will have to find the class for that elements that shows these two items eg, category and time. By the way, Please do not worry. I am here to help you 🙂
    thanks,
    Kamal

    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: Hiding some of the Meta data #35998
     Kamal
    Moderator

    Hi,
    Can you please give me the link to your post page ? then I could easily solve this problem instantly. Thanks.
    Kamal

    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 animation #35989
     Kamal
    Moderator

    Hi Lucy,
    Can you please tell me specifically on which element css animation is not working? I have just checked your website, your website is nice and css animation is working on different elements there. So please specify your problem with some screenshots if possible. and you can also test your site with different browsers to see if this fixes your problem. If you still have problem, please ask me here anytime.
    Thanks,
    Kamal

    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: issue with hosted videos #35987
     Kamal
    Moderator

    Hi, if you have any problem editing that file, please let me know. I can also edit that file for you if you cant.
    thanks,
    Kamal.

    @sharmstr
    : thank you very much for the answer.

    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: Hiding Feature Image On Single Post #35983
     Kamal
    Moderator

    That is great news. 🙂 I am glad it helped you. Thank you very much.

    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: images display #35982
     Kamal
    Moderator

    Hi Adam,
    I am sorry to inform you that there is only slider option is available at the moment. and this feature is related to plugin. Therefore, you can get more information about this feature on their forum. If you have any question related to our theme, please feel free to ask me anytime.
    Thanks,
    Kamal

    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: [Q] cannot create user with an empty login name #35980
     Kamal
    Moderator

    Hi,
    Did you add your Facebook APP ID to the setting Theme options>Miscellaneous>Facebook APP ID>? Please make sure you used correct app id and then retest. And also please try to give me a screenshot of the problem. If your problem is not solved after checking Facebook app id then you can give me a temporary access to your wordpress to check the problem directly.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Limit displayed words. #35950
     Kamal
    Moderator

    Hi,
    You can try with the following code. Please insert this code to the functions.php in Kleo child theme.

    COPY CODE
    
    // limit group description length 
    function my_excerpt_group_description( $description ) {
    
      $length = 20;
      $description = substr($description,0,$length);
      return $description;
    }
    add_filter( 'bp_get_group_description', 'my_excerpt_group_description');
    

    then save the file and refresh the page. If you want more functionality for handling group descrioption, You can give this plugin a try. It will definitely get the job done. But unfortunately it is a paid plugin. If you have any question, please feel free to ask me anytime.
    Thanks.

    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: Back to Portfolio #35942
     Kamal
    Moderator

    Hi, can you please explain what you did before getting the 404 error? thanks
    and @Sharmstr: thank you very much for your help.

    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: Hiding Feature Image On Single Post #35938
     Kamal
    Moderator

    Hi @Erik,
    If you want to hide features image for a specif post on single post page, then you can do it by hiding it from the bottom theme option of the post editor. I have added the screenshot. Please see it below.
    But if you want to hide featured media eg. image, video etc on single post page then you can hide it from the blog section setting under theme options. I have added the screenshot for it too. By the way, I think the first option is the best option for your problem at the moment. If you have any question, please ask me anytime.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Back to Portfolio #35936
     Kamal
    Moderator

    Hi, you got a 404 error because you might have entered a permalink in the portfolio link setting, that does not exist. You should change it to a permalink that exists on you site. generally your all portfolios are shown on this permalink> yoursite.com/portfolio/ but if you change it to something else then that link should exists. I hope you understand the matter. If you do not understand anything, please feel free to ask again.Thanks.

    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 - 81 through 120 (of 236 total)

Log in with your credentials

Forgot your details?