Forum Replies Created
-
Author
-
Abe
KeymasterHi, we added a section in the documentation for it. Check it out
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.October 26, 2014 at 00:20 in reply to: How Can I Change The BuddyPress Profile Navigation Menu Text? #33080Abe
Keymasterhello, those belong to Buddypress so you need to translate Buddypress plugin strings. Since 2.1 Buddypress version the translation files for it should stay in wp-content/languages/plugins just like @sharmstr said https://buddypress.org/support/topic/buddypress-2-1-bp-language/
you need to generate the .mo file and not to modify the .po file
Also other strings like Followers come from your Follow plugin and so on 🙂
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 @webprofast
Indeed we disabled the featured image on page and left it only to show in searches. We disabled it because we have received requests for this. To enable it you can edit content-page.php and replaceCOPY CODE! is_page()
with
COPY CODE1 == 1
To disable the highlight add this Css to style.css from the child theme
COPY CODE.kleo-main-header .nav > li.active > a, .kleo-main-header .nav > li > a:hover { box-shadow: none; }
To have no hassle future updates you should enable the child theme and copy this template inside the child theme so your change is kept.
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, depending on what you need you can easily do it with a CSS rule.
ExampleCOPY CODE.element { border-width: 4px; }
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, maybe you have disabled the Private messages module in Settings – 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
KeymasterHi, you have the Shortcodes icon there in the editor that generates the shortcodes with all their options available. Also you can look at the demo pages imported if you added the demo content to your 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.Abe
KeymasterHi, that requires code intervention and is not a quick solution. Hire a developer to do this for you. The file responsible tor the Facebook functionality is under wp-content/themes/sweetdate/framework/functions/facebook_login.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
KeymasterSorry I mixed it with the Change Photo that shows over the profile image. That one should be related to Buddypress and please translate the Buddypress plugin
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.October 25, 2014 at 22:32 in reply to: Portfolio – Edit page doesn't have Visuval composer to edit. #33056Abe
KeymasterPS: Portfolio templates are also found in Visual composer templates. See the attach
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
KeymasterIndeed since Buddypress 2.1 the translation files for Buddypress should reside in wp-content/languages/plugins/buddpress-xx_XX.mo | po
Thanks @giannisff you got yourself a crown piece 🙂
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 take a look at this topic from the FAQ subforum. You need to add some custom code to match your profile field groups as set in Users – Profile fields.
https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-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
KeymasterI have update the file above. That string will be translatable in Sweetdate theme. PMPRO seems not to have added a translation for the Print button so I added it to the theme
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. It seems the template at that time had a translation error. please update the file content from this file wp-content/themes/sweetdate/paid-memberships-pro/pages/invoice.php with the content from the attached 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.Attachments:
You must be logged in to view attached files.Abe
KeymasterIt just stroke me .. he could have thought you were a guy. Him being a pimp might have thought to have a barter with you 🙂 I am just being ironic.
don’t take this kind of people too serious.
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, whoever added that comment is probably just a frustrated kid and doesn’t look like a sane person and he should get some help.
Sorry for that @sharmstr
I wish I knew who was to ban its account on the forumHi 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
KeymasterSupport offered here should be limited to theme functionality problems or other issues as well as improvements recommendations. Any custom work you might need isn’t supported by the team from the support site.
1. you should do your changes over FTP and if you crash it then just undo the changes to the file. for this you will probably need custom work to match your needs.
2. Depending on how you want to change it you can accomplish it using CSS.
3. Css solution here also.
4. Disable Buddypress modules that you don’t want in WP admin – Settings – Buddypress
5. Check out our demo. maybe you have done something wrong there with some changes
6. Interesting idea. I don’t think I have seen similar one
A little guidance and example: add this CSS for the pink colors
COPY CODE.pink-text { color: #f00056; } .button.alert { background-color: #ed0058; border: 1px solid #ed0058; }
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, the correct one is wp-content\plugins\paid-memberships-pro\languages\pmpro-xx-XX.po since it belong to PMPRO plugin.
Theme strings are the one with kleo_framework domain. Any others belong to plugins
PS Use Codestyling Localization for easy translation process
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@la-la you should make sure your plugin name is k-elements inside the plugins folder. Also you should already have seen and update available for it inside Plugins page
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
KeymasterFrom your screenshots I don’t see the breadcrumb nor the top bar 🙂
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
KeymasterSure, just go to Settings – Visual composer and enable those post types.
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 thumbnails are 150 pixels width so you can either increase the number of images per row or add then with the Image Galley shortcode from Visual composer that allows you to set an image size like “large”. If you use the Image gallery shortcode set the type as Grid
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 you should contact plugin developers but there is something from their JavaScript that does that.
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
KeymasterThe whole content was included in a separate .xml file and also revslider exports in the Demo content folder since 2.1 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, it should look like in the image attached
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, there is no option like that at the moment. It should be done by CSS and possibly by Javascript.
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, what seems to be the problem in that page?
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
Keymasterwill check and come with a fix
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
KeymasterNo problem.
have a great day.
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 @giannisff
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🙂 No problem. I had to add some JS to support moving around the tabs
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, I don’t see a K-elements error above but I see lots of other errors from other plugins you have installed. You can see the plugins in the paths above. Try to disable some
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
KeymasterFixed it. Also update the assets/js/app.min.js file content with the one from the attached 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.Attachments:
You must be logged in to view attached files.Abe
KeymasterI see what you mean. Will check 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
Keymasterhmm … got tricked 🙂
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
Keymasterhihi, thanks you too.
Waiting for the photo 😀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, related to the top bar I just tested it and it is not displayed if set to OFF.
Inside each page you can override that. See the attachSame applies for the breadcrumb
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
KeymasterI have updated the code to work with iframe too. This is how it was in the past so I guess they changed it by now. At the moment I have overridden the template for the gmaps shortcode to fix something that wasn’t working as supposed but now I see it works well so I will just remove the vc_gmaps.php from the vc_templates folder.
So as a SOLUTION please remove the file vc_templates/vc_gmaps.php until next update.
I also applied some CSS related to the gmap so please replace content of this file assets/css/shortcodes.min.css with the content from the one attachedThanks
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
KeymasterThe thing is that inside the Link input you should put something like https://maps.google.com/maps?q=New+York&hl=en&sll=40.686236,-73.995409&sspn=0.038009,0.078192
and not the whole iframeHi 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
KeymasterTesting it right now. Thank you @sharmstr
I am on for the picture 🙂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
KeymasterProblem is from the hosting that should increase your PHP memory limit to recommended 128 MB. Right now it seems you have 64MB assigned
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