Forum Replies Created
-
Author
-
Abe
Keymasterwell this should be the function:
COPY CODEfunction sweetdate_entry_meta() { // Translators: used between list items, there is a space after the comma. $categories_list = get_the_category_list( __( ', ', 'kleo_framework' ) ); // Translators: used between list items, there is a space after the comma. $tag_list = get_the_tag_list( '', __( ', ', 'kleo_framework' ) ); $date = sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a>', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); $author = sprintf( '<a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a>', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'kleo_framework' ), get_the_author() ) ), get_the_author() ); // Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's name. if ( $categories_list ) { echo '<li><i class="icon-calendar"></i> '.$date.'</li>'; echo '<li><i class="icon-user"></i> '.$author.'</li>'; echo '<li><i class="icon-heart"></i> '.$categories_list.'</li>'; if ($tag_list) echo '<li><i class="icon-tags"></i> '.$tag_list.'</li>'; echo '<li><i class="icon-comments"></i> <a href="'.get_permalink().'#comments">'.sprintf( _n( 'One comment', '%1$s comments', get_comments_number(), 'kleo_framework' ),number_format_i18n( get_comments_number() ) ).'</a></li>'; } else { echo '<li><i class="icon-calendar"></i> '.$date.'</li>'; echo '<li><i class="icon-user"></i> '.$author.'</li>'; if ($tag_list) echo '<li><i class="icon-tags"></i> '.$tag_list.'</li>'; echo '<li><i class="icon-comments"></i> <a href="'. get_permalink().'#comments">'.sprintf( _n( 'One comment', '%1$s comments', get_comments_number(), 'kleo_framework' ),number_format_i18n( get_comments_number() ) ).'</a></li>'; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That could be from a plugin you are using. See this topic on wordpress site: http://wordpress.stackexchange.com/questions/44016/php-fatal-error-cannot-call-overloaded-function-for-non-object-in-wp-includes-c
You can re-add those Buddypress related item menus from Appearance – Menus. If you don’t have a Buddypress section on the left, enable it from Screen options – Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYou copied something wrong. copy just the function to the child theme functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterthanks @stockaviator
Looks promising.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterI entered your site and it has six columns. Check your caching
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Try setting WP_DEBUG to FALSE in wp-config.php in development site
We will fix that notice in next theme updateHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThose statistics are based on profile names so if you change them you need to change the shortcodes too: https://archived.seventhqueen.com/forums/topic/homepage-online-members-status-icons-how-to
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterStrange. I did a test with our geonames username and it worked. Make sure your username for geonames is valid
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Clicking goes nowhere? We haven’t managed to access that page since it is restricted.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That green button should come from a change on yours since we haven’t managed to reproduce it. Try removing any custom codes added.
Also you can inspect all your site elements in your Chrome browser using Inspect element tool and set a border-radius property to the elements you want to styleHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThat css goes in your sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi there. Those icons are added by editing your menu in Appearance – Menus, modifying the desired item name and adding the icon html in front of menu item Navigation label like:
COPY CODE<i class="icon icon-mail"></i> Email
All the icons available to be used can be see in the main package downloaded from Themeforest in Assets – Fontello – demo.html
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 2, 2014 at 22:40 in reply to: Where i can translate notification "User1 also commented User2 post" ?? #19246Abe
KeymasterWell in Buddypress plugin there should be nothing related to the theme since BUddypress plugin is standalone.
Buddypress has its own translation files in wp-content/plugins/buddypress. In Codestyling Localization choose the Buddypress plugin to translate and not the themeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThe PrettyPhoto css isn’t loaded by the theme, maybe another plugin adds it. For post galleries it should already been enabled but we enabled the lightbox now for every link with image inside
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Add this css to your kleo-child/style.css or in WP-admin – Theme options – Quick css:
COPY CODE.kleo-main-header .navbar-header, .kleo-main-header .logo, .kleo-main-header .navbar-collapse, .kleo-main-header .navbar-collapse > ul { text-align: center; width: 100%; } .logo img { display: inline-block; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Your site is under maintenance. Try giving us a temporary user/pass or have the site enabled
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Share a link to that page to view it live
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, You should leave the “anyone can register” checked if you want people to signup. Try adding a Captcha plugin at registration or plugins like Wanguard
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 2, 2014 at 21:18 in reply to: Search Results for 'posts_carousel short code does not work' #19236Abe
KeymasterHi, by default it gets post formats with image, gallery, video . add post_formats=all to the shortcode
[kleo_posts_carousel cat="28" limit="4" post_formats="all"]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Please share a link to that page since we did a test and went fine
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, we haven’ tested it but let us know if you find something related to the theme so we can fix it.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Thank you.
You have to copy sweetdate_entry_meta function from sweetdate/functions.php into your sweetdate-child/functions.php and comment the lines that generate thatHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi there, indeed @beaudine that is available if you want to include the registration form in any other page.
For the one on the home page you need to edit this file template to change the text: wp-content\themes\sweetdate\page-parts\home-register-form.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterRight now we don’t have a change log for future releases but we will create a topic for that. We came with some Visual composer fixes, menu improvements from your comments, new shortcodes.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi there,
1. Please see this fix until next theme update. https://archived.seventhqueen.com/forums/topic/dark-more/#post-18315
2. Center the menu with this CSS
COPY CODE.kleo-main-header .navbar-collapse ul, .kleo-main-header .navbar-collapse { text-align: center; width:100%; }
3. I guess it is related to 1
4. Sure, just leave the general setting with no transparency and edit that page and go to Theme general Settings – Display options and set the Transparent menu there and also maybe a custom logoHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, You need to find a plugin or develop this functionality yourself since that can’t be achieved by default with the theme.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi @gogeafrica
sorry for the late reply. I can’t access that on your admin but try replacing this file content on your server with the content from the attached one: wp-content\themes\sweetdate\framework\widgets\widget_mailchimp.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
KeymasterHi, That you might want to check on Paid membership Pro site and ask the developer of the plugin.
Thanks for the translation, send it to themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, that should be automatically performed by Buddypress. Put a link to that page to check
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, the menu color should be the one you set in Wp admin – Theme options – Styling options – Header section
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWell that is added by bbPress and has nothing to do with the theme itself. Check your privileges or uninstall bbPress and reinstall it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, There should be nothing from the theme to slow it down it that manner. Try looking in Chrome browser in the Net console what scripts are taking too much to load.
we entered on your site and the top part appears. Maybe if you go to the homepage that is disabled from that specific page from Theme General options – Display options
Update is coming on 10th June where the first image from the content with be shown as featured image
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, This is just how you configured your restrictions and it is not a bug. You should apply the restrictions to you buddypress components from Sweetdate – Mememberships and also each page has its own restriction setting.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, You need a custom JavaScript code to make the appearance of that icon in case there is more content in the page. Try hiring a developer to make that functionality.
Also see where our go top icon code in wp-content\themes\kleo\lib\theme-functions.php function kleo_go_up() and in wp-content\themes\kleo\assets\js\app.js goTop functionCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That sounds like a problem with your hosting and related to rewrite urls. Contact them and ask for their support on fixing it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That is the functionality. members are not found when searching from the menu but only from the homepage search form or the /members page filters
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterPut the access details here and mark the reply as private
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Do you have a link to your page with problems? It is related probably to any other plugins installed that are causing JS errors
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYes the update will come around 10th June. Try updating the Visual composer plugin to its latest available version. we have attached it here and it should fix the Front-end editor issue. We are adding some more elements in the next version too
Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
KeymasterHi, See this topic: http://buddypress.org/support/topic/changing-the-default-mystery-man-avatar/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts