Forum Replies Created
-
Author
-
Radu
ModeratorHi,
I see, just replace this file : wp-content/themes/buddyapp/lib/plugins/ctdl.php
with this file content: https://pastebin.com/raw/QtDhteDL
Then go to wp-content/themes/buddyapp-child/functions.php
and add the next code in it : https://pastebin.com/raw/YnfK07UT
Then you will be able to click on the tasks icon and you will go to the my-tasks page.
NOTE : 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
ModeratorYou’re welcome
Cheers
RHi 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 the errors referred to jquery is not defined even the jquery it’s on the page then at a closer look I’ve seen the files minimized then I’ve de-activated the plugin to test if it works, then I’ve added those files on the exception list to be excluded.
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 then, meanwhile you can put that question to the pmprpo support forum
https://wordpress.org/plugins/paid-memberships-pro/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,
Make sure that post haves the post template set standard or image, not link or quote…

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,
Just go to wp-admin -> theme options -> modules and speed -> enable the modules and save.

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,
Follow this article : https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directory
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 I've tested and it works even with BuddyPress off, we have in the past a similar issue but now it's fixed, try to delete the plugin and install it again from wp-admin -> appearance -> install plugins Cheers RRadu
ModeratorHi,
For the video shortcode that’s the correct shortcode, there it’s an extra [kleo_button_video] tag in front of initial shortcode
COPY CODE[kleo_button_video url="https://www.youtube.com/embed/Luyk-hgcfmw" style="alert" size="large" round="radius" icon="film,after"] Motivational Video [/kleo_button_video]1. The search form that you show me broken isn’t on our demo
2. REplace this file content : /wp-content/themes/sweetdate/buddypress/common/search/dir-search-form.php
width content of this one : https://pastebin.com/raw/Rp6X2dsB3. The search button will show differitely now after this change and 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,
I have figured out finally….
I’ve de-activated the “Async JavaScript” plugin and in the Fast Velocity Minify I’ve added the next to exception list

Now I refresh the blog page multiple times and the posts are displayed.
If you have any cache on server side purge it!
https://www.therainbowright.com/blog?test
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,
Yes
Useing the next function you will add the font to head
COPY CODEadd_action('wp_head','Kleo_hook_font'); function Kleo_hook_font() { $output="<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto+Slab:700' type='text/css' media='all' />"; echo $output; }Then in child theme/ style.css
add the css
COPY CODEb,strong { font-weight: 700 !important; }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,
Just add a custom class for the main row named <b>custom-cols-order</b>
Then for the first column (left one) add a custom class named <b>float-left-flip</b> and for the second (the right one) add this class name <b>float-right-flip</b>
Then add the css to wp-admin -> theme options -> General settings -> Quick CSS
COPY CODE@media(max-width:991px){ .custom-cols-order .vc_row {display: grid;} .float-left-flip {order: 2 !important;} .float-right-flip {order: 1 !important;} }That’s it
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 -> general settings- > quick css
COPY CODE#buddypress div#item-nav ul li a { padding: 15px 15px; }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,
Maybe you will need a plugin like this : https://wordpress.org/plugins/rs-buddypress-activity-refresh/
To achieve 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
ModeratorHi,
Those are not errors and seems to have nothing to do with your problem, in this case, we have to check the direct server error.log file
See here how you can check for server errors: http://www.inmotionhosting.com/support/website/stats-logging/how-to-view-cpanel-error-logs
So find the error.log file then access the pmpro URL that generates the 404 error.
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 I’ve tested and it works, did you have tried to delete and to re-install the plugin ? in the past this kind of issue was fixed.
Did you see any error? If the problem persists enable wp_debug I will paste below the procedure.
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
<pre class=””>define( ‘WP_DEBUG’, true );
- After this line add this:
<pre class=””>define( ‘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,
In my previous posts, i’ve mentioned the file that generates the tabs as those are!
To make them horizontal you will have to perform some changes and I’ve given you the file path to copy it and perform your changes.
Yes, I confirm, you should custom coding to make tabs from vertically to horizontally, for the moment there is no quick solution for 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
ModeratorHi,
Using the next css you will be able to choose equal height for the product title area
COPY CODE@media(min-width:991px){ .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {min-height:110px;} }To have all products at line also the images should have the same ratio, play with the 110px value and set as you need.
The css will be added to wp-admin -> theme options -> General settings -> 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
ModeratorOk
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorMake sure to enable wp_debug and leave it like that.
I will add below the debug procedure after a pmpro 404 error check the debug.log if appears something related to that, also it’s recommended to check also the error.log from the hosting server, maybe it will give some hints in this direction
Please update to the latest version the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless 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.
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,
In this case, just duplicate your install to a staging hosting and test there if using default wp theme you encounter the same issue 404 on pmpro pages sometimes.
Test it on the staging 1-2 days with kleo them de-activated to see if you encounter the same.
Cheers
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,
Kleo uses Bootstrap 3 Version, There is no 4.0 version for that but anyway the framework seems to the same thing in both versions
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 a custom css that prevents the page to behave as it should
It’s needed to remove “postion:fixed;” from the .kleo-navbar-fixed.navbar-transparent #header {} selector, so look in quick css area for that or in child theme/style.css and remove 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
ModeratorHi,
I see
There are the resources from the redux theme options panel
Those are the files : wp-content/themes/kleo/kleo-framework/options/inc/fields/ace_editor/field_ace_editor.php
AND
/wp-content/themes/kleo/kleo-framework/options/core/enqueue.php LINE 85
—-
/wp-content/themes/kleo/kleo-framework/options/core/enqueue.php LINE 223comment the lines, see the screenshot

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 8, 2017 at 16:07 in reply to: Profile Menu Icons Rendering Too Large in Internet Explorer #172968Radu
ModeratorHi,
YES!So the code should look like this and it should works, just play with the font size
COPY CODE/*------Specific style for IE11---------*/ _:-ms-fullscreen, :root #buddypress div#item-nav ul li a:before { font-size:27px !important; } /*------END Specific style for IE11---------*/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’m using also mac and chrome but, there it’s an odd thing, sometimes the bold isn’t treated as bold just like regular.
Now it looks as it should.

I recommend you to set for H5 heading the Roboto Slab and on Font Weight and Style choose bold 700

In this way, you will load two styles one regular and one bold and this should solve the issue.
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, try to deactivate all plugins except woocommerce and the addon then check again, if it’s the same this can be caused by moving js resources to the footer, so try to leave those in the initial place.
NOTICE: Now I’ve seen, the map in the bottom of the page, until to add the map the menu works right?
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 told you what file generates the tabs and how you can overwrite in child theme,
You will have to do the modifications yourself since it requires dedicated time to makes the tabs horizontal instead of vertical.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2017 at 19:26 in reply to: SweetDate isn't displaying edits or plugins on my website #172871Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Can I view that page to can see exactly your landing page? now it says maintenance
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2017 at 19:16 in reply to: SliderRevolution Support and Custom Contact form integration #172869Radu
ModeratorNot marked as solution -
AuthorPosts

