Forum Replies Created
-
Author
-
November 6, 2017 at 17:31 in reply to: Fatal error: Call to undefined function get_parent_theme_file_path() #179067
Radu
Moderatorthe debug.log file should be placed (if something it’s written in it) in this location wp-content/debug.log if the file isn’t there it means the debug had written nothing
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,
Figured finally… you have in child theme some old php files which prevents the form to be displayed, now i’ve re-uplaoded a new child theme named Sweetdate Child CLEAN where it’s added in style the css that missing from buddypress and how all are good as it should.
Your home page it’s named Home-Default make sure to keep it public not private like others.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 6, 2017 at 16:33 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #179063Radu
ModeratorHi,
The notice that it’s shown in frontend has nothing to do with your issue with images, tried right now to login to wp-admin or to wp-login… i encounter the same cannot see any login form, it’s the same like in the video.
Let me know if you encounter the same issue even other theme it’s activated. If yes it means that that issue isn’t related to our theme , it’s wordpress related.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 6, 2017 at 16:20 in reply to: Shopping cart and notifications dont drowpdown since update #179061Radu
ModeratorHi,
Just take a look at the screenshot

and change with your desired color, for background color red with transparency use this
COPY CODEbackground-color:rgba(0,0,0, 0.1);For the notications dropdown style those are selectors
COPY CODE.kleo-toggle-submenu .submenu-inner {background-color:rgba(0,0,0, 0.1) !important;} #menu-submenu .kleo-notifications-nav .minicart-buttons {background-color:red;} #menu-submenu .kleo-notifications-nav ul li a {color:green !important;} .kleo-notifications-nav ul.submenu-inner.has-notif li:before {color:red;}Change those with your desired
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,
In the last post it’s clear what you need to achieve, but there is no quick solution to make the news focus element to render two columns for big pictures… i’ve tried some work-around to make that to look as you need but cannot….
An alternative it’s to use the Kleo Posts elements and dividing the VC row in 3 columns line this
frontend

—
backend

