Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Thank you for the nice words !!
Here is your function that will hide the current logged in user in member directory
COPY CODEadd_action('bp_ajax_querystring','sq7_radu_exclude_users',20,2); function sq7_radu_exclude_users($qs=false,$object=false){ //list of users to exclude $excluded_user = bbp_get_current_user_id();//comma separated ids of users whom you want to exclude if($object!='members')//hide for members only return $qs; $args=wp_parse_args($qs); //check if we are searching for friends list etc?, do not exclude in this case if(!empty($args['user_id'])||!empty($args['search_terms'])) return $qs; if(!empty($args['exclude'])) $args['exclude']=$args['exclude'].','.$excluded_user; else $args['exclude']=$excluded_user; $qs=build_query($args); return $qs; }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
ModeratorOk
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 week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry with important declaration
COPY CODEspan.second-menu-icon span {display: none;} span.second-menu-icon:before {content: "\f040"; font:normal normal normal 14px/1 FontAwesome !important;}I’ve loaded the css into your site and it works
Let me know
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 check all related links from here : https://www.google.com/search?safe=off&q=PaidMembershipsPro+Error+applying+discount+code+%5B1%5D maybe there is some solution or cause
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderator1. The ad code means a image or a code that render a image or text from your ad network, from example you can put this example code to a text block in sidebar
COPY CODE<img src="http://www.linkorangutan.com/wp-content/themes/thesis_16/custom-sample/rotator/sample-4.jpg">2. If you says your theme is different from ours means that you have modified the theme
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk
I will mark the topic as resolved
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 15, 2016 at 18:14 in reply to: Editor roll not showing not show Toolbar when viewing site #116872Radu
ModeratorHi Jack,
You’re welcome
What was the issue exactly, i’m curious ? The permissions for roles was messed up ?
Have a nice week
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI understand but i cannot see that in your website you can move the php code more upper in the file it will be rendered before do some tests
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE@media(max-width:700px){ .forcefullwidth_wrapper_tp_banner { display: none !important; } }Cheers
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd both functions this to functions.php child theme
COPY CODEfunction remove_menu_links() { remove_menu_page( 'edit.php?post_type=kleo_clients' ); remove_menu_page( 'edit.php?post_type=kleo-testimonials' ); remove_menu_page( 'edit.php?post_type=portfolio' ); } add_action( 'admin_init', 'remove_menu_links', 9999 ); function remove_admin_bar_links() { echo "<style>\n"; echo '#wp-admin-bar-new-kleo-testimonials,#wp-admin-bar-new-kleo_clients,#wp-admin-bar-new-portfolio { display: none !important;}'; echo "\n</style>"; } add_action( 'wp_before_admin_bar_render', 'remove_admin_bar_links' );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 think your issue is related to the cache plugins please disable all plugins especially hummingbird cache and test again.
This issue is not theme related.
Your console it shows :
COPY CODEUncaught ReferenceError: $ is not defined 42ab791….js:1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 42ab791….js:1 42ab791….js:1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 42ab791….js:1 40c24b1….js:146 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 40c24b1….js:146 40c24b1….js:146 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 40c24b1….js:146 40c24b1….js:146 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 40c24b1….js:146 40c24b1….js:146 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 40c24b1….js:146 40c24b1….js:146 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 40c24b1….js:146 40c24b1….js:146 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 40c24b1….js:146 (index):1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS. 42ab791….js:1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 42ab791….js:1 42ab791….js:1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 42ab791….js:1 42ab791….js:1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 42ab791….js:1 42ab791….js:1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.(anonymous function) @ 42ab791….js:1 8755c29….js:170 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS.e @ 8755c29….js:170 8755c29….js:170 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.e @ 8755c29….js:170 (index):1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://icl.gov.au/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL3QFSXBldIn45k5A7iXhnc.ttf'. This request has been blocked; the content must be served over HTTPS.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 find your plugins path by accessing wp-admin -> woocommerce -> system status ->Log Directory Writable and then paste the path here.
Regarding the groups this is the only way how a group can 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,
Normally this it should work…
Please provide a restricted page to can see how the button looks and where tey redirect please
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderator1. it means username and pass for wordpress administration (wp-admin)
2. hostname, user and pass ( please test the credentials before giving it to me )
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk
Have a nice week
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 week
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 page parts can be copied to child theme
Copy the page parts from parent to child theme ( kleo-child/page-parts ) then you will be able to modify the templates update proof.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
Can you please leave a page that requires membership please ? and duplicate this page to a temporary page : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/04/after.jpg
To can do some tests.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI need also wp admin credentials please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI decommissioned the lang files from this path : from wp-content/themes/kleo/languages/ by renanimg the lang files
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorcheck now
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The child theme has stop to working or some cache issue,
I’ve added this
COPY CODEecho '<div class="mytitleattribute">'; print_r ( the_title_attribute() ) ; echo '</div>';But for some reason the code is not rendered
IF you cannot handle this provide wp admin to please
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFor the button post from activity provide url and an account if is need to view the page
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt doesn’t have anything to do with our theme, please try to switch to a default wordpress theme and test it. Object cache might require additional settings on your hosting server.
Also that kind of issue can be caused by other plugins
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 replace /wp-content/plugins/k-elements/shortcodes/templates/kleo_clients.php with the attached file
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSorry ,
Make sure that you have default wordpress redirect option in wp-admin -> theme options -> miscellaneous -> Login redirect for Popup*
For the redirection ar actions like logout/login i recommend this plugin : https://wordpress.org/plugins/peters-login-redirect/
cheers
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 link : https://archived.seventhqueen.com/forums/topic/where-can-i-find-this-line-of-code/#post-110727
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorLink where i can see that ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts