Forum Replies Created
-
Author
-
Abe
KeymasterI just replaced that file minutes ago since I came up with the fix after you mentioned it. It should work after you re-update that file.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi there, Indeed the landing page is intended to be used separately since it is a HTML template and can’t be used on the WordPress theme without some kind of integration
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterI tested it on our demo http://seventhqueen.com/themes/kleo/wp-login.php and it should redirect you to the homepage if you updated this files: wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php with the content from: https://archived.seventhqueen.com/wp-content/uploads/2014/06/function-facebook-login.php_.txt
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterI see what you mean and until next update see the fix in the updated file above
wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymaster@ryonthemoon can you provide also FTP access to take a look over the weekend?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterGreat, thanks Maurice. Closing the topic
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterGreat. we will add the button to the register page too in next version as an alternative. Thanks
PS, just registered 😉
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterGreat, closing topic
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymaster@justinlooney try to re-upload theme files again since you probably removed some files or something related to permissions
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi Jeremmy
It seems fine to me. See the attached screenshotHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterI think you have another plugin for that dating theme. Anyway one page generates the members with /network and the other with /members so definitely it is related to the changes you did
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterWell it is related to some custom css you added in your child theme style.css so nothing theme related
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterGreat. thanks for sharing 😉
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterWell if it is a special page from a plugin then that could happen and you will have to do some plugin related checks to check for that page and apply the restrictions manually
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterMaybe you can provide the plugin at themesupport@seventhqueen.com to test it localy
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterIn your page, if you enabled a plugin like the example I gave, press Ctrl+U and see the page source
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymaster@sandervm86 give me temp FTP access and website admin to make some tests
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, We have fixed that and it will be available in next theme version. Until then please replace the content of the file from this location with the content attached wp-content/themes/kleo/kleo-framework/metaboxes/init.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterI gave the example code and you should have changed the minimum height value, not just copy it like that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHow did you fixed it. I am curious in case someone will encounter this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi,
@tubiao please adjust that by CSSCOPY CODE.page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 713px; }
@veryeligible2014
See my answer here: https://archived.seventhqueen.com/forums/topic/how-to-hide-menu-in-mobile-for-not-logged-in
You can increase device screen width to target larger devices.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterSurely the ad was causing the issue then since it has a fixed width.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterAll good after update. Can I close the topic?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterhi @Adam
First, I like what you did with the theme 🙂
That is strange and it could be related to the way the user takes the photo and how he holds the camera. Buddypress should be responsible for the photo upload thereHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2014 at 01:27 in reply to: It is possible to hide register form in pc, but display in mobile? #21057Abe
KeymasterHi, All this kind of things can be done using css and you need CSS knowledge. Follow my example here that hides the menu for mobile:
https://archived.seventhqueen.com/forums/topic/how-to-hide-menu-in-mobile-for-not-logged-in#post-21056Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, that will show since is the container of the menu and not a link you have added a condition to.
Hide that using css media query:COPY CODE@media only screen and (max-width: 480px) { .contain-to-grid { display: none; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHI Jeremy, As I looked to your site the search works: http://www.passingrass.com/network/?field_14=&field_17=&field_454=&bs=+
Maybe you have changed some settings for the members page or any other customizations since those links should work by default.Put the link to your unanswered topic please if you haven’t received a reply yet.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi,
@talimagnum try our demo on your phone and see how it goes. In header.php the theme should have by default a meta viewport tag, maybe you deleted that the first timeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterSorry for the late replies.
I see the same topic opened here: https://archived.seventhqueen.com/forums/topic/facebook_login-problem so talk there is you wanna help debug and fix this since it is an isolated issue we can’t replicate on our testing servers.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymaster@MHajjar
please put a link to your site to do some testsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymaster@richanarendra
I have successfully created an account on your site using Facebook. Have you done some changes to fix your problem?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi there,
@zeddje
You have another Facebook login related plugin. Try to disable that or disable our option from Theme options – Miscellaneous.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterI looked at your site and your problem comes from some custom code added somewhere in your site since you have disabled the change avatar functionality somehow. I can see also you did something to the avatar not to display the default one so maybe it is related
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, see a similar topic here:
https://archived.seventhqueen.com/forums/topic/geonames-autocomplete
see my last comment on enabling webservicesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterIn the link provided you can see that you can add the image attribute to that total shortcode: image=”http://link_to_icon”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterGive me some temporary access to your site to take a quick look in admin. mark the reply as private
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterPlease put here your site name and mark the reply as private… since I don’t have your site name, otherwise I wouldn’t have asked it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterIf you have a page, then go to that page edit in wp admin and apply the restrictions from that page. It should look like in the attachment.
For the restriction to appear in the Levels page then you need to use the first code example
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterIf I go to a member profile and click the add friend button it is not an AJAX request since the pages refreshes to complete the action
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterGreat. What additional coding? Something related to the theme or something that is related to your customization?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts