Forum Replies Created

Viewing 40 posts - 16,041 through 16,080 (of 20,101 total)
  • Author
  • in reply to: Off centered columns? #105152
     Radu
    Moderator

    Hi,

    Please check if the row that contain that content have this option selected Vertical Aligned Content middle, if yes set to top and 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: Add overlay over background image. #105147
     Radu
    Moderator

    Hi,

    Please go to the row that contain that columns and click edit and CHECK Equal height ( see screenshot )

    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: Animate Numbers with comma #105143
     Radu
    Moderator

    Hi,

    If you need commas inside the kleo total member that is not possible, but if you want to have the total members number increasing and then 0000 from example you can use this

    COPY CODE
    
    [kleo_animate_numbers animation="animate-when-visible" timer="3000"][kleo_total_members][/kleo_animate_numbers],000
    
    

    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: Users profile 404 error #105136
     Radu
    Moderator

    Hi,

    Please make sure that this issue is not caused by some plugin, disable all plugin except buddypress and repeat the action, and make sure that the buddypress are configured correctly by going to wp-admin -> settings -> buddypress -> pages and the pages are assigned to each option see attachment.

    Cheeers

    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: Off centered columns? #105131
     Radu
    Moderator

    hi,

    Please provide link to that page where you have made the screenshots

    The cause can be an empty < p > tag

    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: 3 Footers w/ child theme #105129
     Radu
    Moderator

    Please give me admin credentials here in a private reply,i will install you child theme and i will upload that file too.

    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 #105126
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    function KleoCustomImagesSizes () {
         global $ kleo_config;
         // Post image sizes for carousels and galleries
         $ Kleo_config [ 'post_gallery_img_width'] = 555;
         $ Kleo_config [ 'post_gallery_img_height'] = 333;
    }
    add_action ('after_setup_theme', 'KleoCustomImagesSizes');
    

    Replace 555 and 333 with your desired image dimentions

    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: custumize icon #105124
     Radu
    Moderator

    Hi,

    That is not possible, but you can create a new row in that you will have to put 3 columns and then you can build your desired layout using your preferred images.

    Please look at this example

    COPY CODE
    
    [vc_row][vc_column width="1/3"][vc_single_image image="7834" img_size="medium" alignment="center"][vc_custom_heading letter_spacing=""][vc_column_text letter_spacing=""]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_single_image image="7834" img_size="medium" alignment="center"][vc_custom_heading letter_spacing=""][vc_column_text letter_spacing=""]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_single_image image="7834" img_size="medium" alignment="center"][vc_custom_heading letter_spacing=""][vc_column_text letter_spacing=""]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]
    

    Paste the code into a test page from text area not visual then switch to backend visual composer and place an example image in each image element, this is an alternative for the featured items.

    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: 3 Footers w/ child theme #105116
     Radu
    Moderator

    Hi,

    Please upload this file (sidebar-footer.php) to wp-content/themes/kleo-child/

    It will pass the update using changes in kleo-child.

    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: Installing theme for 50 dollars #105090
     Radu
    Moderator

    Hi,

    The installation service can be puchased from here : https://archived.seventhqueen.com/services/wordpress-theme-installation-service

    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: Mising post excerpt #105070
     Radu
    Moderator

    Hi Julio,

    Do you have changed the credentials ?

    I’ve tried on my kleo install and the excerpt is shown, please review the credentials i will take a closer look at your issue.

    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,

    Today or tomorrow a new version of kleo will be released and you will be allow to generate a login form or register form with shortcode

    COPY CODE
    
    [kleo_login show="login|lostpass" login_title="Log in with your credentials" lostpass_title="Forgot your details?" login_link="#|url" lostpass_link="#|url" register_url="hide|url"]
    

    Also this feature will be present as visual element in visual composer after you will update your Theme, K-elements and Visual composer.

    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: Five columns in one row #105057
     Radu
    Moderator

    Hi,

    The best option is to set background-size:cover and background-position: center right; then add this css to your site

    COPY CODE
    
    @media(max-width:720px) {
    .container>.navbar-header{
        line-height: 160px !important;
        height:150px !important;
    }
    }
    

    I’ve tested with this values and it looks good from my point of view.

    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: Five columns in one row #105015
     Radu
    Moderator

    Hi,

    Please add this css

    COPY CODE
    
    
    .home_box_wrap .col-sm-2 {
        display: initial !important;
    }
    

    Let me know if is ok like 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: All pages -also inactive- showing in filter #105010
     Radu
    Moderator

    Hi stamal,

    Can you please provide admin credentials to take a look at 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
     Radu
    Moderator

    Hi MogensPedersen,

    First of all i suggest you to update the sweetdate theme to latest version i see that you use an old version 2.8.4 and our latest theme version is 2.9.2.

    After update please check if your all issue still persists or not and 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,

    When you click that link it opens a page in a new tab, just press back or close the new opened tab, this how the theme it works.

    I cannot see your page it require an username and password.

    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: Five columns in one row #104813
     Radu
    Moderator

    Yes it’s ok with that classes

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

    And this class should be added to latest column (the empty col) home_box_last not at 5th column.

    COPY CODE
    
    .home_box_wrap .col-sm-2 {
        width: 20% !important;
    }
    

    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: Five columns in one row #104801
     Radu
    Moderator

    Hi,

    You should to add a custom class to match only that row and to apply some css rules available only for that row (section) not site-wide. Please see the attached screenshot just add a class name to the row that contain that 5 round avatars.

    After you do that, please leave the layout with that classes and reply here and i will provide you the css that will arrange the 5 cols.

    But you can try with this css

    COPY CODE
    
    .five_cols_homepage div div .col-sm-2 {
        width: 20% !important;
    }
    .five_cols_homepage .lastitem-hidden {
    display:none;
    }
    

    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: Wp-Login is Hanging, Why? #104775
     Radu
    Moderator

    It’s good if is solved now.

    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: Five columns in one row #104773
     Radu
    Moderator

    Hi Laura,

    I see that your page is already full width, the tutorial is showing an older version of Visual Composer, but explain me what do you want to achieve.

    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: Adding app.js to child theme #104762
     Radu
    Moderator

    If the error disappear enable plugins one by one to identify what causes this.

    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: Adding app.js to child theme #104761
     Radu
    Moderator

    Hi,

    I understand, to be clear, with parent theme activated the issue is the same ?

    If yes, disable all plugins clear your browser cache and server cache if you have and check again console and 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: How can register Japanese Font? #104760
     Radu
    Moderator

    You’re welcome

    Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    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: Form’s button – rename #104753
     Radu
    Moderator

    Hi,

    That string is part of BP Profile Search plugin and i see that the language folder is missing from plugins / bp-profile-search / languages

    Please provide me FTP to can 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
    in reply to: Internet Explorer view #104403
     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
    in reply to: Form’s button – rename #104400
     Radu
    Moderator

    Hi,

    Please provide admin credentials here to take a closer look, when you reply please mark the reply as private.

    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 and oEmbed #104390
     Radu
    Moderator

    Ok

    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: Internet Explorer view #104386
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    
    .main-color .nav-tabs > li.active > a,.main-color .nav-tabs > li > a {
        border-color: #f0f0f0;
        background-color: #f8f8f8;
        color: #666;
        margin-right:1px;
        border-radius: 5px 5px 0px 0px;
    }
    .main-color .nav-tabs > li.active:focus > a,.main-color .nav-tabs > li > a:focus { 
    
    	border:1px solid #ddd !important;
    	border-bottom:1px solid transparent !important;
    
    }
    .tabs-style-default>li.active>a, .tabs-style-default>li.active>a:hover, .tabs-style-default>li.active>a:focus {
    	border:1px solid transparent;
    
    }
    .kleo-tabs .nav-tabs { 
    border: 0px;
    }
    .tab-content>.tab-pane {
        padding: 20px;
        background-color: #F8F8F8;
    }
    
    

    It should be 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: members dissapear #104356
     Radu
    Moderator

    Hi,

    The sweetdate theme doesn’t delete users,

    Do you have some code in wp-content/themes/sweetdate-child/functions.php ?

    Besides this please try to disable all plugins except buddypress and test to see if the users continue to disappear

    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 at loading #104347
     Radu
    Moderator

    Hi,

    I’ve tried to reproduce the layout that it happens on your screenshot 10.png successful, this is happened when the kleo_dynamic.css is empty, this file is generated/updated after each theme options modification, after you made a modification in theme option please load the homepage to make sure that your sire is displayed correctly.

    Please see the screenshots, it seems that all are ok now.

    Let me know if your site is ok now.

    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: Can i change Profile sections? #104345
     Radu
    Moderator

    Hi,

    The function file is located here : wp-content/themes/kleo-child/functions.php ( you should connect to your web server via FTP and navigate in that path )

    NOTE : You should have installed and active Kleo Child Theme.

    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: contact form and other features in a post #104344
     Radu
    Moderator

    Hi,

    Ok,

    Let me know if is something that may i can help 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: outdated WooCommerce Templates – message #104343
     Radu
    Moderator

    Ok,

    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: contact form and other features in a post #104168
     Radu
    Moderator

    Hi,

    Please tell me where you want to place that subscription box at the top of the post or bottom ? Please provide a screenshot that pointing out where you need 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: outdated WooCommerce Templates – message #104166
     Radu
    Moderator

    Hi,

    Until the next of the week the update will be released

    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: fontello……..min #104163
     Radu
    Moderator

    Hi,

    1. If you want to append our existing fontello libraries, upload that json, check your additional icons and replace existing fontello from assets folder in this way the theme icons will remain intact and your desired icons will be included in fontello library.

    If you want to use the minified version of fontello just paste the min content to fontello.css

    2. This plugin : https://wordpress.org/plugins/mailchimp-for-wp/

    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: Service #104160
     Radu
    Moderator

    Hi Alex,

    The link from the service that i have given you includes theme installation and setup like in our demo with the customer logo and site title + description without any custom modification, if you need a custom service please contact our manager for custom works cornel@seventhqueen.com in that you will write your requirements.

    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: Internet Explorer view #104159
     Radu
    Moderator

    Hi,

    Please provide me link to that page from screen capture was made, and make sure that you will keep that page online with both tab elements.

    There are no template available.

    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: revolution slider #104158
     Radu
    Moderator

    You’re welcome

    Have a nice week

    Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    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 - 16,041 through 16,080 (of 20,101 total)

Log in with your credentials

Forgot your details?