Forum Replies Created

Viewing 40 posts - 15,401 through 15,440 (of 20,101 total)
  • Author
  • in reply to: Add overlay over background image. #111023
     Radu
    Moderator

    Hi, you should find what plugin causes the problem that not allows you to save changes in VC… after you find the problematic plugin you can tell me about that… but you should to find it

    Regarding to this

    Now no text is saving and everything that was written was deleted

    Strange because all that texts and settings are saved into database, try to revert an old revision 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: Nothing Found For Activity P 64 #111014
     Radu
    Moderator

    Hi,

    It seems that i cannot reproduce the error.. see this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwMndwM2dETjk3cUU/view

    Maybe this is happen only on your account ?

    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: Sorry, no members found #111011
     Radu
    Moderator

    Do you have done this setting ?

    Go to Wp-admin -> tools -> buddypress -> CHECK

    Count friends for each user Count groups for each user Count total members Repair user “last activity” data
    Then click -> Repair items

    If this its no working add this function to wp-content/themes/sweetdate-child/

    COPY CODE
    
    
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    

    Let me know

    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: Moving Host #111010
     Radu
    Moderator

    Hi,

    You can move your site how many times you want and there is no limit for theme uploading, there is no problem with the theme.

    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: mega menu not working #111008
     Radu
    Moderator

    The plugins can be deactivated from wp-admin -> plugins -> select all deactivate all, then clear your browser cache and look if the menu items looks ok

    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: Email not working #111007
     Radu
    Moderator

    Hi,

    According the log

    COPY CODE
    
    2016-03-15 20:25:04	Connection: opening to ssl://smtp.centurylink.net:25, timeout=300, options=array ()
    2016-03-15 20:25:05	SMTP ERROR: Failed to connect to server: Connection refused (111)
    2016-03-15 20:25:05	SMTP connect() failed.
    

    You cannot connect to server email, please contact the hosting provider and ask it about this.

    Yes the issue with emails it’s related the activation emails.

    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: Hide authors of blog posts #111005
     Radu
    Moderator

    Hi,

    I’ve added this css in child theme style.css

    COPY CODE
    
    
    .page-id-2792 #main-container .article-content p {
         font-family:'Merienda' !important;
    }
    
    

    And the Merienda font is loaded via wp-admin-> theme options -> fonts -> h6

    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

    Hi,

    Yes, please leave the accounts with same password, the admin account and the editor account, this is need to our team to test and to see how the issue is caused,one of my colleague will respond you here when it looks and find a solution.

    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: Login Popup with Ubermenu doesn't work #110992
     Radu
    Moderator

    Hi,

    Please provide admin credential to take a look

    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: page refreshing always top #110990
     Radu
    Moderator

    Hi,

    The links wasn’t pasted by mistake, i provided to you an example how you can access a link and then to scroll to certain section

    You you will access your website with #dividname at the end the browser will scroll automatically to that section.

    https://answers.squarespace.com/questions/24059/code-for-scrolling-to-a-div-when-clicking-a-link.html

    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: Buddypress layout on mobile/small screen. #110986
     Radu
    Moderator

    Hi,

    It’s done but please remove this from wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    #buddypress .activity-list .activity-content {
        margin: 0 0 0 100px !important;
    }
    

    For the line from activity just add this css

    COPY CODE
    
    #buddypress .activity-timeline {left:45px}
    

    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: request #110981
     Radu
    Moderator

    Hi,

    Try with this plugin

    https://wordpress.org/plugins/buddypress-verified/

    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: Plugin update error #110980
     Radu
    Moderator

    Hi,

    If your Visual Composer version is 4.10 it’s ok !

    We will release a new theme update at the end of the week please wait until then and you will be able to update your vc

    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: woocommerce template outdated #110979
     Radu
    Moderator

    Please wait few days until we release a new theme update and you will be able get rid of that notifications.

    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: Tech issue – the new members option isn’t working #110975
     Radu
    Moderator

    Hi,

    1. Try to repair user “last activity” data from wp-admin -> tools -> buddypress check “last activity” and repair let me know.

    2. Please follow these links :
    https://buddypress.org/support/topic/creating-a-page-with-nav-tab-subnav-for-buddypress-profiles/
    https://buddypress.org/support/topic/adding-a-subnav-with-new-page-content-to-the-profileactivity-page/
    https://buddypress.org/support/tag/subnav/

    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: Error in layout in post page #110969
     Radu
    Moderator

    Hi,

    1. Add this function to kleo-child/functions.php

    COPY CODE
    
    
    function kelo_show_post_meta () {
    
    ?>
    <?php if( kleo_postmeta_enabled() ): ?>
        <div class="article-meta shortcode">
    			<span class="post-meta">
    				<?php kleo_entry_meta();?>
    			</span>
            <?php edit_post_link( esc_html__( 'Edit', 'kleo_framework' ), '<span class="edit-link">', '</span>' ); ?>
        </div><!--end article-meta-->
    <?php endif;?>
    <?php
    }
    
    add_shortcode('kelo_show_post_meta','kelo_show_post_meta');
    
    

    And this css to wp-content/themes/kleo-child/style.css

    COPY CODE
    
    
    article .article-meta.shortcode { width: auto !important; display: inline-block; }
    article .article-meta.shortcode small{ display:inline-block !important;margin-right:5px; }
    .article-meta.shortcode small.meta-comment-count a { font-size: 18px !important; }
    
    

    2. I don't know how do you want to style the borders give a sketch please.

    3. Add this css and replace red with your desired color

    COPY CODE
    
    .masonry-listing .format-standard .post-title {
        border-left: 3px solid red;
    }
    

    For the rest of the modifications i recommend you to hire a developer.

    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: Shrink menu #110954
     Radu
    Moderator

    You can set small padding with the menu items on mobile

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

    COPY CODE
    
    @media (max-width: 991px){
    #header .navbar-nav li a {
        padding: 5px 0;
    }
    }
    
    

    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: hide title in forums #110848
     Radu
    Moderator

    Good,

    Have a nice week

    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: Issue with Profile Fields #110845
     Radu
    Moderator

    You’re welcome

    Have a nice week

    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: Custom Profile Fields #110841
     Radu
    Moderator

    Hi,

    Try with this css

    COPY CODE
    
    #buddypress div.profile .dl-horizontal dt {
        width: auto;
        float: left;
        margin-right: 10px;
    }
    

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

    Let me know

    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: Visual Composer Update Failed #110840
     Radu
    Moderator

    Hi,

    A new kleo update will be released at the end of this week and then you will be able to update the vc without any key, until then keep the 4.10 version

    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: Install errro #110835
     Radu
    Moderator

    Make sure that archive that you try to upload is not main package open archive and look into it for another zip, if there is another zip, extract that zip and upload then

    Let me know

    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: Kleo + texte #110834
     Radu
    Moderator

    Hi,

    Please make sure that Visual composer and K-elements are updated, you can check from wp-admin -> appearance -> install plugins, Visual composer should have Version 4.10 and K-elements Version 4.0.2

    Let me know

    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: request #110830
     Radu
    Moderator
     Radu
    Moderator

    Hi,

    Try with this

    COPY CODE
    
    <div class="kleo-quick-contact-wrapper">
    
    <a class="kleo-quick-contact-link" href="#">OPEN</a></div>
    
    

    OR only with this

    COPY CODE
    
    
    <a class="kleo-quick-contact-link" href="#">OPEN</a></div>
    
    

    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: hide title in forums #110823
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    body.groups.forum section.title-single {
        display: none !important;
    }
    

    Let me know if is ok

    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: Post section is smushed when on mobile #110822
     Radu
    Moderator

    Hi,

    Please update your theme to latest version 4.0.3 after you do theme update go to wp-admin -> appearance -> install plugins and update all plugins that have update available especially Visual Composer and K-elements.

    After update clear your browser cache

    Let me know

    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: Portfolio Navigation #110816
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    body.single-bb_project .pagination-sticky {
        display: none !important;
    }
    

    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: Plugin update error #110815
     Radu
    Moderator

    Hi,

    Provide error message or a print screen to can figure out what’s about

    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: Footer Links #110814
     Radu
    Moderator

    Done

    I’ve added this before and after your markup

    COPY CODE
    
    <div style="clear: both;"></div>
    

    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: WC Shop page: products per row? #110812
     Radu
    Moderator

    Hi,

    This can be a padding issue ? or who knows ? please provide page url to take a look

    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: Developer wanted #110811
     Radu
    Moderator

    Hi !

    Please write your needs at our development department dev@seventhqueen.com ,our colleague Cornel will get back to you in approximately 24 hours

    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: Visual composer update #110808
     Radu
    Moderator

    Hi,

    You should keep the VC to version Version 4.10 until we release a new theme update in that you will be able to update vc without any key.

    The update will be released at the end of the week

    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: Moving Host #110807
     Radu
    Moderator

    Hi,

    Really i don’t understand what is your problem, please provide more accurate details

    Please follow this related topic : https://archived.seventhqueen.com/forums/topic/transfer-of-domain

    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: Moving Host #110806
     Radu
    Moderator

    Hi,

    Really i don’t understand what is your problem, please provide more accurate details

    Please follow this related topic : https://archived.seventhqueen.com/forums/topic/transfer-of-domain

    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: Background Images not sticking #110804
     Radu
    Moderator

    Hi,

    Please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and 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 is something related to php memory please follow this link : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Let me know

    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

    Great !

    Have a nice week

    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

    Hi thm

    Please disable all plugins and child theme by activating the parent theme then clear your browser cache and check again and let me know if this is useless provide ftp to take a closer look

    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

    Hi,

    I see the issue,

    First let’s try principal possible causes, please disable all plugins and then check if the image appears if this is useless please enable parent theme and check again

    Let me know if one of these causes this.

    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: zip code starting with 0 #110799
     Radu
    Moderator

    Hi,

    Just i’ve signed up with a test account named test and i’ve added on zip field 012345 and i was able to sign up so what is the issue ?

    Maybe do you have solved this meanwhile ?

    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 - 15,401 through 15,440 (of 20,101 total)

Log in with your credentials

Forgot your details?