Forum Replies Created

Viewing 40 posts - 23,321 through 23,360 (of 25,000 total)
  • Author
  • in reply to: PMPro adding bulk of page load times #53242
     Laura
    Moderator

    Hello, have you tried a CDN? Your site should be perfect in load speed, so i think its related to your hosting provider, what hosting do you use?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Homepage image #53160
     Laura
    Moderator

    Hello, you should have both codes together, like this:

    COPY CODE
    
    #header {
      background-size: cover !important;
      background-attachment: initial;
    {
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Opt-in pop-up forms #53157
     Laura
    Moderator

    Hello, there are many plugins that can do this for you, such as http://codecanyon.net/item/ninja-popups-for-wordpress/3476479 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: css problem with events manager plug in #53155
     Laura
    Moderator

    Hello, so its this resolved?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: User Registration Notification #53153
     Laura
    Moderator

    Hello, maybe this can help https://wordpress.org/plugins/disable-new-user-notifications/ 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Color Changes Outside Theme Options #53112
     Laura
    Moderator

    Hello, fixed with

    COPY CODE
    
    .options-content {
      color: rgb(84, 84, 84) !important;
    }
    .options-content span.titlelabel {
      color: rgb(84, 84, 84) !important;
    }
    .article-content .categories-selector, .article-content .tags-selector {
      color: rgb(84, 84, 84);
    }
    #buddypress div.generic-button a, .buddypress div.generic-button a {
      display: inline-block;
      font-size: 11px;
      text-transform: uppercase;
      color: rgb(84, 84, 84) !important;
    }
    .options-content.options-content-second label.titlelabel {
      color: rgb(84, 84, 84);
    }
    

    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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: wordpress failure notice theme upload #53111
     Laura
    Moderator

    Hello, could you explain a bit more nº1?
    Nº2 Do you want to exclude logo from homepage? You can upload the demo file to have all the pages from demo, and use the pinterest homepage as a frontpage in Settings > Reading, for the sign up, do you mean a button? a form?
    Nº3 The api is at your themeforest account, go to your profile > Settings and API Keys , that is your key 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: 2 weeks and counting #53052
     Laura
    Moderator

    Hello, i’m sorry but i have tested it also in incognito and with/without cookies, the homepage loads in 3 seconds, for me and my other computers, also phone

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: 2 weeks and counting #53010
     Laura
    Moderator

    Hello, homepage takes less than 3 seconds to load for me using Chrome and as you can see here http://tools.pingdom.com/fpt/#!/j6qOe/http://rawvod.com/ it really only takes 3 seconds it may be your internet connection or any other issue in your computer because mine and test website speed tool only take 3 seconds

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: SIGN UP BUTTON #53008
     Laura
    Moderator

    Hello, could you share a link to your website with an admin account info? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Bp-Album profile tab Bp-Album #53006
     Laura
    Moderator

    Hello, i just noticed that you are not using the child theme, please install it and activate it, if not, any change that you want will be lost once you update the theme. The child theme is located in the folder when you purchased it.

    For your question, once you have the child theme activated, go to your ftp and in the child theme folder under wp-content/themes find functions.php and add the following lines

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs() 
    {
    	global $bp_tabs;
    	$bp_tabs = array();
    	/* rtMedia tab - only if plugin installed */
    	if (class_exists('RTMedia')) 
    	{
    		$bp_tabs['rtmedia'] = array(
    				'type' => 'rt_media',
    				'name' => __('My work', 'kleo_framework'),
    				'class' => 'mySlider'
    		);
    	}
     
    	/* Bp-Album tab - only if plugin installed */
    	elseif (function_exists('bpa_init')) {
    		$bp_tabs['bp-album'] = array(
    				'type' => 'bp_album',
    				'name' => __('My photos', 'kleo_framework'),
    				'class' => 'mySlider'
    		);
    	}
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Homepage image #53005
     Laura
    Moderator

    Hello, to cover full page use this

    COPY CODE
    
    #header {
      background-size: cover !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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: 2 weeks and counting #53002
     Laura
    Moderator
    This reply has been set as private.
     Laura
    Moderator

    Hello, that is an activity that you sent. Just delete it

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Member's page not showing (showing 404 instead) #52999
     Laura
    Moderator

    Hello, how have you installed your website? Your pages are setup as /index.php/members
    Could you please share ftp information? I could re-install it for you

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: export user data problem #52995
     Laura
    Moderator

    Hello, it may be, have you tried to edit it so it match?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Editing a page directly in Html #52994
     Laura
    Moderator

    Hello, shortcodes are generated by php files, it depends on what do you want to edit.
    You cannot edit php from the dashboard page editor

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Additional main logo and link #52993
     Laura
    Moderator

    Hello, its done, i copied /kleo/page-parts/general-header-section.php to /kleo-child/page-parts/general-header-section.php

    Edited it and replaced the full code with

    COPY CODE
    
    <?php
    /**
     * Header section of our theme
     *
     * Displays all of the <div id="header"> section
     *
     * @package WordPress
     * @subpackage Kleo
     * @since Kleo 1.0
     */
    
    //set logo path
    $logo_path = sq_option_url( 'logo' );
    $logo_path = apply_filters( 'kleo_logo', $logo_path );
    $social_icons = apply_filters( 'kleo_show_social_icons', sq_option( 'show_social_icons', 1 ) );
    $top_bar = sq_option( 'show_top_bar', 1 );
    $top_bar = apply_filters( 'kleo_show_top_bar', $top_bar );
    
    $top_menu = wp_nav_menu( array(
            'theme_location'    => 'top',
            'depth'             => 2,
            'container'         => 'div',
            'container_class'   => 'top-menu col-sm-12 col-md-7 no-padd',
            'menu_class'        => '',
            'fallback_cb'       => '',
            'walker'            => new kleo_walker_nav_menu(),
            'echo'              => false
        )
    );
    
    $primary_menu = wp_nav_menu( array(
            'theme_location'    => 'primary',
            'depth'             => 3,
            'container'         => 'div',
            'container_class'   => 'collapse navbar-collapse nav-collapse',
            'menu_class'        => 'nav navbar-nav',
            //'fallback_cb'       => 'kleo_walker_nav_menu::fallback',
            'fallback_cb'       => '',
            'walker'            => new kleo_walker_nav_menu(),
            'echo'              => false
        )
    );
    
    ?>
    
    <div id="header" class="header-color">
    	
    	<div class="navbar" role="navigation">
    
    		<?php if ($top_bar == 1) { //top bar enabled ?>
    		
    		<!--Attributes-->
    		<!--class = social-header inverse-->
            <div class="social-header header-color">
            <div class="container">
                <div class="top-bar">
    
                    <div id="top-social" class="col-sm-12 col-md-5 no-padd">
                        <?php echo kleo_get_social_profiles(); ?>
                    </div>
    
                    <?php
                    // Top menu
                    echo $top_menu;
                    ?>
      
                </div><!--end top-bar-->
            </div>
    			</div>
    		
    			<?php } //end top bar condition ?>
    
                <?php
                $header_style = sq_option( 'header_layout', 'normal' );
                if ( $header_style == 'right_logo' ) {
                    $header_class = ' logo-to-right';
                } elseif ( $header_style == 'center_logo' ) {
                    $header_class = ' header-centered';
                } elseif ( $header_style == 'left_logo' ) {
                    $header_class = ' header-left';
                } else {
                    $header_class = ' header-normal';
                }
                ?>
                <div class="kleo-main-header<?php echo $header_class;?>">
    <style>
    strong.logo {
      display: none;
    }
    div .logo {
      float: left;
      margin-top: -1%;
    }
    .logo a {
    float:left;
    }
    img#logo2 {
      margin-left: 13%;
      margin-top: -6%;
    }
    img#logo1 {
      margin-top: 1%;
    }
    ul#menu-awards-menu {
      margin-top: -1.3%;
    }
    .kleo-main-header.header-normal.header-scrolled {
      height: 10%;
    }
    </style>
    <div class="logo">
     <a href="http://www.inhouserecruitment.co.uk/awards"> <img src="http://www.inhouserecruitment.co.uk/IHRA.jpg" /></a>
     <a href="http://www.firstchoice.org.uk/"> <img src="http://www.inhouserecruitment.co.uk/first-choice.jpg" /></a>
     </div>
    				<div class="container">   
    					<!-- Brand and toggle get grouped for better mobile display -->
    					<div class="navbar-header">
    						<div class="kleo-mobile-switch">
    
                                <?php
                                $mobile_menu_atts = 'class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"';
                                /* open the Side menu instead of the normal menu */
                                if ( sq_option( 'side_menu_mobile', 0 ) == 1 ) {
                                    $mobile_menu_atts = 'class="navbar-toggle open-sidebar"';
                                }
                                ?>
                                <button type="button" <?php echo $mobile_menu_atts;?>>
                                    <span class="sr-only"><?php _e("Toggle navigation",'kleo_framework');?></span>
                                    <span class="icon-bar"></span>
                                    <span class="icon-bar"></span>
                                    <span class="icon-bar"></span>
                                </button>
    
    						</div>
    						
    						<div class="kleo-mobile-icons">
    							
    							<?php 
    							/** kleo_mobile_header_icons - action
    							 * You can put here various icons using this action
    							 *
                                 * @hooked kleo_bp_mobile_notify - 9
    							 * @hooked kleo_woo_mobile_icon - 10
    							 */
    							do_action( 'kleo_mobile_header_icons' );
    							?>
    							
    						</div>
    						
    						<strong class="logo">
    							<a>">
    								
    								<?php if ($logo_path != '') { ?>
    								
    									<img />" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>">
    									
    								<?php } else { ?>
    									
    									<?php bloginfo('name'); ?>
    									
    								<?php } ?>
    									
    							</a>
    						</strong>
    					</div>
    
                        <?php if ($header_style == 'left_logo') : ?>
                        <div class="header-banner">
                            <?php echo do_shortcode( sq_option( 'header_banner', '' ) );?>
                        </div>
                        <?php endif; ?>
    
    					<!-- Collect the nav links, forms, and other content for toggling -->
    					<?php
    					// Main menu
    					echo $primary_menu;
    					?>
    				</div><!--end container-->
    			</div>
    			
    	</div>
    
    </div><!--end header-->
    

    Changed the image url and link to each logo

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Seperate "Private Message" page #52988
     Laura
    Moderator

    Hello, i have a doubt, do you want to redirect to a contact form page or just have the message form in another page?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: BP Profile Tabs won't display & duplicate info #52987
     Laura
    Moderator

    Hello, to setup the facebook app, you need to create the app in dev.facebook
    Add the information of the app, fill the info in settings, you need the url to terms and conditions page and a contact email, quite all that appears in basic settings, once done, your app should be set to live. Save and try to login with your website.

    Also, there is a dns error in your website or it doesnt not seem to exist, let me know once i can check out 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Don't show membership when signing up #52986
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    /* Filter the redirect url for login*/
    add_filter("login_redirect","kleo_redirect_to_profile",100,3);
     
    function kleo_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user){
    /*if no redirect was specified,let us think ,user wants to be in wp-dashboard*/
        if(!is_super_admin($user->ID))
            return bp_core_get_user_domain($user->ID );
        else
            return $redirect_to_calculated; /*if site admin*/
    }
    

    🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Pricing table #52985
     Laura
    Moderator

    Hello, i can help with the css, but i do not understand what do you mean by showing all the info? You can edit the description of each level and add more info to it using the level editor

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Compatibility Events Manager or Events Calendar #52984
     Laura
    Moderator

    Hello, please try to use another phone or try to clear cache, i can click on it using my phone

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Login redirect based on current page #52982
     Laura
    Moderator

    Hello, you can use https://wordpress.org/plugins/peters-login-redirect/ to manage redirections 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, those are forums, not blog posts. If you want to link to a Category, create a menu link in Appearance > Menus , that links to the category you want, and once you visit it, it will show all psots from that category ( You should have a category list in Menus)

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Breadcrumbs on Event post types #52979
     Laura
    Moderator

    Hello, you can use this plugin https://wordpress.org/plugins/quick-pagepost-redirect-plugin/ and make a redirection from event page to events page

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Little arrows unclear #52974
     Laura
    Moderator

    Hello, could you share your website link please? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Menu #52887
     Laura
    Moderator

    Hello, it seems like it doesnt work because you are using a subdomain m. and the css of the title doesnt work

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Menu #52884
     Laura
    Moderator

    Hello, sorry, now its done, let me know if you still see it 🙂
    I used this

    COPY CODE
    
    header .titleLogo {
      display: none;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Events Manager Attending #52881
     Laura
    Moderator

    Hello, i just hide the menu item with

    COPY CODE
    
    a#attending {
      display: none;
    }
    

    I’m looking for a way to disable the attending setion, but maybe you could ask in their support forum?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Homepage image #52792
     Laura
    Moderator

    Hello, please add this to quick css or style.css in child theme

    COPY CODE
    
    #header {
      background-attachment: initial !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Re: Back Button #52724
     Laura
    Moderator

    Hello, then try first to add it to single. Php as i told you, copy it from main theme, then paste it in child theme then edit it and add it 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Section Disappears on Mobile #52723
     Laura
    Moderator

    Hello, im glad you could resolve it! Funny 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: export user data problem #52718
     Laura
    Moderator

    Hello, could you share a screenshot? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Redirecting Members on Login #52678
     Laura
    Moderator

    Hello, please try this inside of functions.php of child theme

    COPY CODE
    
    /*
    	This code will redirect users from the default PMPro confirmation page to a specific page depending on their level.
    	Set the confirmation_pages array. Array keys should be membership level ids and the values are the page ids. So array(1=>2) will redirect membership level with id = 1 to the page with id = 2.
    */
    function my_pmpro_confirmation_redirect()
    {
    	$confirmation_pages = array(1 => 2);	//change this use your membership level ids and page ids
    	
    	global $pmpro_pages;
    	
    	if(is_page($pmpro_pages['confirmation']))
    	{
    		foreach($confirmation_pages as $clevel => $cpage)
    		{
    			if(pmpro_hasMembershipLevel($clevel))
    			{				
    				wp_redirect(get_permalink($cpage));
    				exit;
    			}
    		}
    	}
    }
    add_action("wp", "my_pmpro_confirmation_redirect");
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Can add social sharing options? #52676
     Laura
    Moderator

    Hello Steve, can you delete the css i sent you so i can recreate one based on your website? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Events Manager Groups #52669
     Laura
    Moderator

    Awesome 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Re: Back Button #52668
     Laura
    Moderator

    Hello, depend if you want to have it un single posta, copy single.php of the theme and paste it un the child, then edit and add it 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Installing Revolution Slider #52667
     Laura
    Moderator

    Hello, im glad you could resolve it 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Sign up – single country #52666
     Laura
    Moderator

    Hello, dont worry.tlThat is just a more info field, as you already have the country , a country selector doesnt make sense 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 40 posts - 23,321 through 23,360 (of 25,000 total)

Log in with your credentials

Forgot your details?