Forum Replies Created

Viewing 40 posts - 2,241 through 2,280 (of 2,990 total)
  • Author
  • 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
    Attachments:
    You must be logged in to view attached files.
    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: Want to change the thumbnail size #103997
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    body.home .post-content .col-sm-3 {
        padding: 0;
    }
    

    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,

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

    COPY CODE
    
    .article-content section.container-wrap.main-color.vc_row-o-full-height {
    width:100% !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: Google Adsense #103984
     Radu
    Moderator

    Hi thannah,

    Please add this php snippet to your child theme /functions.php ( wp-content/themes/sweetdate-child/functions.php )

    COPY CODE
    
    function banner_before_activity() {
    
        echo '<div class="row">';
        echo '<img src="http://northdelawhere.happeningmag.com/wp-content/uploads/728x90-example-banner-600x90.jpg">';
        echo '</div>';
    }
    add_action ('bp_before_directory_activity_page', 'banner_before_activity');
    

    Replace

    COPY CODE
    
    <img src="http://northdelawhere.happeningmag.com/wp-content/uploads/728x90-example-banner-600x90.jpg">
    

    with your desired code.

    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: buddypress-media #103603
     Radu
    Moderator

    Please add this css to your theme options -> general options -> quick css

    COPY CODE
    
    .offcanvas-sidebar.side-color.is-open {
        z-index: 9999 !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: Facebook Share Picture #103567
     Radu
    Moderator

    Hi,

    I was able to login to ftp, it’s ok the avatar has images specified in bp-custom but the problem is Add-Meta-Tags WordPress plugin that will use the thumb version of the avatar not full, in this case contact them and ask about this.

    COPY CODE
    
    <meta property="og:image" content="http://altaperformance.pt/wp-content/uploads/avatars/9/1f1be267a4f75a36ad6bf3d11b0ba585-bpthumb.jpg" />
    

    It should be

    COPY CODE
    
    <meta property="og:image" content="http://altaperformance.pt/wp-content/uploads/avatars/9/1f1be267a4f75a36ad6bf3d11b0ba585-bpfull.jpg" />
    

    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 bar and button hidden #103392
     Radu
    Moderator

    Hi,

    Please add these to your wp-content/themes/buddyapp-child/style.css or in wp-admin -> appearance -> theme options -> quick css

    COPY CODE
    
    
    form#searchform {
        color: #fff !important;
    }
    
    .second-menu .search-form input.header-search {
        color: red !important;
        background: #fff;
    }
    
    .second-menu .search-form input.header-search:focus {    color: red !important;
        background: #efefef;}
    

    Replace color with your desired colors

    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 Not Working #103385
     Radu
    Moderator

    Hi,

    Sorry for this delayed response

    For the issue with icons please follow next code

    Add code this to wp-content/themes/sweetdate-child/functions.php

    COPY CODE
    
    function hook_fa_sweet_sq7() {
     
        $output = "<link rel='stylesheet' id='font-awesome-css'  href='http://seventhqueen.com/demo/sweetdatewp/wp-content/themes/sweetdate/assets/styles/font-awesome.min.css' type='text/css' media='all' />";
        echo $output;
    }
    add_action('wp_head', 'hook_fa_sweet_sq7');
    
    

    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: Turn off lazy load on blog #103348
     Radu
    Moderator

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

    COPY CODE
    
    .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
     
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    }
    

    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,

    If you need to restrict entire website for logged in users you can use the next function

    COPY CODE
    
    function allow_only_loggedin_users () {
    
        if(!is_user_logged_in() && !is_page('register') && !is_page('login')) {
            wp_redirect(home_url('register') , 301);
            exit;
        }
        
    }
    add_action('template_redirect', 'allow_only_loggedin_users', 99);
    

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

    If an user access your domain it will redirected to the registration form.

    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: Recent posts widget thumbnail #102912
     Radu
    Moderator

    Add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    .news-thumb img {
        border-radius: 0 !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: renaming buddypress icons #102887
     Radu
    Moderator

    Hi,

    Please use this function

    For renaming the media label you should add this snippet to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function rename_profile_menu_items(){
        global $bp;
        $bp->bp_nav['media']['name'] = 'documents';
    }
    add_action('bp_setup_nav', 'rename_profile_menu_items', 201);
    

    See related topics here : https://archived.seventhqueen.com/forums/topic/how-i-can-change-my-order-tab-in-buddypress-profile#post-85874

    If you need to rename another item just copy this $bp->bp_nav[‘media’][‘name’] = ‘documents’; and instead media put profile or what you need to translate.

    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: Remove the arrow #102777
     Radu
    Moderator

    Hi,

    You can hide that element by using this css

    COPY CODE
    
    p#btnGoUp {
        display: none !important;
    }
    

    The css can be added to wp-admin ->theme options -> Styling Options -> Quick css

    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: Button Graphics #102755
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    input.ninja-forms-field {
        border-radius: 3px;
        font-size: 1.2em;
        background: #400098;
        color: #fff;
        padding: 10px 30px;
        border: 1px solid #999;
    }
    

    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: Space Between Icons #102751
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    a.kleo-icon-anchor {
        margin: 0 15px;
    }
    
    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 add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .kleo-navbar-fixed .kleo-main-header.header-scrolled {
        border: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.0) !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: Facebook Share Picture #102714
     Radu
    Moderator

    Hi,

    Please review the ftp details

    COPY CODE
    
    Response:	530 Login incorrect.
    Error:	Critical error
    Error:	Could not connect to server
    

    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: Remove Visual Composer “pop-in” default animation #102670
     Radu
    Moderator

    Hi,

    Please add this css to your wp-content/themes/kleo-child/style.css

    COPY CODE
    
    
    .vc_grid-loading { display:none !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: Loading Spinner / Animation #102669
     Radu
    Moderator

    Hi,

    Please add these css’s into your wp-content/themes/kleo-child/style.css

    COPY CODE
    
    .vc_grid-loading,
    .vc_grid-loading:after,
    .vc_grid-loading:before {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        -webkit-animation: load7 1.8s infinite ease-in-out;
        animation: load7 1.8s infinite ease-in-out
    }
    
    .vc_grid-loading:before {
        left: -20px
    }
    
    .vc_grid-loading:after {
        left: 20px;
        -webkit-animation-delay: .32s;
        animation-delay: .32s
    }
    
    .vc_grid-loading:after,
    .vc_grid-loading:before {
        content: '';
        position: absolute;
        top: 0
    }
    
    @-webkit-keyframes load7 {
        0%,
        100%,
        80% {
            box-shadow: 0 2.5em 0 -1.3em rgba(51, 51, 51, .75)
        }
        40% {
            box-shadow: 0 2.5em 0 0 rgba(51, 51, 51, .75)
        }
    }
    
    @keyframes load7 {
        0%,
        100%,
        80% {
            box-shadow: 0 2.5em 0 -1.3em rgba(51, 51, 51, .75)
        }
        40% {
            box-shadow: 0 2.5em 0 0 rgba(51, 51, 51, .75)
        }
    }
    

    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: responsiveness of ‘connected page’ in Kleo template #102333
     Radu
    Moderator

    Hi,

    Fixed please check

    I’ve used this

    COPY CODE
    
    .kleo-mobile .article-content section.container-wrap:first-child {
    background-attachment: scroll !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: Text header + product page #102302
     Radu
    Moderator

    Hi Remus,

    Regarding the hover menu item , please use this css snippet

    COPY CODE
    
    .kleo-main-header ul li a:hover {
        color: #fff;
    }
    

    You can replace the #FFF color with your preferred color on menu item hover.

    Regarding the menu items color for entire site except homepage use this

    COPY CODE
    
    .kleo-main-header ul li a {color:#333 !important;}
    
    body.home .kleo-main-header ul li a {color:inherit !important;}
    
    

    Product Category Pages

    1. To be clear please provide a screenshot that pointing out exactly where you want to have the product tags

    2. Use this css

    COPY CODE
    
    p.woocommerce-result-count {
        display: none;
    }
    

    3. Use this css

    COPY CODE
    
    body.woocommerce select.orderby option[value=popularity] { display:none !important;}
    body.woocommerce select.orderby option[value=rating] { display:none !important;}
    
    

    NOTE : The css can be added in wp-admin -> theme options -> general options -> quick css or if you have child theme activated in wp-content/themes/kleo-child/style.css

    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: Profile Menu Icons Not Working #102210
     Radu
    Moderator

    Hi,

    It seems that the issue is caused by this plugin : pdf-light-viewer which is loading the same library icomoon.

    If you will apply this css rule

    COPY CODE
    
    .icon-logout:before {
    	content: "\e97a" !important;
    }
    

    The logout icon will be displayed, but i suggest you to stop that plugin to load that library cuz i might be affect other icons.

    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: Widget font size #102201
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    h4.widget-title {
        font-size: 1em !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
     Radu
    Moderator

    Done

    Add this css to kleo-child/style.css

    COPY CODE
    
    .dir-list span.update {
        display: none !important;
    }
    
    .dir-list .update.show {
        text-align: center !important;
    }
    

    I’ve used this function

    COPY CODE
    
    add_action( 'bp_directory_members_item', 'display_user_info_member_dir' );
    function display_user_info_member_dir() {
    echo '<div class="update show">';
    $userid = bp_get_member_user_id();
    
        echo "" . bp_profile_field_data('field=Full Name&user_id='.$userid);
        echo "</br>";
        echo "| ". bp_profile_field_data('field=Professional Title&user_id='.$userid);echo ", ". bp_profile_field_data('field=Location&user_id='.$userid);echo "". bp_profile_field_data('field=Country&user_id='.$userid);
        echo "</br>";
        echo " @ ". bp_profile_field_data('field=Position&user_id='.$userid);echo "". bp_profile_field_data('field=Working at&user_id='.$userid);
    }
    echo '</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: responsiveness of ‘connected page’ in Kleo template #102154
     Radu
    Moderator

    Ok i see,

    In this case please add this css to kleo-child/style.css

    COPY CODE
    
    .kleo-mobile .bg-parallax{background-attachment: scroll !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: bbpress arrow #101908
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    #bbpress-forums .hentry div.bbp-reply-content:before, #bbpress-forums .hentry div.bbp-topic-content:before {
        z-index: 21 !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: kleo-love, likes? #101758
     Radu
    Moderator

    Hi,

    You can hide the like/love functionality for logged out users by using this function

    COPY CODE
    
    function AllowKleoLikesToLoggedInUsers () {
        global $kleo_item_likes;
        if(!is_user_logged_in()) {
            remove_action('publish_post', array($kleo_item_likes, 'setup_likes'));
            remove_action('kleo_post_footer', array($kleo_item_likes, 'show_likes'));
            remove_action('kleo_show_love', array($kleo_item_likes, 'show_likes'));
            remove_action('wp_ajax_item-likes', array($kleo_item_likes, 'ajax_callback'));
            remove_action('wp_ajax_nopriv_item-likes', array($kleo_item_likes, 'ajax_callback'));
    
        }
    
    }
    add_action('after_setup_theme', 'AllowKleoLikesToLoggedInUsers', 99);
    
    
    

    The function needs to be added to wp-content/themes/kleo-child/functions.php

    NOTE : Child theme needs to be installed and activated

    You can reset the post likes via phpmyadmin with this query

    COPY CODE
    wp_postmeta

    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-reCAPTCHA-bp not showing correctly on Register page #101741
     Radu
    Moderator

    Hi,

    Please retry with this

    COPY CODE
    
    .g-recaptcha {
        width: 100% !important;
        height: 100% !important;
        display: inline-block;
        clear: both !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: PHP Warning: call_user_func_array #101716
     Radu
    Moderator

    Hi,

    If you remove this line

    COPY CODE
    
    add_action( ‘bbp_theme_after_reply_content’, ‘kleo_social_share’ );
    

    The error shouldn’t appear again in error.log

    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: rtmedia lightbox #101714
     Radu
    Moderator

    Hi,

    For the thumbs use this css :

    COPY CODE
    
    .aheadzen_vote {
        display: none !important;
    }
    

    And for the like activity use this plugin : http://buddydev.com/plugins/facebook-like-user-activity-stream-for-buddypress/
    Download link : http://buddydev.com/downloads/facebook-like-user-activity-stream-for-buddypress/versions/facebook-like-user-activity-stream-for-buddypress-1-1-6.zip?ea3e62

    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: rtmedia lightbox #101603
     Radu
    Moderator

    Hi,

    Please use this css

    COPY CODE
    
    .rtm-ltb-title {
        display: none;
    }
    

    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-reCAPTCHA-bp not showing correctly on Register page #101601
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    .g-recaptcha {
        clear: both !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: Tag Archive for: #101590
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    //Add me to child theme functions.php
    function kleo_title()
    {
    	$output = "";
     
    	if (is_tag())
    
    	{
    		$output = __('Tag Archive for Custom:','kleo_framework')." ".single_tag_title('',false);
    	}
    
    	return $output;
    }
    

    Replace “Tag Archive for Custom:” with your desired text.

    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? #101561
     Radu
    Moderator

    Hi whale,

    For the items ordering please follow this topic : https://archived.seventhqueen.com/forums/topic/how-i-can-change-my-order-tab-in-buddypress-profile#post-85874 check the links from this reply.

    For renaming the group label you should add this snippet to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function mb_profile_menu_tabs(){
        global $bp;
        $bp->bp_nav['groups']['name'] = 'Cities';
    }
    add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
    

    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: Many icons missing when using shortcode. #101559
     Radu
    Moderator

    Hi,

    For some reason my last reply was incomplete, what i want to say is : instead using this

    COPY CODE
    
       <i class="icon-Trophy"></i>
    

    you should use

    COPY CODE
    
       <span class="vc_icon_element-icon fa fa-trophy"></span>

    or

    COPY CODE
    
       <span class="fa fa-trophy"></span>
    

    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 Share Picture #101218
     Radu
    Moderator

    Hi,

    The problem is from avatar size now your avatar size is 50×50 and facebook it require a minimum image width and height 200×200 and you should set your avatar size to be larger

    Go to wp-content/plugins/ look for bp-custom.php if the file is not there create it and paste these into file

    COPY CODE
    
    define ( 'BP_AVATAR_FULL_WIDTH', 210 );
    define ( 'BP_AVATAR_FULL_HEIGHT', 210 );
    

    After you do that please reply to this thread and provide ftp details.

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

    Hi,

    I see that one css file is missing

    COPY CODE
    
    /wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css	GET	404	
    

    I suggest you create this file vc_lte_ie9.min.css in /wp-content/plugins/js_composer/assets/css/ and put this content http://seventhqueen.com/themes/kleo/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.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: Enable chat option with friends #101172
     Radu
    Moderator

    Hi,

    From example if you will use comet-chat plugin # https://www.cometchat.com/demo

    With this function that you will need to add it to wp-content/themes/kleo-child/functions.php the chat will be available only for the users that have memberships packages ID’s : 1, 2 and 3

    COPY CODE
    
    
    function ChatCheckMemberships() {
     
    if(pmpro_hasMembershipLevel(array(1,2,3), get_current_user_id())){
        echo '
    <link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"/>
    <script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>
    ';}
    }
    add_action('wp_head', 'ChatCheckMemberships')
    

    if(pmpro_hasMembershipLevel(array(1,2,3)

    1,2,3 represents the membership package id, you can add more or less packages.

    Now the cometchat widget will be loaded only if logged user has one of that memberships id.

    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 search results from unregistered users? #101169
     Radu
    Moderator

    Hi,

    If you have performed a search as guest user and you have receive 404 error the snippet that i have provided you it works, you need to adapt that snippet for your needs as how i said in this reply you can replace

    COPY CODE
    
        if ( $error == true )
           $query->is_404 = true;
        }
    

    with wp_redirect( home_url() ); to redirect to home or read here if you want additional options to that function https://codex.wordpress.org/Function_Reference/wp_redirect or you can replace with your desired function but you need to have some php knowledges

    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 - 2,241 through 2,280 (of 2,990 total)

Log in with your credentials

Forgot your details?