Forum Replies Created
-
Author
-
Radu
ModeratorHi,
You will need to edit this file wp-content/themes/sweetdate/page-parts/general-register-modal.php
Or you can copy this file into child theme wp-content/themes/sweetdate-child/page-parts/general-register-modal.php in this way this modification will be update proof
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,
Content-image.php will be used as template only if you select that template from that post, by default the post template is content.php
Can you please provide page url where the featured is displayed twice ?
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,
When you use Post Grid visual element from VC and you want to turn animations off , go to General -> Display Style -> Pagination and then from Item Design -> Grid element template -> Basic grid: No animation
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,
I see now that the photos are not opening in lightbox do you have disabled the plugin ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2016 at 16:47 in reply to: WP-reCAPTCHA-bp not showing correctly on Register page #101866Radu
ModeratorHi,
I’ve placed the css snippet into buddy app child style.css and now it works.
Cheers
Radu
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 know why, but press sync
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can i try to import the products on your website ?
Cheers
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 day
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,
From example in this page : http://computermusicacademy.com/tutorials/ / http://computermusicacademy.com/reviews/ i cannot see any loader and this page doesen’t have rev slider in it.
Please provide more 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
ModeratorHi,
Regarding the translation of bp group documents the issue was caused by location of language files, i’ve changed the location of lang files from wp-content/languages/ to wp-content/plugins/bp-group-documents/languages for some reason the translation for this plugin works with lang files in that location.
REgarding the problem with comment button, translate it from kleo in loco trasnslate
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 day.
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 the second reply : https://archived.seventhqueen.com/forums/topic/error-log-file-size-increasing-day-to-day-help-to-resolve-the-errors
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 2, 2016 at 19:54 in reply to: Redirect user to his buddypress profile after login (from the activation page link) #101774Radu
ModeratorLet me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 2, 2016 at 19:54 in reply to: Redirect user to his buddypress profile after login (from the activation page link) #101773Radu
ModeratorHi,
Please follow this link : http://wordpress.stackexchange.com/a/65017
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 2, 2016 at 19:53 in reply to: Is it possible to to remove registration but keep the Facebook login button? #101772Radu
ModeratorHi,
The simplest solution is to hide via CSS the form.
If you are ok with this please provide url of registration page
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 i can view the loader in action ? URL please
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 look in server log to see what causes this, if you cannot find the log ask the hosting technical department.
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 don’t think that our theme package is malwared, this can be caused by a security breach to your server
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 do it with this plugin : http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158
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,
Strange issue,
The archive pack can be unzipped i think is a problem from your computer, please try to reinstall winrar or install another zip manager like winzip
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,
You can hide the like/love functionality for logged out users by using this function
COPY CODEfunction AllowKleoLikesToLoggedInUsers () { global $kleo_item_likes; if(!is_user_logged_in()) { remove_action('publish_post', array($kleo_item_likes, 'setup_likes')); remove_action('kleo_post_footer', array($kleo_item_likes, 'show_likes')); remove_action('kleo_show_love', array($kleo_item_likes, 'show_likes')); remove_action('wp_ajax_item-likes', array($kleo_item_likes, 'ajax_callback')); remove_action('wp_ajax_nopriv_item-likes', array($kleo_item_likes, 'ajax_callback')); } } add_action('after_setup_theme', 'AllowKleoLikesToLoggedInUsers', 99);
The function needs to be added to wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated
You can reset the post likes via phpmyadmin with this query
COPY CODEwp_postmeta
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 day
Cheer
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI cannot view your page it displays a coming soon page, provide credentials to can see the page
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,
From i saw the language files are in correct path, i cannot figure out what is the problem,
Please provide a page where i can see the bp documents plugin in action and admin credentials to take a look
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 go to your homepage in wp admin -> pages -> your homepage and on first row -> edit and look for padding top 40px set 0
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 2, 2016 at 16:36 in reply to: WP-reCAPTCHA-bp not showing correctly on Register page #101741Radu
ModeratorHi,
Please retry with this
COPY CODE.g-recaptcha { width: 100% !important; height: 100% !important; display: inline-block; clear: both !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,
For what you want to achieve you need to hire a developer, i provided you that function as guidance, our forum doesn’t cover custom development.
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,
Apparently you don’t make nothing wrong, please check if the language files are in this location : wp-content/themes/languages/ here should be nothing and if here is some language files please backup these and delete them.
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,
If you remove this line
COPY CODEadd_action( ‘bbp_theme_after_reply_content’, ‘kleo_social_share’ );
The error shouldn’t appear again in error.log
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,
For the thumbs use this css :
COPY CODE.aheadzen_vote { display: none !important; }
And for the like activity use this plugin : http://buddydev.com/plugins/facebook-like-user-activity-stream-for-buddypress/
Download link : http://buddydev.com/downloads/facebook-like-user-activity-stream-for-buddypress/versions/facebook-like-user-activity-stream-for-buddypress-1-1-6.zip?ea3e62Cheers
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 problem is not caused by plugin.php, this file is part of wordpress core.
Do you have something in your child theme functions.php ?
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 ftp
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 szmek9,
Please read this topic : https://archived.seventhqueen.com/forums/topic/language-3/#post-101532
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,
Paste the code from here : http://pastebin.com/raw/gCnTgA0m
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorLet me know if is ok
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 install and configure this plugin https://wordpress.org/plugins/wp-mail-smtp/
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 made some changes to the theme files ? parent/child ?
The kleo_social_share function works only in post pages.
I’ve accessed your website in chrome and firefox and i don’t was redirected anywhere it opens pages normally.
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 should add another items to that submenu from wp-admin -> appearance -> menus…
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you receive any error ? If not please enable wp_debug function / https://codex.wordpress.org/WP_DEBUG#Usage enable also the wp_debug_log to store all errors
https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOGPlease enable these functions and repeat your action then see on screen if any error is shown if not please check the debug.log file from wp-content/ directory.
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 solutionFebruary 1, 2016 at 19:26 in reply to: I need to delete my demo profile page – this is public page! #101604Radu
ModeratorHi,
Profile removed
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