Forum Replies Created

Viewing 40 posts - 15,761 through 15,800 (of 20,101 total)
  • Author
  • in reply to: Bulk upload of data for multible ‘Places’ #108091
     Radu
    Moderator

    I’ve responded you here : https://archived.seventhqueen.com/forums/topic/help-bulk-upload-places

    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 pagination 404 error #108083
     Radu
    Moderator

    Hi,

    Unable to figure out

    Try to disable all plugins except visual composer and k-elements

    Let me know

    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: Add sticky menĂč #108079
     Radu
    Moderator

    Do you have solved the issue ?

    I see your header is sticky

    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: Register Home on Internet Explorer #108078
     Radu
    Moderator

    Hi,

    Please try this css

    COPY CODE
    
     .kleo-register-size-large input[type="text"],
    .kleo-register-size-large input[type="password"],
    .kleo-register-size-large input[type="text"]:focus,
    .kleo-register-size-large input[type="password"]:focus{
    	height: 50px;
    	padding: 10px 15px;
    	border-width: 2px !important;
    }
    

    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: Login box not editable #108074
     Radu
    Moderator

    Hi,

    Do you have this plugin installed and activated ? https://wordpress.org/plugins/are-you-a-human/ or a similar plugin ?

    Try to disable

    Let me know

    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: Registration page not working after 4.0 update #108071
     Radu
    Moderator

    Do you have/use child theme ?

    If yes, and you have some changes there, try to disable child theme by activating the parent and check again

    Let me know

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

    Try to unzip the archive and look for the another archive in it, try with that.

    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: Facebook Login only works sometimes #108068
     Radu
    Moderator

    Hi,

    Can you please provide website url to can view it ?

    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: customize AJAX Login #108066
     Radu
    Moderator

    Hi,

    The path for the file that controls the login pop-up is /wp-content/themes/kleo/page-parts/general-popups.php

    Please made this in child theme by copying the file to child theme for update proof, the path will be

    wp-content/themes/kleo-child/page-parts/general-popups.php

    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: Registration page not working after 4.0 update #108064
     Radu
    Moderator

    Hi,

    Do you have plugins update to ? check from wp-admin -> appearance -> install plugins

    try to disable this plugin : buddypress-nocaptcha-register-box and check if your register page it works after

    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,

    What error do you receive ?

    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: HELP Bulk Upload Places #108062
     Radu
    Moderator

    Regarding to this

    I can’t find the ‘usual’ Customization editors for the “feel free to call us +91.33.26789234 youremail@yourdomain.com” and the footer: “©2016 Directory”

    Go to wp-admin -> theme options -> header options -> Main menu info

    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: HELP Bulk Upload Places #108060
     Radu
    Moderator

    Hi OpenMinders,

    Please follow this link : https://wpgeodirectory.com/docs/csv-upload/

    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: Facebook Register Button only on homepage #108058
     Radu
    Moderator

    Hi,

    Please add this snippet to your wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    
    if (!function_exists('kleo_fb_button_shortcode')) :
    	function kleo_fb_button_shortcode()
    	{
    		$output = '';
    		if ( sq_option( 'facebook_login', 0 ) == 1 && get_option( 'users_can_register' ) && !is_user_logged_in() ) {
    			$output .= '<a href="#" class="kleo-facebook-connect btn btn-default "><i class="icon-facebook"></i>   ' . __("Log in with Facebook", 'kleo_framework') . '</a>';
    		}
    		return $output;
    	}
    	add_shortcode('kleo_fb_button', 'kleo_fb_button_shortcode');
    endif;
    
    

    Then add in what page do you want homepage or any page this shortcode

    [kleo_fb_button]

    Of course this will be displayed only for logged out users.

    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: NEW and HOT in menu #108053
     Radu
    Moderator

    Hi

    Just go to wp-admin -> appearance -> menus -> Go to item that you want to label and inside the em tags type your text (see attached screenshot)

    COPY CODE
    <em>NEW</em>

    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: Mobile Menu Not Working #108052
     Radu
    Moderator

    Hi,

    The issue is because the caret has same color as bg

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

    COPY CODE
    
    #header .navbar-nav li .caret:after {
        color: #444 !important;
    }
    

    Replace #444 with your desired color

    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 Posts no longer working #108043
     Radu
    Moderator

    Hi,

    Do you have WP updated ? and the plugins ? especially K-elements and Visual composer, check from Appearance -> install plugins.

    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

    Hi,

    Just copy that file but in child Example : wp-content/themes/kleo-child/paid-memberships-pro/pages/levels.php

    Then you can customize the template without affect core theme files.

    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,

    Please provide credentials to take a look .

    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: effects theme #108038
     Radu
    Moderator

    Hi,

    Sorry but i don’t understand, please be more specific

    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: Principal sidebar issue #108037
     Radu
    Moderator

    Hello,

    Do you have tried to set your layout defaults from wp-admin -> theme options -> blog -> Single Post page Layout* ?

    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: Fix sidebar #108036
     Radu
    Moderator

    Hi,

    Can you be more specific please ?

    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: Missing argument 3 for sb_we_lost_password_message #108035
     Radu
    Moderator

    Hi,

    Please follow this link : https://wordpress.org/support/topic/warning-missing-argument-4-for-sb_we_lost_password_message

    The author says that it will be fixed in next release.

    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: How do I fix up this fatal error? #108031
     Radu
    Moderator

    Hi Gandam,

    You debug was already set to be TRUE ? if yes set to false

    This notice is popular, an notice will not affect the script functionalities.

    https://www.google.ro/search?q=Notice%3A+bbp_setup_current_user+was+called+incorrectly

    http://php.net/manual/ro/function.error-reporting.php

    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: Sticky menu mobile padding #108028
     Radu
    Moderator

    Hi Patagonia

    Sorry but i don’t understand the question.

    Do you want to have scrolled header style all time ?

    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: Banner #108027
     Radu
    Moderator

    Hi,

    Please follow this topic : https://archived.seventhqueen.com/forums/topic/add-item-after-first-post-on-archive-pages

    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: Polylang #108025
     Radu
    Moderator

    Hi Sarizahzabie,

    The content from an post or page will be saved into database and it cannot work like a string, i see in your screenshot in admin area an EN flag,normally you should be able to build pages for every language, from example : your homepage is english with all vc elements title and rest of settings in english, you will need to switch language to other and to build again page in that language.. something like that.

    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: Mobile Responsiveness for Revolution Slider #108018
     Radu
    Moderator

    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: Optimal Image Sizes for Blog Posts #108017
     Radu
    Moderator

    It seems that the site from screenshot is using 350×200 img size thumb

    Please provide ftp access to paste that function for you

    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: Import Demo error #108016
     Radu
    Moderator

    Hi eugene,

    When try to login with facebook on you live version, after fist click to login to facebook it shows this

    Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.

    Please check this in app settings

    Regarding the memory recommendation, try to optimize memory usage by disabling plugin that you are not using, rtmedia is a heavy plugin.

    So my current 90 377 kB = 90 mb, for almost empty page, I suppose it will be much more with slider, carousel, users etc. SO around may be 150 mb and should i multiple it on 200 users? So my VPS should be like 150 * 200 = 30gb?

    150 * 200 = 30gb ? this calculation will be correct if all that 200 users will load page in same time, but if you will disable unused plugins you will obtain 5-6-70mb , and if you will use wp super cache, will create static html files, so.. no php processing.. no memory usage.

    For the settings that uses old path, yes you should do search in replace in db

    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: Image thumbnails #108011
     Radu
    Moderator

    Hi,

    I see, i’ve tried to activate/deactivate kleo child/parent, i think that some settings was lost…

    If yes adjust your settings back, i don’t know your configuration

    I’ve figure out what’s going on, you are using an custom grid named Woo grid ( see attached screenshot ) – the content is loaded on page but is hidden

    Please review that grid that you have builded, if you will change the template the content will be shown

    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: Mobile Responsiveness for Revolution Slider #108005
     Radu
    Moderator

    Hi tolunewman,

    I’ve investigated this issue, and this space actually is an adsense banner, please disable all plugins except rev slider, visual composer, k-elements and buddypress to see if the issue dissappear.

    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: Update Download Forbidden #107994
     Radu
    Moderator

    Ok i understand,

    You can update the theme without losing any data by uploading the theme files overwriting the existing theme files via FTP in this folder /wp-content/themes/kleo/

    If you are not able to do this, reply here with admin credentials and FTP to can do this for you.

    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: Scrolling #107992
     Radu
    Moderator

    Do you have child theme activated ?

    Verify from wp-admin -> appearance -> themes

    Let me know

    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 do I fix up this fatal error? #107991
     Radu
    Moderator

    Your wordpress is updated to latest version ?

    You plugins are updated ?

    If you disable plugins the error goes away ?

    Anyways add this go to wp-config.php and look for wp_debug and change from define( ‘WP_DEBUG’, false ); to define( ‘WP_DEBUG’, true ); also add this under the wp_debug true

    define( ‘WP_DEBUG_LOG’, true );
    https://codex.wordpress.org/Debugging_in_WordPress

    Look if any other error appears on screen after you enable the wp_debug, the WP_DEBUG_LOG will store all errors into debug.log in /wp-content/

    Let me know

    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: Import Get Connected content #107988
     Radu
    Moderator

    Hi,

    Please import All Demo Content ( this will import all required pages – not only the get connected page )

    Then please see this video tutorial, here is shown how to setup search profile fields on : https://www.youtube.com/watch?v=Jfw_30XgOg4

    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: Banner #107904
     Radu
    Moderator

    Please make a screenshot in that pointing out where do you need the banner to be placed.

    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: Import Demo error #107900
     Radu
    Moderator

    Hi eugene,

    I will answer you to only to how to change site url question, rest tomorrow,i’m not at office right now

    see here how to change url : http://www.inmotionhosting.com/support/website/wordpress/wordpress-changing-the-site-url-and-home-settings you should go to phpmyadmin look for wp_options siteurl and home edit these fields with your live url

    http://www.hostdime.com/resources/change-wordpress-site-url-via-phpmyadmin/

    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: Import Demo error #107872
     Radu
    Moderator

    I see,

    Normally this it should work without any problem,

    It’s hard to debug issues in that way, on your computer, not public.

    Try again the facebook login but keep the chrome inspect open and check console to see if any error appears and let me know

    It will be nice if you will be able to put your installation somewhere online to can take a closer look at this problem.

    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: Titel #107861
     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
Viewing 40 posts - 15,761 through 15,800 (of 20,101 total)

Log in with your credentials

Forgot your details?