Forum Replies Created
-
Author
-
siegluferParticipant
I think I have missed an importing step. It is the “bullets.png” file that is missing, can I somehow just replace this only file to my customized Revolution Slider?
siegluferParticipantI’ve also noticed that the Revolution Sliders I have created do not behave accordingly to the time frame I set in the options. The content appears, disappears then only background is shown for about 10 seconds until it auto switches to the next slide.
How can I arrange this correctly? Thanks.siegluferParticipantI added the following code to Sweetdate Child functions.php:
<?php
function my_remove_profile_nav() {
global $bp;
if (!bp_is_my_profile()) {
bp_core_remove_nav_item( ‘forums’ );
}}
add_action( ‘bp_setup_nav’, ‘my_remove_profile_nav’ );
?>But the Forums tab is still there, is this the correct process?
siegluferParticipantHi again, I created a Download link (restricted to guests and members) following the Shortcodes documentation and tested it on a new page, works great.
I’d like to put this Download button on a product page, replacing the Add Cart button. How can I do this? Can I also remove the increase number counter?
Thanks!siegluferParticipantAfter resetting the permalinks I’ve managed to correct the 404 page problems.
Cheers!siegluferParticipantWould like a chat system. I’ve checked Barc Chat, it’s beautiful and looks good on a website but it’s a little heavy. Maybe virtual gifts.
One thing I’d really love to have is the option to search members with photos only.
siegluferParticipantAwesome, thanks sqadmin.
I think a really nice option would be “Search member with photo only”. Can we have it in the next update? 🙂siegluferParticipantFollowing this topic what will be the correct code to for functions.php to remove the Forums tab from Profile pages?
I tried it myself but it gave me Fatal Error.
siegluferParticipantIf I check “Membership Expiration” then set “Expires In” to 1 month, the “Initial Payment” would include 1 month of membership. When this “Initial Payment” expires after 1 month the “Recurring Subscription” starts. Or is it also cancelled because the description says: “…(recurring subscription, if any) will be cancelled when the membership expires.” This is the part that got me confused.
siegluferParticipantI figured out why that was happening, apparently I was logged in as Admin and trying to register again! That would lead me to a blank page, the top right Sign Up button was nonexistent when one’s logged-in so I didn’t try it. So that’s why. It’s working fine now.
-
AuthorPosts