Forum Replies Created

Viewing 40 posts - 19,521 through 19,560 (of 20,101 total)
  • Author
  • in reply to: Putting HTML code in section of a SPECIFIC page #51163
     Radu
    Moderator

    Hello,

    Add this code to your kleo-child functions.php

    COPY CODE
    
    
    function checkpage() {
        
        if (is_page('contact')) {
    
        echo '<script>alert("Hello! I am an alert box!!")</script>';
        
        }
    
    }
    add_action('wp_head','checkpage');
    

    Replace the example code from echo with your preffered js code.

    Also replace contact with your page slug.

    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: WP post comment notification #51160
     Radu
    Moderator

    Hello,

    Go to your domain.com/wp-admin/options-discussion.php then E-mail me whenever -> CHECK
    ✓ Anyone posts a comment
    ✓ A comment is held for moderation

    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: Theme Options not working #51158
     Radu
    Moderator

    Hello,

    I need to look closer, please provide admin credentials and FTP.

    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: transparent second level menu style site-wide? #51155
     Radu
    Moderator

    Hello,

    Please provide URL, i will give you a CSS snippet with second level transparency for the menu.

    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: Z-Index Profile Photo #50986
     Radu
    Moderator

    Problem fixed with this jQuery code

    COPY CODE
    
    
    <script>
    jQuery(document).ready(function(){
     
    	jQuery("a.public-mess-window").on( "click", function() {
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "static");
    	});
     
    	jQuery("a.priv-mess-window").on( "click", function() {
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "static");
    	});
     
    	jQuery(".mess-close").on( "click", function() {
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative");
    	});
     
    	jQuery(document).on('mouseup touchend', function(e){
    	        var container = jQuery(".mess-popup");
    	        if (!container.is(e.target) && container.has(e.target).length === 0){
    		jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative");
    		}
    	});
     
    });
     
     
    </script>
    
    

    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: Gap above Revolution Slider on Home Page #50978
     Radu
    Moderator

    Hello,

    Momentarily try with CSS Fix

    Add this CSS code to your Theme Options -> General Settings -> Quick CSS area or in your kleo-child/style.css

    COPY CODE
    
    .article-content > p:first-child {
    display: none !important;
    }
    

    Let me know if is ok.

    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: Z-Index Profile Photo #50964
     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: Banner it fitting in mobile #50937
     Radu
    Moderator

    Hello,

    Go to that slider sttings from Wp-Admin -> Revolution Slider (select your slider) -> Settings -> at Slider Layout section -> Check Auto Responsive

    If this not solve your problem, 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: RTMedia Page Title #50933
     Radu
    Moderator

    Also i need admin cretentials.

    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: RTMedia Page Title #50932
     Radu
    Moderator

    Hello,

    Please provide 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: can't see details from avatar #50929
     Radu
    Moderator

    Hello,

    Please provide this URL and i will give you a CSS FIX.

    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: Reinstall. #50926
     Radu
    Moderator

    Hello,

    You can reinstall the Kleo theme how many times you want as long as do it on a same domain ( with same licence ).

    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: Z-Index Profile Photo #50847
     Radu
    Moderator

    On my side is ok.

    Please provide a 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: RT Media photo gallery issue #50841
     Radu
    Moderator

    Hello,

    Post on rt media support forum for this issue.

    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,

    Yes this will be fixed in next theme update, but is not recommend to delete your child theme, if don’t want to use child theme anymore, just deactivate.

    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: Two strings that need to be fixed #50828
     Radu
    Moderator

    Hello,

    You are welcome,

    The untranslatable strings from the cover photo plugin will be fixed in the next plugin update.

    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: Twitter – Post Sharing #50827
     Radu
    Moderator

    Hello,

    Twitter will be short that link automaticaly and the link will be t.co/blabla and the anchor of the links will be somthing like this : http://www.vozenvoz.com/mexico/guadalajara/guadalaja&#8230;.

    Check 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: private page title #50825
     Radu
    Moderator

    Hello,

    Read this : https://bbpress.org/forums/topic/private-appended-twice-to-forum-title/

    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: Error in title section #50708
     Radu
    Moderator

    Hello,

    You can ignore that warning, you can set the background and that message will disappear.

    This Thing Will Be fixed in a future update of Kleo.

    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: change position of site notices? #50696
     Radu
    Moderator

    You are welcome,

    Unfortunately this feature cannot be customized from theme settings.

    Thanks for understanding

    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 help with installation #50695
     Radu
    Moderator

    Hello,

    Update your post_max_size in php.ini to a larger value.

    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: Theme Upload Issues #50662
     Radu
    Moderator

    Hello,

    I just activated the Kleo theme and i installed the plugins, seems to working without problems.

    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 header advert #50661
     Radu
    Moderator

    Please provide 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: Theme Upload Issues #50571
     Radu
    Moderator

    Also i need admin and password for wordpress.

    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: Errors in Explorer #50567
     Radu
    Moderator

    Hello,

    Take a look at the demo : http://seventhqueen.com/themes/kleo/checkout/ ( add something in cart and go to checkout page ) It works perfectly in IE, if you have made changes or you have added things in kleo-child, remove them and recheck.

    Make sure you have latest verion of kleo, in latest version this issue not exist.

    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: Theme Upload Issues #50561
     Radu
    Moderator

    If you cannot handle, please provide FTP/cPanel account, i need to 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: Transfer Data #50544
     Radu
    Moderator

    Hello,

    Please write an email with all details about the content. What “other content” means.

    I wait your email

    radu@seventhqueen.com

    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: Theme Upload Issues #50543
     Radu
    Moderator

    Hello,

    That white screen can be caused by many things,

    I recommend you to delete all data including database.

    It should work with a new database.

    If not work, give me cpanel details, i will help you with installation.

    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: Errors in Explorer #50541
     Radu
    Moderator

    Hello,

    Please provide the URL , i need to look closer.

    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 filter font wont change colors #50537
     Radu
    Moderator

    Hello,

    I’m not able to see that image,

    Please post the portfolio URL and i will give you a css fix for your 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: Six rows footer #50529
     Radu
    Moderator

    Hello,

    You need to replace functions.php from wp-content/themes/kleo folder (replace with this file – see attachment) also you need to replace sidebar-footer.php (see attachment)

    That’s all

    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: Gap above Revolution Slider on Home Page #50520
     Radu
    Moderator

    Hello,

    Please post the address where that white space appears.

    I will give you a css fix if is possible.

    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: Your Pinterest TXT file is not working #50516
     Radu
    Moderator

    Hello,

    The link works on my side.

    I attached here pinterest.txt ( see attachment )

    COPY CODE
    
    [vc_row inner_container="yes" text_align="center" section_type="main" type="image" bg_image="3384" bg_position="center" bg_position_horizontal="center" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.04" padding_top="300" padding_bottom="60" min_height="0.04" border="none" css_animation="right-to-left"][vc_column width="1/1"][vc_column_text css_animation="right-to-left"]
    <h1><span style="color: #ffffff;">EXPLORE THE PLANET</span></h1>
    [/vc_column_text][kleo_gap size="20px"][kleo_search_form form_style="transparent"][kleo_gap size="30px"][vc_row_inner][vc_column_inner width="1/4"][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"]
    <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2>
    <p style="color: #fff;">MEMBERS ONLINE</p>
    
    [/vc_column_text][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"]
    <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2>
    <p style="color: #fff;">MEMBERS ONLINE</p>
    
    [/vc_column_text][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"]
    <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2>
    <p style="color: #fff;">MEMBERS ONLINE</p>
    
    [/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row inner_container="no" section_type="alternate" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" padding_top="20" padding_bottom="20" min_height="0" border="bottom" css_animation="right-to-left" bg_color="#f7f7f7"][vc_column width="1/1"][vc_posts_grid loop="size:All|order_by:date"][/vc_column][/vc_row]
    
    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 #50514
     Radu
    Moderator

    You need to update Visual Composer versio is to old.

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

    Or follow this steps :

    1. Deactivate Visual Composer Plugins
    2. Delete Visual Composer Plugin
    3. Go to http://pentaprismcommunity.org/wp-admin/themes.php?page=install-required-plugins
    4. Cleck Visual Composer Plugin an click install.

    That’s all

    It should work

    Let me know if it works

    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: Two strings that need to be fixed #50509
     Radu
    Moderator

    Hello,

    Please replace that files :

    wp-content/themes/kleo/buddypress/groups/create.php with this ( attachment )
    wp-content/themes/kleo/buddypress/groups/single/admin.php with this ( attachment )

    Sorry for inconvenience

    Let me know if it works.

    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 not responsive. #50484
     Radu
    Moderator

    Hello,

    Can you elaborate a little ?

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

    And the website address is ?

    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: change position of site notices? #50477
     Radu
    Moderator

    Hello,

    I maked a little customization of that notification , try with css code, the message will be appear centred and with a transparent border

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

    COPY CODE
    
    #sitewide-notice #message {
      right: 0;
      left: 0;
      top: 30%;
      position: fixed;
      margin: 0px auto;
      width: 60%;
      border: rgba(0,0,0, 0.3) solid 20px;
      z-index: 9999;
     }
    #sitewide-notice #message #close-notice {
      display: block;
      float: right;
      margin-top: 0px;
      background-color: #efefef;
      padding: 2px 10px;
      color: #000;
      text-transform: uppercase;
    }
    .buddypress div#message p, #sitewide-notice p { margin: 0; }
    
    

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

    Please proivide admin credentials to take a look closer.

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

    Hello,

    Please update VC and K-elements and enable/disable the plugins.

    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
Viewing 40 posts - 19,521 through 19,560 (of 20,101 total)

Log in with your credentials

Forgot your details?