Forum Replies Created
-
Author
-
Radu
ModeratorThanks you Kieran
Cheeers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2016 at 19:48 in reply to: Theme Update and Page Altering Leads to Missing Image Elements #143179Radu
ModeratorNot marked as solutionRadu
ModeratorPlease 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.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorhi,
Let me know when i can see that, because right now i cannot see the sidemenu activated on your site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
COPY CODEdiv#ajax_search_container { background: #0025db !important; } div#ajax_search_container input {background:#fff;color:#333;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. Only to the main menu ? If no, you can change the body font and will be applied sitewide. from wp-admin -> theme options -> fonts -> Body
2. More specific ? i don’t’ understand what you need to achieve
3. Can you please provide an example ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Yes, but backup db+files for any case.
What do you mean by full compatible? now isn’t ?
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2016 at 19:30 in reply to: How can i add a customized top banner for each buddypress and bbpress page? #143170Radu
ModeratorHi,
You can try to paste your banner code in the marked section

We are working already to a plugin that can add banners in majority zones an ETA is 2 weeks like that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorRegarding to this
COPY CODEBut there are other problems. Information is displayed: City, marital status, etc. Age alone appears. Neither the entry shown. In other words, nothing like the Demo.What are you talking about ? provide some screenshots to can see about are you talking
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’ve told you the technical solution you should implement it if you don’t know you should hire a developer to do that for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI need admin credentials to can take a look, without those I can to nothing.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Q: How I can put an Attachment button here, or use 7thQueen Support Add Attachment (function) with SweetDate?
R : Search for a plugin if exists that allows you to reply with attachment.
For the messages issue,I saw that the only good solution it’s to hide the avatar from there because there are not enough space to show it on mobile.
Using this CSS you can hide it
COPY CODEtable#message-threads td.thread-avatar { display:none; }the CSS will be added to wp-admin -> theme options -> styling options -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
On my local install it works and i cannot reproduce, make sure to have all updated WP + Theme + plugins.
If you want to take a look leave me the address admin user and pass
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI don’t understand your problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
http://paperscrappers.pt/wp-admin/users.php?page=roles

R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I think this “About Cancel Button PROBLEM in Mobile.” it’s visible only from android phone because i cannot see it from an iPhone and that it’s caused by android devices.
For the filter on members page add this file to : wp-content/themes/sweetdate-child/members/index.php
Child theme needs to be installed and activated
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I saw that you already had solved the white over the white problem,it’s possible to be caused by a CSS from quick CSS area.
Yes I have facebook profile, you can provide those here in a private reply
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorJust test it resolves the correct path ? using plugins_url() ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPersonally i don’t know this aspect,just test it, if the essential grid can do that yes
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes, the update for bundled plugins will comes thru our theme
Cheers
R.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
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see,
That thing with the “jumping menu items on hover” it’s caused by your quick CSS styles, I’ve tried to figure out but I cannot, it required much time to identify the cause, also that it’s not from our theme it’s from your custom CSS, pay attention to hover selectors and play with them.
I hope you understand my point of view
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For what you need : to have the shadow when the cover isn’t added and to not have when a cover is there needs some additional development, no quick solution for that, I’ve tried.
Technical solution it’s to add to the body class a class when a profile or a group has a cover photo added
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see, hard to debug this without seeing nothing in backend
As you can see this page seems to be empty what this page contains in them backend, in text area ? http://thinkof.co/popup/constantin-brancusi/
If you want to perform search only in popup post type use this
[kleo_search_form context="popup"]
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorJust activate the twenty sixteen theme and test that behavior,
Let me know if it behaves the same
Cheers
R.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 simplest solution
COPY CODEselect#activity-privacy { opacity: 1 !important; display:inline-block !important; } #buddypress form#whats-new-form .customSelect.customSelect { display:none !important;} select#activity-privacy span.customSelect { display: none; }The globe icon it’s hidden and it’s displayed the text messages instead.
You’re welcome
I hope this it’s all 😛
Have a nice week end man
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Let me know if this it’s happens also with the default theme
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use this css
COPY CODE@media(max-width:640px) { .bp-full-width-profile div#item-header {padding: 25px 0 0 0 !important;} .buddypress div#item-header .toggle-header { display:none !important; } }Cheers
R.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 admin credentials to can see those pages please.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts