Forum Replies Created
-
Author
-
Laura
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 CODEadd_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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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 🙂
April 3, 2015 at 07:54 in reply to: Suggestion – Give us an option to disable the whole public message/@/all members #53001Laura
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 youHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, shortcodes are generated by php files, it depends on what do you want to edit.
You cannot edit php from the dashboard page editorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, sorry, now its done, let me know if you still see it 🙂
I used thisCOPY CODEheader .titleLogo { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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
ModeratorHello, i just hide the menu item with
COPY CODEa#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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello 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 solutionLaura 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
ModeratorAwesome 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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
ModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts