Forum Replies Created
-
Author
-
sharmstr
ModeratorWhen do you receive the error? When it tries to send the message? What’s the error?
You need to find custom code or a plugin for cell phone notifications. I dont know of any.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, I strongly suggest you disable caching until you’re done developing the site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI enabled it on your site. Where are you seeing this error?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou used to be able to add a single line to do this, but thats been deprecated. Now they want you to translate it: https://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI have a few questions.
1 – Why do you have buddypress-functions.php in your child theme?
2 – The buddypress.css file you have in your child theme is throwing errors. Why do you have the entire file instead of just overriding the css you need?
You had BP Profile Cover image plugin enabled, but didnt have Replace BP 2.4 functionality enabled in the BP settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour username links from the activity feed arent working either. I think it has something to do with changing the members slug. By any chance, have you assigned a parent page (using Page Attributes) to any of your Buddypress Pages? Or perhaps those images where added after you changed the name of the Members slug to vendor-directory?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCouple of options:
http://www.wpbeginner.com/plugins/how-to-add-header-and-footer-code-in-wordpress/
Use the wp_head action https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
COPY CODEfunction add_fb_conversion() { ?> <script> //code here </script> <?php } add_action( 'wp_head', 'add_fb_conversion', 10 );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRespond privately with a link and credentials
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRespond privately with admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorrefer to this: https://archived.seventhqueen.com/forums/topic/fonts-not-changing#post-92002
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRespond privately with credentials and I’ll give you the css code to fix.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – Those tabs are automatically added if you have …
Friends: Friend connections enabled in Settings > Buddypress
Sites: You installed WP as a multi-site
My Articles: You have Social Articles installed2 – That warning has been removed in the next update. You can safely ignore it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 10, 2015 at 13:50 in reply to: No slider title and slider does not move automatically #92351sharmstr
ModeratorYou need to add a title layer using the {{title}} variable. Import the news magazine slider to see how its done. It doesnt slide because you have your slider set to stop on slide one (Look in the sliders general settings).
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 10, 2015 at 13:15 in reply to: how to display social networks to buddypress member profile #92348sharmstr
ModeratorThe icon name is instagramm. 2 m’s. Not sure what code you used, but the code here should work still: http://sharmstr.com/displaying-social-links-in-members-profile/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot that I’m aware of. Try searching or asking on their forums.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m talking about the settings at the bottom of the WP Admin > Appearance > Menu screen. I was merely asking if you have it enabled since it wasnt clear to me in your response. Kleo doesnt automatically add menu items. Perhaps the plugin did.
When you looked at the menu settings in WP Admin > Appearance > Menus, did you you have your main menu selected? I’m asking because the menu settings are specific to each menu. They are not global.
There should be no difference in FTP. There isnt a special FTP for WordPress. Contact your hosting provider for assistance.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator– Did you check to see if its turned on?
– FTP to your server. Its in the root of your wp install.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTurn off “auto add pages” in the menu settings.
Disable debugging in wp-config.php. Set wp_debug to false.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’re running an older version of Buddyapp that isnt BP 2.4 compatible (when they introduced cover photos). Upgrade. Then decide if you want to use the Buddypress version of cover photos or the Seventhqueen version. If you want the seventhqueen version, make sure you have BP Cover Photo plugin installed and “Replace BP 2.4 functionality” enabled in Settings > Buddypress > Settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMoving topic to Feature Request forum to be voted on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHave you enabled it? Click on screen options in the upper right hand corner.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m not familiar with this, so no suggestions. Kleo doesnt touch any of this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat will take custom code which is beyond the scope of support here. Look for a plugin or ask on the bbpress forums.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorObviously you’ll have to move the code to the 2015 theme to test.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI added the code to my site and didnt see any issues with the layout. Is the layout messed with this code and the WP 2015 Theme enabled?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 9, 2015 at 14:34 in reply to: Change link color: tried in theme options, didn’t work #92072sharmstr
ModeratorTry this: https://archived.seventhqueen.com/forums/topic/fonts-not-changing#post-92002
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlternatively, though I havent used it myself, you can try a plugin like this: https://wordpress.org/plugins/buddypress-custom-profile-menu/
Looks like the pro version will allow you to create a sub menu in the bp profile. You could add a menu item for “all groups” within the users (/members/username/groups) groups screen.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorChange your menu to something like this.
Groups = http://gharkakaam.in/members/members/groups
My Account / (My) Groups = http://gharkakaam.in/members/username/groups/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 9, 2015 at 14:20 in reply to: Delete account in profile not working but activated in settings #92069sharmstr
Moderatormoving because this isnt a bug…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 9, 2015 at 14:19 in reply to: Delete account in profile not working but activated in settings #92068sharmstr
ModeratorThis isnt a bug. You’ve hidden the confirm checkbox in your custom css. Remove these lines from your custom css
COPY CODE#buddypress .standard-form label{ display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGlad you got it working.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt doesnt matter what group its located in.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 9, 2015 at 03:10 in reply to: WPBakery Visual Composer , is causing a major plug in conflict #92027sharmstr
ModeratorWhats the error message you get? If you dont see one on the screen, look in your server log files.
I know how much memory is allocated to WP because the slider revolution main screen tells you that info. Talk to your hosting company regarding how much you’re allowed to allocate. If you can increase it, you do so by following the directions in the link I initially gave you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorschool. That’s your field name, right?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat the code is doing is assigning it to a variable, not displaying it. Buddyrpess has a helper function that will auto echo it for you.
COPY CODEbp_member_profile_data('field=field name goes here');
If you dont want to echo it right way and then use the code that you have, then echo it when you want…
COPY CODEecho $field_content;
For further questions, please refer to the buddypress documentation and ask on their forums.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m not taking any new work until next year. And I doubt it will take an hour. LOL 🙂
Anyhow, contact dev@seventhqueen.com. They can give you a quote.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGreat. Sorry for the confusion initially.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorA couple of things.
Try this in your functions.php file
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
Also, if you have caching enabled on your server or use a CDN, make sure you purge those. The styles that you set in Theme Options are written to a css file. If your server uses caching or you have a cdn, when you visit your site, it will load the old version of the css file and you wont see your changes.
Also, please search before posting. This has been discussed many many times. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 9, 2015 at 00:24 in reply to: WPBakery Visual Composer , is causing a major plug in conflict #92000sharmstr
ModeratorThat memory limit of 1024M isnt what you’ve allocated to WP. You’ve allocated 256M.
Okay, do you have wp_debug enabled in wp-config.php? If not, enable it, making sure to set display to true. Should look like this
COPY CODEdefine( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true );
Once debugging is enabled, tell me the error messages you’re getting when you try to run both VC and bbpress.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts