Forum Replies Created
-
Author
-
Radu
ModeratorGood,
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome.
Thank you for the kind words
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 4, 2016 at 17:10 in reply to: Post Masonry Grid showing different posts on different computers #114428Radu
ModeratorHi,
I don’t think so , i’ve tested this on my local install, i’ve placed two Post Masonry Grids with specific settings and the posts was shown ok in correct order (no random order).
If you know exactly how to reproduce this, please make a video to can investigate this.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease provide link to your category and an username and a pass to can view the page
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Unable to reproduce this, i’ve tried in google chrome and i cannot reproduce this, please made a video to know exactly the steps.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 4, 2016 at 16:14 in reply to: how to change the background and text color on rtMedia image comments popup box? #114418Radu
ModeratorHi,
Your photos are not displayed because of this css rule from Quick CSS Section
COPY CODEul#activity-stream a { text-indent: -9999px; width: 60px; }You can apply that rule only to buttons with thiss selector
COPY CODE#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .button { }Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThank you,
I will mark this topic as resolved and i will respond you later to that ticket
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add this function to your child theme functions.php file (wp-content/themes/sweetdate-child/functions.php)
COPY CODEfunction sq_add_adsense_to_member_directory() { echo ' <div style="width:728px;height:90px;background-color:red;"></div> '; } add_action('bp_before_directory_members_content','sq_add_adsense_to_member_directory');Replace
<div style="width:728px;height:90px;background-color:red;"></div>with your adsense code.Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you deactivate child theme this still happens ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to wp-admin – theme options -> styling options -> scroll down -> body , choose your desired font size.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please follow this : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The slider is there, see attached screenshot.
Do you have solved the issue ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The slider is there, see attached screenshot.
Do you have solved the isuse ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Yes it’s possible, you can paste the shortcodes in sidebar it should work!
Regarding to this : Also is there a widget that we could actually have a featured member displayed in the sidebar?
Kleo doesn’t have this option, but you can search on google for a plugins that can do that.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can change the avatar default sizes by editing the following file: “wp-content/plugins/bp-custom.php”
Open that file and look for BP_AVATAR_FULL_WIDTH and BP_AVATAR_FULL_HEIGHT and put your desired values.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide a link ?or full screenshot where the link is fully visible
I’ve tried to replicate this but this not happens on my environment
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Most probably the pages are missing, do you have imported demo content ?
If not, you will have to import demo content.https://archived.seventhqueen.com/video-tutorials/sweetdate-install-and-setup.html
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
When i try to connect with fb to your site it says
COPY CODEApp Not Set Up: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.Please check your app settings, go to review tab in facebook app dashboard and make sure that the app is public
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please follow this link : https://archived.seventhqueen.com/forums/topic/menu-5
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
try to deactivate all plugins then, enable VC first check if it works, if not works check via FTP in wp-content/plugins/ for js_composer folder if the folder exists delete it, and try to install again from admin dashboard.
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you disable the CDN and then select again 1440px boxed and save settings it stands still in 1200 px ?
If yes please provide credentials to take a look
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please check if you have pmpro pages generated go to wp-admin -> memberships -> pages
Check the attached screenshot, normally the pages should be assigned like in attached photo, if the pages are not assigned, look there for a link text where says about something to generate automatically pmpro pages.
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Maybe you will have to specify fonts size in em not in px for that custom heading
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 17:23 in reply to: Buddypress not using all translation strings from ro_RO file #114123Radu
ModeratorSalut,
Nu reusesc sa imi dau seama inca, dureaza destul procesul de debugging, o sa dau mai departe ticket-ul, cel mai probabil luni o sa raspundem inapoi.
Te salut
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I’ve tried to reproduce your described issue but unsuccessful , please make a video how to reproduce this please.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 16:34 in reply to: Post Masonry Grid showing different posts on different computers #114113Radu
ModeratorHi,
I see that, i’ve tried to reproduce on my Kleo install and i cannot reproduce your reported issue,
Please disable all plugins that not come once with the kleo theme, clear cache if you have, then test again.
Now i see that you have an old theme theme version update the theme to latest version and the recommended plugins, you can check update status from wp-admin -> appearance -> install plugins
Try first with the updates
Cheers
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You will have to update your theme and the woocommerce, if you don’t have any update notify try to deactivate woocommerce then switch the theme with a default one then activate again theme then go this and you will see notices for un-updated plugins : wp-admin – > appearance -> install plugins
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat,
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat if you solved the issue,
You can report that issue between LikeBTN and rtMedia to the plugin author
I will mark the topic as resolved
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat,
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This is the css
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color: #ddd !important; }You can add this to wp-admin -> theme options -> general settings -> quick css
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease provide credentials to check
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you are hosting your website to a hosting firm ask them about this setting, tell em to increase your php max memory.
Also try to deactivate the plugins that you are not using, a 256mb memory for php it should be enough, so that i think that your limit of 1gb are not real.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You’re welcome
For that you will need a plugin similar to this : http://buddydev.com/plugins/bp-non-editable-profile-fields/ or if this is not what are you looking for ask on buddypress forums.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide an account to can try to reproduce your described issue.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
Check the attached screenshot
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I’ve tested the buddyapp in google chrome and i wa able to upload a picture or to pick a photo and then to upload.
Can you please proivde your website address to take a look ? and a account to do some tests
regarding the note to that plugins, i’ve made a confusion about these plugins K-elements and Revolution Slider plugins, they are in kleo not in buddyapp sorry.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Have a nice week
I will mark the topic as resolved
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts