Pooja Sahgal
Forum Replies Created
-
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Member Reviews] Front Page dont work with pluginHi!
This is not the known bug. It might be due to some third party plugin conflict.
For any further questions, you can reach them via their support:
https://wbcomdesigns.com/contact/
Thanks
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Create Group Type] Issues with WordPress 5.3Hello!
Greetings of the day!
The plugin is compatible with WordPress version 5.3 Please also look at the attached screenshot for server info we tested on.
https://prnt.sc/q3p2saThanks
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Activity Social Share] AffiliateWP supportHello,
Greetings of the day!
We will add this in our suggestion list.
Thanks
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Activity Social Share] Add support for whatsappHello,
You can add the following code inside the child theme’s functions.php
add_action( ‘bp_share_user_services’, ‘wbcom_add_new_service’, 10, 3 );
function wbcom_add_new_service( $services, $activity_link, $activity_title ) {
$services = array
(
‘chb_bp_share_whatsapp’ => 1,
‘service_name’ => ‘Whatsapp’,
‘service_icon’ => ‘fa fa-whatsapp’,
‘service_description’ => ‘Facebook is an American for-profit corporation and online social media and social networking service based in Menlo Park, California, United States’
) ;
echo ‘<span class=”fa-stack fa-lg”><i class=”‘ . $services[ ‘service_icon’ ] . ‘”></i></span>‘;
}- This reply was modified 5 years, 8 months ago by Pooja Sahgal.
Forum: Fixing WordPress
In reply to: Highlighted linkYou’re using a commercial theme, so please use their official support channel. We feel they will provide you better insight on this.
Forum: Fixing WordPress
In reply to: Remove Comment and Clock IconHi! Jan,
Sure, will take care of it in future.
Forum: Fixing WordPress
In reply to: Logging inHi @mgasean2017,
Please try the credentials you have for the previous site it should work, if not then you can create a new admin user using a function as described in below link:
https://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-in-wordpress-using-ftp/
Hopefully, it will help.
Thanks
Forum: Fixing WordPress
In reply to: Logo at header gets bigger when scrolling downHi! @ueberkinger,
This is a paid theme, you can ask the same in their support forum.
https://oitentaecinco.ticksy.com/Thanks
Forum: Fixing WordPress
In reply to: Being redirect to 404 when try to access plugins-install pageHi @toanlc,
Can you please once resave your permalink by navigating through settings >> permalinks. Hopefully, it will help.
Thanks
Forum: Fixing WordPress
In reply to: Remove Comment and Clock IconHi @pytiwari,
You can go through the theme option if exist to remove the same, if not then you can paste the following custom CSS code inside customizer to get rid of it:
.singlepost ul.newsmeta {
display: none;
}Thanks
Forum: Developing with WordPress
In reply to: get_cat_ID(); not okHi @elahess,
Please go through the following link, it will be a help:
https://developer.www.ads-software.com/reference/functions/get_cat_id/
You just have to pass the category name in this function to get the ID.
Thanks
Forum: Plugins
In reply to: [Wbcom Designs - Custom Font Uploader] API KeyHi @mariealline and @donald this is just to verify that the API key you are using is correct, nothing much than that. It is just a simple verification and it worked for me.