Forum Replies Created
-
Author
-
LauraModerator
Hello, please try with this css in quick css or style.css of child theme
COPY CODE.status.three.columns.mobile-one { margin-left: -1%; }
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 🙂
LauraModeratorHello, please try
Nº1 & Nº2COPY CODEtable tr td.label { border-right: none !important; } .variations label { margin-top: 12%; }
Nº3: This has been deleted from Woocommerce it seems, now is a text box
Nº4 Hide Product Description
COPY CODE.panel .entry-content h2 { 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 🙂
April 23, 2015 at 13:17 in reply to: Menu links in Footer, at the right side of @trademark all rights reserved 2015 #55841LauraModeratorHello, sorry for the misunderstanding, try with
COPY CODE<div class="footer-info"> | <a href="http://www.in-creators.net/terms-and-conditions/" rel="nofollow"><strong>TERMS AND CONDITIONS</strong></a> | <a href="http://www.in-creators.net/policy-and-privacy/" rel="nofollow"><strong>PRIVACY AND POLICY</strong></a> | <a href="http://www.in-creators.net/contact/" rel="nofollow"><strong>CONTACT US</strong></a> </div>
And in Sweetdate > Styling > Quick css
Add thisCOPY CODE.footer-info { float:right; }
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 23, 2015 at 13:17 in reply to: Menu links in Footer, at the right side of @trademark all rights reserved 2015 #55840LauraModeratorHello, sorry for the misunderstanding, try with
<div class=”footer-info”>
| TERMS AND CONDITIONS | PRIVACY AND POLICY | CONTACT US
</div>And in Sweetdate > Styling > Quick css
Add thisCOPY CODE.footer-info { float:right; }
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 🙂
LauraModeratorHello, i’m sorry i couldnt login, i do not know if its a problem here, but well i will try to guide you so we can fix your issue 🙂
This is a css code i created, please add this to quick css or style.css in child theme
COPY CODE.variations .label { background: none !important; }
About product description, do you want to delete it or change 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 🙂
LauraModeratorHello, i do not know about the profile fields, maybe yes if you use the format
COPY CODE<!--:en-->About me<!--:--><!--:es-->Sobre mi<!--:-->
In the field name, with that code it should change title if the user is using english or spanish(as the example) language, just change the en or es to the language
It may not work, it does for page titles etc… but i do not know if it does for profile fields.
This is for the plugin qtranslate!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 🙂
LauraModeratorHello, image rounded fixed, i used custom div and css instead
This html in your Home pageCOPY CODE<div class="homecircles"><div class="circle-image "> <a href="http://www.in-creators.net/creators"> <span class="overlay"></span> <span class="read"><i class="icon-camera"></i></span> <img src="http://in-creators.net/wp-content/uploads/2015/04/Logo-Creators_profile.png" alt="" /> </a></div> </div>
Changed for each circle
And this css in Sweetdate quick cssCOPY CODE.homecircles span.overlay { height: 90% !important; } .homecircles a.imagelink img { margin-top: -30%; }
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 🙂
LauraModeratorHello, fixed, i added this
COPY CODE<div style="display:none;"> <input type="" name="subject" id="subject" value="New Message" /> </div>
In the place of the subject in compose.php of child theme, if you need to translate the theme, edit compose.php in child theme and find “New Message” then change it as you want, this is the default Subject for all messages
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 🙂
LauraModeratorHello, removed the subject, in your child theme, i removed this
COPY CODE<label for="subject"><?php _e( 'Subject', 'buddypress'); ?></label> <input type="text" name="subject" id="subject" value="<?php bp_messages_subject_value(); ?>" />
From compose.php
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 🙂
LauraModeratorHello, maybe its not working because your admin is not ID 1? Please go to Users and edit your admin account, then find the ID in the browser URL, then use the ID in this part of your code
COPY CODE$excluded_user=’1′; // Id’s to remove, separated by comma
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 🙂
LauraModeratorHello, please try with
COPY CODE<a href="http://www.in-creators.net/creators"> [kleo_img_rounded src=”http://in-creators.net/wp-content/uploads/2015/04/Logo-Creators_profile.png” url=””]</a>
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 🙂
LauraModeratorHello, we already did this for you, you will find sweetdate-child in your downloaded .zip from themeforest, just install it and activate it. The changes you have done could be:
– CSS: if you did css changes, locate them at Styling Options (main theme) Scroll down to Quick Css, copy the codes if you have, now in ftp, go to wp-content/themes/sweetdate and find style.css, as we dont know what changes you could have done, copy the full code and paste it here http://text-compare.com/ then the text to compare will be the default style.css found in your .zip (main theme) Then you can find what have changed and replicate it.
If you find a code changed in style.css, do not copy the full page, because if you ever want to override a style you wont be able because you copied the full page.
For example, if you find something likeCOPY CODE.sample { color: blue; }
And in default theme it was black
that means you changed it, so copy that part :COPY CODE.sample { color: blue; }
To the child theme style.css 🙂 I hope this is not very complicated
– PHP if you have changed php files, and you know what files you changed, just copy them and paste them in child theme, mirrowing the path, for example you changed header.php so you should copy it and paste it inside child theme, but if the file is located at for example sweetdate/members/single/member-header.php you have to replicate the path so its sweetdate-child/members/single/member-header
Your users should use the child theme also if you want them to see your changes
Finally, your theme settings can be exported from Sweetdate panel and imported to sweetdate child the same way
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 🙂
LauraModeratorHello, fixed with
COPY CODE[kleo_total_members online=true] MEMBERS ONLINE [kleo_bbpress_stats type=topics] TOPICS CREATED [kleo_post_count type=post] POSTS CREATED
On each section
Hope this is what you wanted 🙂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 17, 2015 at 12:10 in reply to: Suggestion – Give us an option to disable the whole public message/@/all members #54922LauraModeratorHello
1- Search is a name you should never use for a page as its used for default wordpress search, so it creates a conflict. I created a new page with the name Search for… with your shortcode, it works http://yourwebsite/search-for2- Fixed with the following CSS in Quick CSS
COPY CODE#buddypress div#item-header .group-admins { margin-top: 3%; } .buddypress div#item-header div#item-header-content { margin-top: 3%; }
3- Buddypress groups page are dynamic so this cant be done so easily, you should try to contact a developer
4- Do you want to disable Activity section or change activity icon?
5- Do you mean disable link for fields?
6- The Slider has set the url to wp-login.php so you have to change it manually, i changed the first slide. For redirection you can use https://wordpress.org/plugins/safe-redirect-manager/ and set that wp-login.php redirects to /login Also about Register page, i think you have a plugin that is creating a conflict with links.
7- Thi can be done with the point 6 plugin
8- It may be in a next update if a moderator told you about it 🙂
9- I have tested it with iphone and android, it works for me
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 🙂
LauraModeratorHello, this should work:
COPY CODE.portfolio-item-content { pointer-events: none; cursor: default; }
🙂
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 🙂
LauraModeratorHello, you can use this shortcode and replace the other for Women and Men
COPY CODE[kleo_status_icon type="custom" field="I am a" value="Woman" subtitle="Total Women" image="http://link_to_icon"] [kleo_status_icon type="custom" field="I am a" value="Man" subtitle="Total Men" image="http://link_to_icon"]
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 🙂
LauraModeratorHello, please try to add this to your wp-config.php
COPY CODEini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
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 🙂
LauraModeratorHello, please try this css
COPY CODEform.wpcf7-form img { width: 30%; } .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] { margin-bottom: -9%; }
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 🙂
LauraModeratorHello, please add this code to quick css or style.css in child theme
COPY CODEli#members-all a span { display: none !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 🙂
April 15, 2015 at 16:16 in reply to: Different Background Color for Header, Main and Top Menu #54583LauraModeratorHello, here it is:
COPY CODE.caret:after { color: black !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 🙂
LauraModeratorHello, sorry for the late reply, here it is, add this css to quick css or style.css of child theme
COPY CODE.vc_row.wpb_row.vc_inner.vc_row-fluid { width: 70%; margin-left: 15%; margin-top: 3%; }
Modify the % as you want
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 🙂
LauraModeratorHello, please try with this code in quick css or style.css of child theme
COPY CODEli.feed { display: none !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 🙂
LauraModeratorHello, could you share a screenshot? I just tested it and it shows fine, check attached
Anyways if you still not see it right, try this in quick css or style.css of child themeCOPY CODE@media only screen and (max-width: 767px) { .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 80% !important; top: 15px !important; left: 50% !important; margin-left: -40%; padding: 20px !important; height: auto; } }
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 🙂
Attachments:
You must be logged in to view attached files.LauraModeratorHello, found the problem, it does show on smaller devices, and to fix it please add this to quick css or style.css in child theme
COPY CODE@media only screen and (max-width: 940px) { div#rev_slider_2_1_wrapper { display: none !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 🙂
LauraModeratorHello, here it is! 🙂
COPY CODE.search-item .search-body { height: 10px !important; }
Please add this to quick css or style.css in child theme
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 15, 2015 at 11:49 in reply to: Menu links in Footer, at the right side of @trademark all rights reserved 2015 #54544LauraModeratorHello, sure, add this to the socket text
COPY CODE<a href="url">link text</a> <a href="url">link text</a> <a href="url">link text</a> <a href="url">link text</a>
Change the url for the page url and link text for the text
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 🙂
LauraModeratorHello, please go to wp-content/themes/kleo/buddypress/members/single/messages/compose.php copy the file and paste it at wp-content/themes/kleo/buddypress/members/single/messages/ (if a folder is missing, create it)
Then edit the file as a text and FindCOPY CODE<input type=”text” name=”subject” id=”subject” value=”<?php bp_messages_subject_value(); ?>” />
Replace it with this:
COPY CODE<input type=”hidden” name=”subject” id=”subject” value=”private message” />
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 🙂
LauraModeratorHello, please try with:
COPY CODEa.tiny.secondary.button.radius { background-color: rgba(255, 255, 255, 0.42); border-color: rgba(255, 255, 255, 0); } a.tiny.button.radius { border-color: rgba(81, 127, 164, 0); background-color: rgba(81, 127, 164, 0.4); }
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 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 🙂
LauraModeratorHello, before anything, let me tell you that this is buddypress plugin that creates the links, not our theme.
Please try to disable some plugins and test again if the name still doesnt show.
For removing the links try to add this to functions.php (child theme) or bp-custom.phpCOPY CODEremove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 );
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 14, 2015 at 06:26 in reply to: NEED all registered users to be searchable and in the members directory #54352LauraModeratorHello, please try to replace all of functions.php of CHILD theme with the following
COPY CODE<?php /** * @package WordPress * @subpackage Sweetdate * @author SeventhQueen <themesupport@seventhqueen.com> * @since Sweetdate 1.0 */ /** * Sweetdate Child Theme Functions * Add extra code or replace existing functions */ add_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); } function make_user_active( $user_id ) { bp_update_user_last_activity( $user_id ); } add_action ('user_register', 'make_user_active', 1, 11); ?>
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 🙂
LauraModeratorHello, please add this to your functions.php in child theme
COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); }
Now go to Users and activate them in “Pending”
Go to Tools > Buddypress and check all options.Please share a link to your registration 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 🙂
LauraModeratorHello, its fixed, i used this
COPY CODE#header { background-attachment: initial !important; {
In quick css
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 🙂
LauraModeratorHello, please add this to your style.css (FTP Child theme ) or quick css ( Sweetdate > Styling )
COPY CODE.search-item .avatar img { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; width: 154px !important; } .search-item .avatar { width: 154px !important; height: 154px !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 🙂
LauraModeratorHello, please add this to your wp-config.php file in FTP
COPY CODEini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
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 6, 2015 at 06:43 in reply to: NEED all registered users to be searchable and in the members directory #53362LauraModeratorHello, please try to add the following code to your functions.php in child theme, this will make user appear once they register. After adding the code, go to Admin Panel > Tools > Buddypress and check all options, this will “activate” old users that didnt appear
COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); }
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 🙂
LauraModeratorHello, 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 🙂
LauraModeratorHello, 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 🙂
LauraModeratorHello, 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 🙂
LauraModeratorHello, 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 🙂
LauraModeratorHello, 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 🙂
-
AuthorPosts