this is the whole shortcode of the page from screenshot
COPY CODE[vc_row][vc_column width="1/3"][vc_posts_grid columns="2" show_footer="no"][/vc_column][vc_column width="1/3"][vc_posts_grid post_layout="small" show_meta="no" show_footer="no" ajax_post="" ajax_paged=""][/vc_column][vc_column width="1/3"][vc_single_image image="10498" img_size="medium" full_width="yes"][vc_single_image image="10498" img_size="medium" full_width="yes"][vc_single_image image="10498" img_size="medium" full_width="yes"][vc_single_image image="10498" img_size="medium" full_width="yes"][/vc_column][/vc_row]Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 3, 2017 at 19:04 in reply to: Enable search in BuddyPress activity updates and WordPress comments #178864Radu
ModeratorHi,
At this moment our theme cannot search in all buddypress components, only in groups and members, in future this will be improved, if you really need search in all buddypress components install the bp global search but there should be made some css custom by your developer to can fit it good.
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,
The ‘News HighLight’ doesn’t have the ‘Load More’ or ‘Read More’ option, there is no quick solution to add that.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 3, 2017 at 18:58 in reply to: Javascript files conflict question re: buddyapp/assets/js/plugin.js #178861Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I’ve added in style.css from child theme the css that missing, so if you need to add additional css do it at the end of the file.
So if you had some css from your old child theme just copy styles from the old to new one at the end of style.css file.
That’s it!
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 3, 2017 at 16:57 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #178834Radu
ModeratorHi,
That was my intention to solve your issue with the galleries when i’ve asked you for the credentials but for some reason i cannot access your wp admin.. or wp-login url
I’ve changed the IP and it’s the same… here it’s a video how that it behaves on my end.
VIDEO : https://drive.google.com/file/d/0Bxo5b6iHWRMwZS1hcElSYjBvU00/viewSo to can debugg your issue with the 5 photos i will have to access the wp admin dashboard first.
Did you have wordfence plugin or wangguard ? to block suspiciius users activities ? if yes turn off
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
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,
1. Theme pulls only the avatar by default, so modifying the theme to pull from facebook and upload to your site implies custom code, which means custom work.
2. theme doesn’t pull that from facebook, it only takes the email,name,avatar same as 1 , it’s custom work.
3. That should be made custom with ajax and php code, no quick solution.
4. Additional fields to the profile can be added from wp-admin -> users -> profile fields.
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,
Sincerly i don’t understand what you need to achieve there ?!Want to add register fields there ? Add from visual composer Kleo Register element or add directly this shortcode [kleo_register]
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’ve noticed that. Tried some time to fix that animation bug but i cannot find a solution for that, anyway the element comes directly from the Visual Composer plugin not from our theme i recommend to ask the visual composer team about that, maybe they have any clue.
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,
There it’s other request not this one with the : https://archived.seventhqueen.com/forums/topic/forum-avatar-image-size-and-name-placement/#post-178520
Can you please send a mail concerning only this task pleasE ? and also provide to me a screenshot how should look to can guide
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 3, 2017 at 15:23 in reply to: Shopping cart and notifications dont drowpdown since update #178825Radu
ModeratorHere’s the selector for the notifications menu item bg
COPY CODE.navbar-transparent .navbar-nav > li > .dropdown-menu li > a:hover, .navbar-transparent .navbar-nav > li > .dropdown-menu li > a:focus, .navbar-transparent .dropdown-submenu:hover > a, .navbar-transparent .dropdown-submenu:focus > a, .navbar-transparent .dropdown-menu > .active > a { background-color: #428bca !important; }This it’s for the the bg of notification
COPY CODE.kleo-toggle-submenu .submenu-inner { background: black !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,
I see i’ve tried to make that work but i cannot require more time, please ask that on the buddypress forums since it’s purely related to buddypress itself.
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,
Ok, no problem
Have a nice week and good luck with the project
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add also this css
COPY CODE.pmpro-checkout div#pmpro_level_cost { display: none; }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,
It the theme style should be on now, since i’ve identified there isn’t wasn’t loaded this css : /wp-content/themes/sweetdate/buddypress/css/buddypress.css and i’ve copied this file content into child theme style.css.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2017 at 23:24 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #178662Radu
ModeratorHi,
yes it’s wired, at this moment it’s the same

anyway for your info , those issues aren’t theme related , they are somehow related to the server or server settings, did you have tried to ask the hosting company if they have any idea why you cannot access wp login or wp-admin panel ?
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, can you re-send the request please but it’s very important to add a attachment to the email showing how you need to make the forums look.
Let me know also your emailadress 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
ModeratorHi,
I have a dynamic IP, can you restrict by country ? if yes use Romania as exception, at this moment i don’t know the IP from the office.
Please provide wp admin username and password not the magic url for login, it may need to de-activate all plugins including that one for a better debugging process and FTP.
In first instance provide to me requested login details, and if i encounter issues while debugging i will speak with abe related to this issue.
Let me know
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,
Tried some time to make a css to make that author avatar + meta info to look like on facebook comment style, but there requires some dedicated time to achieve that.So there is no quick solution to achieve that, you can ask about a quote from our developers team at this address dev@seventhqueen.com describing better + screenshot how you want to make that look for a better estimation.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2017 at 22:17 in reply to: WooCommerce Product Links to Product Pages Not Working #178655Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
The register page fields it’s generated automatically and there is no specific place where you can edit that justin php file directly by copying this file register.php
from : wp-content/themes/buddyapp/buddypress/members/register.php
to : /wp-content/themes/buddyapp-child/buddypress/members/register.phpFor the activation page the idea it’s the same copy the activate.php
from : wp-content/themes/buddyapp/buddypress/members/activate.php
to : /wp-content/themes/buddyapp-child/buddypress/members/activate.phpNote : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.
Let me know if i can help you with something else
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,
Just add this css to Wp-admin -> theme options -> Styling Options -> Quick css
COPY CODE.pmpro-levels .pricing-table .description { display: none; }IT will hide that easily.
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,
You will have to remove that entire cdd selector code or just delete the display:none, look for that code in wp-admin -> theme options -> general settings -> quick css or in wp-content/themes/kleo-child/style.css
Look for the next code
COPY CODEgeodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressRegion"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="postalCode"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressCountry"], .geodir-bubble-meta-side .geodir_more_info.post_address br { display: none; }Let mw know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

