Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Please take a look here : https://archived.seventhqueen.com/forums/topic/friendship/#post-92628
IT was a bug regarding to the menu.
You can add a link there but you will need to rebuild entire buddypress menu.
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,
You need to go here : wp-admin -> revolution slider -> select that slider -> settings -> Min. Height ( see attachment )
If 713px is to small or to large please increase or decrease values.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
The visual composer is not included in sweetdate theme, the sweetdate is not compatible with visual composer.
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,
Do you have translate that string from sweetdate ? or from paid memberships pro ?
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,
Go to wp-admin -> theme options -> miscellaneous -> Admin toolbar* -> OFF.
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,
You have added to head this ?
COPY CODE<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
The resource it seems to be loaded.
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 issue it seems to be caused by some plugins that you have installed,
Please disable all plugins that not comes once with kleo theme, repeat the action again and let know.
You can disable plugins one by one and repeat the action to can identify what causes 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
ModeratorHi,
Add this snippet to your wp-content/theme/kleo-child/functions.php
COPY CODEfunction add_before_my_siderbar() { ?> < ?php if (is_archive()) { ?> <div class="sidebar sidebar-main col-sm-3 sidebar-3rr"> <div class="inner-content widgets-container"> < ?php dynamic_sidebar('for home'); ?> </div><!--end inner-content--> </div><!--end sidebar--> < ?php } ?> < ?php } add_action( 'get_sidebar', 'add_before_my_siderbar' ); function add_before_my_siderbar() { ?> < ?php if (is_archive()) { ?> <div class="sidebar sidebar-main col-sm-3 sidebar-right"> <div class="inner-content widgets-container"> < ?php dynamic_sidebar('For Custom Taxonomy'); ?> </div><!--end inner-content--> </div><!--end sidebar--> < ?php } ?> < ?php } add_action( 'get_sidebar', 'add_before_my_siderbar' );
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 css to wp-admin -> theme options -> general settings -> quick css
COPY CODE#header .is-sticky .header-scrolled { background-color: #fff !important; }
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,
Where you want to show childs or parent category ? In sidebar with a widget ?
Cheers
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please provide a live page url where we can see your described behaviour or some screenshots that shows the problem.
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,
You can remove that text/button completely by editing this file /wp-content/themes/kleo/buddypress/buddypress-functions.php line 1858
Hi the JS can be edited from here : wp-content/themes/kleo/buddypress/js/buddypress.min.js
If you will made changes on parent theme you will lose the modifications on next theme update.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 11, 2015 at 17:58 in reply to: Un-editable Visual Composer Sections Within Demo (Deprecated) #92663Radu
ModeratorHi,
The tab ID are generated by VC and it cannot be edited.
Regarding to this “Also the pop-up that gives the opportunity to edit the section is “Orange” while the rest on the homepage demo is “green””
I cannot figure out, can you please provide some screenshots that pointing out problems ?
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 are locally i cannot view the example running, try to set position relative for that button via CSS
COPY CODEposition:relative !important
Let me know
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 11, 2015 at 17:53 in reply to: Page title displaying incorrectly after update to WP 4.4 #92661Radu
ModeratorHi,
This can be happens because of theme settings, next time when you update the theme, backup the theme options from wp-admin -> theme options -> Import/Export -> download data file after update import data.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDone,
I;ve hided that via css, you need to purge cache from cdn’s
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,
Contact your hosting company to help you with this.
Chers
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 a screenshot that pointing out the read more button
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 sweetdate this option is not available, if you want to implement this you need to /hire a developer.
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 widget widget (Members Newest | Active | Popular ) is located /wp-content/themes/sweetdate/custom_buddypress/bp-functions.php line line 39 and/or /wp-content/plugins/buddypress/bp-members/bp-members-widgets.php line 106
—-
1. You can hide that by css, i cannot view your page is blank
2. This is location of the file/function that render private message button sweet/wp-content/themes/sweetdate/custom_buddypress/bp-functions.php line 2326
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 with the attached slider.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
I’ve used this code instead
COPY CODEfunction add_before_my_siderbar() { ?> <?php if (is_archive()) { ?> <div class="sidebar sidebar-main col-sm-3 sidebar-3rr"> <div class="inner-content widgets-container"> <?php dynamic_sidebar('for home'); ?> </div><!--end inner-content--> </div><!--end sidebar--> <?php } ?> <?php } add_action( 'get_sidebar', 'add_before_my_siderbar' );
The problem was this class "sidebar-3rr"
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,
Unfortunately, we don’t offer support for this kind of scenarios, i recommend you to hire a developer to implement your plugin to the theme.
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,
Done
I’ve added in child theme content-product.php to wp-content/themes/sweetdate-child/woocommerce/content-product.php
the content of the content-product.php is
COPY CODE<?php /** * The template for displaying product content within loops. * * Override this template by copying it to yourtheme/woocommerce/content-product.php * * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $product, $woocommerce_loop; // Store loop count we're currently on if ( empty( $woocommerce_loop['loop'] ) ) { $woocommerce_loop['loop'] = 0; } // Store column count for displaying the grid if ( empty( $woocommerce_loop['columns'] ) ) { $woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 4 ); } // Ensure visibility if ( ! $product || ! $product->is_visible() ) { return; } // Increase loop count $woocommerce_loop['loop']++; // Extra post classes $classes = array(); if ( 0 == ( $woocommerce_loop['loop'] - 1 ) % $woocommerce_loop['columns'] || 1 == $woocommerce_loop['columns'] ) { $classes[] = 'first'; } if ( 0 == $woocommerce_loop['loop'] % $woocommerce_loop['columns'] ) { $classes[] = 'last'; } ?>
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,
I see this notice on your localization plugin dashboard on woocommerce section
COPY CODECompatibility: Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won't be executed anymore. Please contact the Author about that.
Use loco translate instead : https://docs.woothemes.com/document/woocommerce-localization/
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 tried on my local install to add some carousels and videos to try to reproduce your issue but unsuccessful.
If you use plugins or if you have made custom modifications to the theme. please disable plugins or/and changes and see after.
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,
Do you have translated that string ?
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 provide to that localization plugin.
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 FTP details.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe button is extended as you have asked.
IF you are not ok with that width replace 100% with 200px or your desired size.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry, unfortunately we don’t offer support for user custom modifications.
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 can be done only with some extra hours of work, i suggest you to hire a developer.
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,
We have’t tested this kind of plugins, but on short search on google i found these :
https://wordpress.org/plugins/gift-buddypress-addons/
https://wordpress.org/plugins/buddypress-gifts-latest-2014/Note: you should test these plugins
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 10, 2015 at 19:17 in reply to: Language switch flags not working since WPML and buddypress upgrade #92461Radu
ModeratorHi,
Thank you,
This issue seems to belongs to WPML and I suggest to open a ticket on WPML forum support and ask them about this issue.
Let us know.
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 css to wp-admin -> theme options -> general settings ->quick css
COPY CODE#buddypress .message-search { width: 100% !important; }
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,
I’ve tried again and it works, i received this email
COPY CODEThanks for registering! To complete the activation of your account please click the following link: http://earlyinterventionist.com/activation/c46b033cbce0e6e1524fa6828132e6b8/
I accessed the link and i receive success notification ( see attachment )
Regarding the whitepage, i not see something like that, the dashboard it works as you can see in second screenshot.
I don’t see any problem with the theme.
Make a test with a new email address that you have not using to signup on your website.
And if you still encounter problems please tell me exact steps to reproduce your described issues.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
There is no option to change the order of those elements.
It can be done but i will require some custom modifications to the article template file.
Regarding the custom text after article please add this function to wp-content/themes/kleo-child/functions.php
COPY CODEfunction KleoAddSlideUnderPosts( $content ) { if( is_single() ) { $MyText = '<h3 style="text-align: center;">My Custom Text</h3>'; $content .= $MyText; } return $content; } add_filter('the_content', 'KleoAddSlideUnderPosts');
Replace My Custom Text with your desired text
NOTE : Child theme needs to be activated.
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,
Regarding to this please post here what error do you receive : “I have followed the Youtube video you have and one of the plugins in the package “paid memberships” returns an error when installing.”
Regarding to : “Then when trying to upload the revolution slider “landing-page-demo” it returns a 501 fatal error.” This can be caused by a server limit or something like that.
Please add these codes to wp-config.php from root installation
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG’, true );Then repeat action ( import again the slider ) and then check this file /wp-content/debug.log and paste here content of the file.
The double menus it’s because you have imported data twice.
Let me know
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,
Places and portfolios are not related to buddypress profiles, they can be implemented but it will be a custom job, you can also give a look at geo directory addons, they have a buddypress extension that enhances the integration between buddypress and geodirectory.
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,
I’ve accessed your website and i cannot view something wrong, can you please provide a screenshot that pointing out the issues ?
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