Forum Replies Created

Viewing 40 posts - 19,281 through 19,320 (of 20,101 total)
  • Author
  • in reply to: Blog Image width #57570
     Radu
    Moderator

    Hello,

    I cannot view your site, it shows “We are having a make over”

    Provide an user with admin credentials.

    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: Mobile Version Not Working #57569
     Radu
    Moderator

    Please provide admin credentials.

    Cheers

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

    Hello,

    That function it’s identically like this on this forum.

    If this function does not help you, you can modify it…

    Cheers

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

    Hello,

    I need to look closer.

    Please provide url and admin credentials

    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 to adjust line height in widget #57478
     Radu
    Moderator

    Hello,

    Please give me a screenshot pointing out the area to which are you referring to.

    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: FATAL ERROR #57476
     Radu
    Moderator

    Try to delete buddypress plugin and then reinstall this plugin,

    Let me know if this solve the problem

    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: NEED AN URGENT REPLAY !! #57289
     Radu
    Moderator

    Hello,

    Try to do this : http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Replace 96 with 256 or 512.

    If this doesn’t work, contact your hosting company.

    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 permalink structure gives me a 404 error #57234
     Radu
    Moderator

    You need to enable rewrite module for apache.

    Read more here : http://forum.wampserver.com/read.php?2,30758,30758 or search on google enable rewrite module wamp

    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 can I change the size of the profile icons. #57232
     Radu
    Moderator

    Sorry…

    use this instead

    COPY CODE
    
    #buddypress div#item-nav ul li a:before{font-size:2.5em}
    
    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: disqus with portfolio issues #57230
     Radu
    Moderator

    Hello,

    Can you provide a link of that page ?

    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: Blog Image width #57227
     Radu
    Moderator

    Hello,

    In what page do you want to have images at 800px ?

    I need to know exactly in what layout you need 800px image, to give you correct informations.

    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: WPtouch #57220
     Radu
    Moderator

    Hello,

    The Kleo is already full responsive, but if you want that plugin and kleo you can use it.

    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: Groups #57211
     Radu
    Moderator

    Hello,

    Thank you for compliments !

    Go to WP-Admin -> Settings -> Buddypress -> Settings

    Uncheck Group Creation (see screenshot)

    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: div to bottom #57208
     Radu
    Moderator

    Please provide link of your page, i need to see live page…

    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: Breadcrumbs – Two Things #57202
     Radu
    Moderator

    Please provide a link with that product page that not displays breadcrumbs.

    Also provide admin credentials.

    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: Mobile Version Not Working #57200
     Radu
    Moderator

    What version of kleo do you have ?

    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 change the size of the profile icons. #57198
     Radu
    Moderator

    Try to add this in Theme Options -> General settings -> Quick CSS

    COPY CODE
    
    #buddypress div#item-nav ul li.current a:before{font-size:2.5em}
    

    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: How can I change the size of the profile icons. #56809
     Radu
    Moderator

    Hello,

    Take a look here : https://archived.seventhqueen.com/knowledgebase/changing-section-icons-in-profiles-and-groups

    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: Breadcrumbs – Two Things #56806
     Radu
    Moderator

    Go to that product backend, scroll down,below content area.
    (see screenshot)

    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 in header above menu #56804
     Radu
    Moderator

    Hello,

    There is no out of the box options to achieve this, you’ll probably have to modify header template to build something similar of what you want.

    Actually is possible but with few hours of dedicated time for that.

    Hope you understand

    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: Embedding Youtube videos #56797
     Radu
    Moderator

    Hi @vikverma

    Provide that post link, i will take a look and i will give you a css fix.

    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: Breadcrumbs – Two Things #56636
     Radu
    Moderator

    Hello again,

    Add this snipped to your kleo-child/functions.php

    COPY CODE
    
    function kleo_remove_title() {
    
    remove_action('kleo_before_main_content', 'kleo_title_main_content');
    }
    
    add_action('wp_head','kleo_remove_title', 20);
    

    Then you need to go Theme Options -> Layout Settings -> Page Title location -> Select MAIN SECTION

    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 to exclude a tag or category in default blog page #56628
     Radu
    Moderator

    A small thing, just re assign a blog page from Settings -> Readings -> Front page displays -> Posts page.

    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 to exclude a tag or category in default blog page #56623
     Radu
    Moderator

    Hello,

    I added in your kelo-child/functions.php this function that will exclude certain categories.

    COPY CODE
    
    function exclude_category_home( $query ) {
        if ( $query->is_home() && $query->is_main_query() ) {
            $query->set( 'cat', '-2,-80' );
        }
    }
    add_action( 'pre_get_posts', 'exclude_category_home' );
    

    If you want to add more categories, just separate them with commas.

    Let me know if is 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: how to exclude a tag or category in default blog page #56584
     Radu
    Moderator

    HEllo,

    Please give me the url, and the admin credentials.

    I need to take a look closer.

    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: Semi-transparent background for the menu #56277
     Radu
    Moderator

    Hello,

    You can do the menu transparent by navigating to Wp-Admin -> Theme Settings -> Header Options -> Set ON Transparent Main Menu ( see attachment )

    For the font color changing use this CSS.

    COPY CODE
    
    .navbar-transparent.on-dark-bg #header .logo a, .navbar-transparent.on-dark-bg .navbar .navbar-nav>li>a, .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after {
    color:red;
    }
    

    Add this code to Theme Options -> General Settings -> Quick CSS area, or you can paste this code to kleo-child/style.css

    Replace red with your desired color.

    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: Homepage appears different on tablet #56274
     Radu
    Moderator

    Hello,

    Go to your homepage backend and for that placeholder image you need to set padding-bottom:300px;

    As you can see the padding-top have already 300px.

    If you cannot handle please provide access.

    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: search box placeholder #56271
     Radu
    Moderator

    Hello,

    Go to FTP -> wp-content -> themes -> kleo-child -> create folder named bbpress

    The path will be : wp-content -> themes -> kleo-child -> bbpress

    Here you need to upload this file form-search.php ( check attachment )

    Also you need to have kleo-child theme active.

    It should work.

    Cheers

    Radu

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

    Hello,

    Try with this function

    COPY CODE
    
    
    add_filter('bpcp_max_upload_size', 'set_cover_upload_size');
    function set_cover_upload_size() {
    	return '2000';
    }
    

    If your file size is lager than 2000kb increase it to what value you want.

    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: Password Recovery and Reset #56263
     Radu
    Moderator

    Hello,

    The members can change/reset the password by visiting http://yourDomain.com/wp-admin/profile.php

    Update password in that fields.

    New Password

    Repeat New Password

    That’s all.

    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: Installing KLEO #56256
     Radu
    Moderator

    Hello,

    Go to Wp-Admin -> Appeareance -> Menus -> Press from top right screen options, check buddypress and kleo.

    Then select Links below kleo and add subitem to My Account.

    Read more here : https://archived.seventhqueen.com/documentation/kleo#menus

    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: Breadcrumbs – Two Things #56255
     Radu
    Moderator

    Hello,

    To hide title, go to post backend , go to Theme General Settings -> Tab Title Section, then check HIDE TITLE ( see screenshot )

    For the woocommerce, go to that certain product look for “Theme Product settings” -> Scroll down then make sure the Hide the title is unchecked.

    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: Update Kleo #56251
     Radu
    Moderator

    Hello,

    Please read here : https://archived.seventhqueen.com/documentation/kleo#updates

    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 in header above menu #56250
     Radu
    Moderator

    Hello,

    Sorry but i really can’t understand….

    Please draw a small mock up with your request….

    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 exclude a tag or category in default blog page #56247
     Radu
    Moderator

    Hello,

    1. Activate Kleo Child Theme.

    2. Then replace index.php from child theme with this file ( see attachment ).

    3. Open the index.php look for $hidecategories = ‘cat=-1,-2,-3’; ( line 26 )

    Replace -1 with id from category do you want to hide if you want to hide only one category the code will be like this : $hidecategories = ‘cat=-1’; but if you have more than one category to hide code will be like this : $hidecategories = ‘cat=-1,-2,-3’;

    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: Rev Slider will not go full screen #56225
     Radu
    Moderator

    Hello,

    Go to WP-Admin -> Go to Pages -> Go to Homepage -> Edit -> Template -> Select Full Width.( see attachment )

    Go to WP-Admin -> Revolution Slider -> select your slider -> check Auto Responsive. ( see attachment )

    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: Homepage appears different on tablet #56224
     Radu
    Moderator

    Hello,

    Please provide site 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: reduce the gap between images #56106
     Radu
    Moderator

    You need to send me an user and password to see your site.

    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: reduce the gap between images #56102
     Radu
    Moderator

    Sorry, but your site is not public.

    I need access

    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: reduce the gap between images #56096
     Radu
    Moderator

    Hello,

    Please provide the url, i will give you a css fix for this.

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

Log in with your credentials

Forgot your details?