Forum Replies Created
-
Author
-
Abe
KeymasterGreat, glad you figured it out 😉
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.May 29, 2014 at 00:05 in reply to: Install Failed: "No style.css" file in zip. Please send this file thanks! #18994Abe
KeymasterYou don’t need to upload it by FTP and just follow the video tutorial or theme documentation. Extract the main file downloaded from THemeforest and you’ll see a WordPress folder with the theme kleo.zip archive
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,
Great, can’t wait to see your work.
You could use a CSS with media query only for mobile devices and set a logo size there.
you CSS should be likeCOPY CODE/* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles here*/ .logo img { max-height: 60px !important; } }
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
KeymasterChanging to six will make the sidebar smaller. just tested 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
KeymasterTry re-saving Settings – Permalinks and make sure you have pretty permalinks.
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, Those belong to Buddypress and you need to translate the BuddyPress plugin. Every plugin installed adds some strings in the theme. For example the Media link is also added by RtMedia plugin.
More on Buddypress customization: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
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 are some links from the popoup plugin and the image can be seen by inspecting the elements. See the screenshot
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, we will try to guide you as much as I can
1. You probably want to check a newsletter plugin like http://wordpress.org/plugins/newsletter-sign-up/
2. Use recommended plugin Paid memberships Pro and follow the documentation that comes with the theme
3. for forum you need bbPress but the restrictions will have to be done with the help of some code. See http://www.paidmembershipspro.com/2012/01/lockdown-bbpress-wp-plugin-forums-using-paid-memberships-pro/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
KeymasterJust updated and no problem found. See the error generated. Try settings WP_DEBUG to TRUE in wp-config.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
KeymasterInstead of the check for each field type you’ll see a function that renders the html automatically
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
KeymasterPlease check it before posting since it is not working
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
KeymasterPlease see my modified reply for the register file too. https://archived.seventhqueen.com/forums/topic/multi-select-box-profile-field-stopped-working/#post-17848
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.May 28, 2014 at 11:09 in reply to: Problem with visibility "write panel" with buddypress like plugin active #18954Abe
KeymasterA JS error occurs on your site: jQuery(…).dialog is not a function
Try asking plugin developers since there is nothing we can do related to pluginsHi 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.May 28, 2014 at 10:35 in reply to: Login modal not exposing issues with passwords/admin ajax permissions #18948Abe
KeymasterDO you have a live site to see that hanging? since it can be debugged from the ajax request
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, Yes, copying the function kleo_entry_meta to your child theme functions.php is the right way to override default theme function. This can be done with every function you see in the theme that is wrapped in a conditional if ( !function_existst(‘function_name’) ) {}
That is a good idea to select which meta to appear. I wrote it down to keep it in mind
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
KeymasterFor the hover this is the CSS
COPY CODE#call-to-actions .alert:hover, #call-to-actions .alert:focus { background: none repeat scroll 0 0 #ED0058; border: 1px solid #ED0058; }
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
KeymasterHello,
Please put in WP admin – Miscellaneous your THemeforest username and API key and after that go to Dashboard – Updates and if a new version is available it will appear under the Themes section. Make a backup of the old files before the update.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 should be the complete CSS to also center the image:
COPY CODEimg.attachment-kleo-full-width { display: block; margin: 0 auto; text-align: center; width: auto; }
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’t tested it but you can install it and see what problems you encounter.
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
KeymasterNormally that should only appear in the /members page. You should try and un-check all the profile fields for the horizontal search form in Sweetdate – Buddypress
Also the css to hide it is:
COPY CODE#search-bar { display: none; }
Try inspecting elements using Chrome to see site styles
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
KeymasterLogin is done trough WordPress but the profile edit belongs to Buddypress(where you need to enforce 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, sorry for the late reply, i see you already figured it out and added
#footer {
height: 210px;
}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
KeymasterGreat.
Topic closed
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 make reference to the anchor tag like this:
COPY CODE#profile-edit-form ul.button-nav li a { color: #FF0000; }
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
KeymasterCan’t login with that 🙁 please check the credentials
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
Keymasterall requests are sent to wp-admin by default. See line 33 from wp-content\themes\sweetdate\framework\frontend.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
KeymasterDo a database backup since membership levels could be lost
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
Keymaster@StefanDidak can you help us with temporary FTP access since we can’t reproduce this locally and so we can quickly come up with a fix?
Thanks
Mark the reply as privateHi 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, enable the sharing and edit wp-content\themes\kleo\page-parts\posts-social-share.php and remove all other span elements after the span with kleo-love
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
KeymasterHello, Since the Woocommerce update we changed the prettyPhoto plugin with Magnific so prettyPhoto is no longer used.
You are referring to images added to the post content and that are linked to the larger version of the image? If that is the case we will modify the theme to open those images in Magnific popup.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, To center the logo it will require the menu to go under the logo. Is that what you want to achieve?
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
Keymaster@mogreen sorry man it is still not working, the credentials
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 search form template is found here in the theme if you need to make some changes: wp-content\themes\sweetdate\page-parts\home-search-form.php
You could add a CSS rule to move it:COPY CODE.just-after-header .five.columns { margin-left: 200px; }
See this topic from the FAQ to remove hearts in site: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
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.May 28, 2014 at 00:08 in reply to: Admin CAN log in; others can access dashboard profile only #18908Abe
KeymasterHi, Maybe you enabled the maintenance mode from Theme options?
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,
Those notifications can be changed by adding this CSS to your child theme style.css or in WP admin – Styling options – Quick cssCOPY CODE.kleo-message-count { background: #F00056; } .kleo-friends-req { background: #cccccc; } #header .kleo-notifications a { color: #FFFFFF !important; }
The color of the form comes from the button color set in Styling options.
Try adding at least three members and see how Latest members section looksHi 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,
1. This is basically related to Buddypress navigation. See this: http://bp-tricks.com/snippets/code/arrange-group-profile-navigation-menu/
2. That probably can be achieved with a combination of CSS rules based on some Buddypress classes added to the body tag.
3,4. You need to edit wp-content\themes\kleo\buddypress\members\single\member-header.php and apply the required customizations
5. Try asking Rtmedia guys, they should know the answer of that
6. We will think of something for the next updates
7. This probably won’t be an easy job since avatar crop script comes from Buddypress and I guess it would be a bit difficultFor custom changes please try hiring a developer with PHP/Wordpress skills.
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 there,
Your questions are mostly related to rtMedia and not the theme so I will answer to the theme related ones or the ones I can help
1. I think you can try to translate rtMedia plugin and see if changing the Media string helps.
6. This could be customized by CSS. Inspect site elements with Chrome and apply the CSS rules in your kleo-child/style.cssCOPY CODE.mfp-content #buddypress .rtm-lightbox-container .rtmedia-single-meta { background: #FFFFFF !important; } .mfp-content #rtmedia-single-media-container .rtmedia-media { background: #FFFFFF !important; }
Ask rtMedia guys for anything else
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 don’t see it in your kleo-child/style.css file
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.May 27, 2014 at 23:40 in reply to: Where i can translate notification "User1 also commented User2 post" ?? #18902Abe
KeymasterThat should be related to Buddypress. Use Codestyling localization and scan for strings. They should be there
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
KeymasterUpdate: We are waiting for the next plugin update so we can hook to a JS event to trigger specific masonry scripts after Load more posts.
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