- Responsive Multi-Purpose Theme Framework! ›
- Forums ›
- Theme Support ›
- User settings page fields for changing password & text not appearing
Hi
I have been using your wonderful theme for quite a while, and will probably be asking a few questions here & there to customize it further.
The most urgent question I have, though is regarding the page for changing the password – at /members/user/settings/
NONE of the form fields or text for changing the password appears, meaning one cannot edit the password at all!
I at first thought this might be caused by some conflict with some plugin, but when I changed back to the old theme, Custom Community, the fields & text reappeared and so I could change the password.
Since some new users are using the site & registering, I might be forced to change to another theme, unless you hopefully help soon.
I am using Buddypress & bbforum & other related plugins.
I also discovered that the page /members/user/settings/notifications/ is also completely empty below the general settings & notification tabs, although with another theme, it has all sorts of checkbox/radio forms & text for selecting different notification settings. It seems a number of elements on at least the 2, but probably other pages do not appear.
I would appreciate some help
kind regards
The most urgent question I have, though is regarding the page for changing the password – at /members/user/settings/
NONE of the form fields or text for changing the password appears, meaning one cannot edit the password at all!
Are you using latest FirmaSite version? Check from http://wordpress.org/themes/firmasite/
Do you have problem in this site? Check our profile area please.
Hi,
thank you for the very rapid answer.
Yes, I noted the issue just before & after updating to the newest version of theme half an hour ago.
Just as mentioned in the post-update, also /members/user/settings/notifications/ is empty below the general settings & notifications tabs.
I am quite sure of the problem, because I have been approaching the settings via the profile.
I noted this when I registered a new user & wanted to change the password. When I change the theme, everything appears.. I could give u user account / passsword & you will see this
Regards
Did you try to clear your browser cache? and refresh page?
and you didnt answer this:
Do you have problem in this site? Check our profile area please.
Hi
Yes, I tried clearing the cache & refreshing the page, both in Firefox 23 & I.E., where I am on the site as admin & on the other as a common user.
I request you to look at this as user “raphael” with pw: abuja2013 – URL here please => <b>http://tinyurl.com/mvdllok </b>
(log in in down – right)
(I am going to delete this user within an hour.)
I am sorry, may be I do not quite get your question.
I have been to http://wordpress.org/support/theme/firmasite before, but I noted there that you had said, one can get quicker support on this site. that is why I came, but have no problem with it & if you mean no complaints about my problem are there, I note that too.
If I have not answered it properly, please just clarify & I will.
Regards & thank you in advance
Your child theme is overriding FirmaSite’s style.css enqueue.
Check this example child-theme: http://theme.firmasite.com/child-theme/
You shouldnt enqueue your style as “style” id because FirmaSite theme is doing it. Probably i should make it a different name just because of this type conflicts. This is what FirmaSite using:
// style wp_register_style( 'style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'style' );
and you overriding that style with using same id. Just change that id.
Hi
Thank you for the response & taking the time to look into this.
One question, though. I am not a coder & would not know where to change what you are suggesting.
The only style changes I have made are the style elements I added on the /wp-admin/customize.php page under theme style settings & nothing more.
If that is NOT where the overriding takes place, I would not know what to change.
This is the css I added there & I have not touched any other theme code:
.site-header {
background: #CDC598;
border: solid 2px #968F6A;
border-radius: 25px 10px 0px 0px;
-moz-border-radius: 25px 10px 0px 0px;
-webkit-border-radius: 25px 10px 0px 0px;
}
.navbar {
background: url(/wp-content/images/menubg.jpg) repeat-x;
border: solid 2px #968F6A;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
.widget-area {
background: #BECDBA url(/wp-content/images/bggreen24.jpg) repeat-y;
padding-left: 10px;
color: #222222;
border: solid 2px #9EB296;
border-radius: 0px 0px 25px 0px;
-moz-border-radius: 0px 0px 25px 0px;
-webkit-border-radius: 0px 0px 25px 0px;
}
.site-info {
background: url(/wp-content/images/bggreen2.jpg) repeat-y;
padding-left: 10px;
color: #222222;
border: solid 2px #9EB296;
border-radius: 0px 0px 25px 10px;
-moz-border-radius: 0px 0px 25px 10px;
-webkit-border-radius: 0px 0px 25px 10px;
}
.site-main {
background: beige;
padding-left: 10px;
border-left: solid 1px #968F6A;
border-right: solid 1px #9EB296;
}
.label-info {
background: #CC9900;
border: solid 2px #9EB296;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
.label {
border: 0px;
background: #968F6A;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
.panel-footer {
background: #CDC598;
border: solid 2px #968F6A;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
.panel {
background: transparent;
border: 0px;
}
#si_contact_message1, textarea, select {
width: 300px;
}
input[type=”text”], input[type=”password”], input[type=”radio”], input[type=”checkbox”], input[type=”option”], input[type=”submit”], select, textarea {
background: #BECDBA;
10px 25px;
border-radius: 25px 10px / 10px 25px;
border: solid 1px #968F6A;
}
.btn-sm {
border: #968F6A;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
.form-control {
background: #BECDBA;
border: solid 1px #968F6A;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
.sabai-btn-large {
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
#site-description {
background: beige;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
.well {
background: beige;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}
Any suggestion?
Once again thanks & regards
Then its a plugin that enqueue style with style id.. A plugin that using jsTree apple theme 1.0 named style.
What is your possible solution until next theme update:
- Find that plugin and deactivate it. I think its wp-events-manager plugin. You should go and blame them with using “style” id for css in a plugin. lol
- If plugin is important or if its not wp-events-manager plugin, you can consider to copy+paste all styles to theme customizer’s custom css section until i release next theme update which will use different id for style. I am putting that style content here incase you cant find it:
/* Bootstrap 3.0 Temporary Fixes */ .dropdown-menu {z-index:1001;} .navbar-collapse {max-height:none;} /* Some Make-Up */ .logo-text{font-size:200%!important;line-height:120%!important;display:inline-block!important;text-shadow:0 0.01em 0.05em #666,0.01em 0.06em 0em #999,0.01em 0.1em 0.1em rgba(0,0,0,0.85)} .caption .hero-title,.caption .hero-content p,.gallery-title,.gallery-caption{ display:inline-block;color:#fff;background:#333;background:rgba(0,0,0,0.3);border-radius:3px;padding:5px;text-shadow:0 1.5px 1px #000; } .caption .hero-link{display:inline-block;vertical-align:middle} /* wp-styles */ .aligncenter{display:block;margin:0 auto} .alignleft{float:left} .alignright{float:right} img.alignleft{margin-right:5px} img.alignright{margin-left:5px} .wp-caption{max-width:100%!important} .wp-caption-text{} .sticky{} .gallery-caption{} .bypostauthor{} .assistive-text,.site .screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px)} iframe,object,embed{max-width:100%} /* theme general fixes */ .no-margin-bot{margin-bottom:0} .page-links .pagination{clear:both;margin:0} .entry-thumbnail.pull-left {margin-right:10px} .entry-thumbnail.pull-right {margin-left:10px} .hentry {word-wrap:break-word;-ms-word-wrap:break-word} .dropdown-form{padding:10px;min-width:250px} .label,.badge{white-space:normal;padding:2px 4px} img{display:inline-block;height:auto;max-width:100%} .thumbnail img{display:block;margin:0 auto} .thumbnail.pull-left,.thumbnail.alignleft{margin-right:5px} .thumbnail.pull-right,.thumbnail.alignright{margin-left:5px} .fs-content-thumbnail{padding:0} @media (min-width:768px){.fs-have-thumbnail{overflow:hidden}} .radio li{list-style:none} .site-sidebar-content #secondary{margin-left:0} #primary article{margin-bottom:5px} .carousel-caption .pagination{margin:0} #wplogo{color:#21759b} .bbp-topics .pagination{margin:0;font-size:80%;} .bbp-threaded-replies .panel{margin-bottom:2px} #masthead{padding-top:10px} body.admin-bar .navbar-fixed-top{top:28px} .home-page #breadcrumbs{display:none} .panel-body.alert{margin-bottom:0} .dropdown-menu.submenu {display:block;margin-left:20px;border:0;box-shadow:none;position:relative} /*tinymce*/ body.mceContentBody{margin:10px!important;padding:10px!important} .wp-switch-editor{height:26px!important} table.mceToolbar {background:none!important;background-color:inherit!important} td.mceIframeContainer{padding:0!important;} /* site-only-content = .row .col-xs-12 col-md-8 (round to 12x) */ .site-only-content .container{max-width:624px} @media (min-width:1200px){.site-only-content .container{max-width:756px} } @media (min-width:768px) and (max-width:991px){.site-only-content .container{max-width:624px} } /* only-content-long = .row .col-xs-12 col-md-12 */ .site-only-content-long .container{max-width:940px} @media (min-width:1200px){.site-only-content-long .container{max-width:1140px} } @media (min-width:768px) and (max-width:991px){.site-only-content-long .container{max-width:720px} } /* Responsive video */ .flex-video{position:relative;padding-top:25px;padding-bottom:67.5%;height:0;margin-bottom:16px;overflow:hidden} .flex-video iframe, .flex-video object, .flex-video embed{position:absolute;top:0;left:0;width:100%;height:100%} @media only screen and (max-device-width:800px),only screen and (device-width:1024px) and (device-height:600px),only screen and (width:1280px) and (orientation:landscape),only screen and (device-width:800px),only screen and (max-width:767px){.flex-video{padding-top:0}} /* showcase */ .firmasite-showcase{margin-bottom:30px} .firmasite-showcase .jumbotron{margin-bottom:0;font-size:inherit;padding:20px 15%} .firmasite-showcase .carousel-control.left {border-radius: 6px 0 0 6px} .firmasite-showcase .carousel-control.right {border-radius: 0 6px 6px 0} .firmasite-showcase .carousel-indicators {bottom:0;margin-bottom:0} /* promotionbar */ .carousel-mini{min-height:100px;margin-bottom:0;margin-top:15px;_height:100px} .carousel-mini .carousel-title{margin-top:0;padding-bottom:10px} .carousel-mini .carousel-inner > .item > .thumbnail{text-align:center} .carousel-mini .carousel-control{position:absolute;left:auto;top:-5px;right:20px;width:15px;height:20px;margin-top:0;font-size:30px;font-weight:bold;line-height:16px;text-align:center;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6;filter:alpha(opacity=60)} .carousel-mini .carousel-control.right{right:0} .carousel-mini .carousel-control:hover{text-decoration:none;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9;filter:alpha(opacity=90)} /* make modals usable */ .firmasite-modal-static{position:inherit;top:inherit;left:inherit;right:inherit;bottom:inherit; margin:0 auto 20px;z-index:inherit;max-width:100%;width:100%;word-wrap:break-word;display:inline-block;overflow:inherit} .firmasite-modal-static .modal-dialog{width:100%;z-index:inherit;left:inherit;right:inherit;padding:0} .firmasite-modal-static .modal-footer{border-radius:6px;text-align:inherit;margin-top:0} .firmasite-modal-static .modal-body{overflow-y:inherit;max-height:inherit} .firmasite-modal-static .modal-body.alert{margin-bottom:0} .firmasite-modal-static .panel-footer{border-radius:6px} /* ie fixes */ .browser_ie #firmasite-promotionbar img.wp-post-image{width:100%;height:auto;max-width:none} .browser_ie .bbp-replies .bbp-author-avatar img{width:80px;height:auto;max-width:none} .browser_ie .widget.buddypress .item-avatar img{width:50px;height:auto;max-width:none} .browser_ie ul.item-list img.avatar{width:50px;height:auto;max-width:none} .browser_ie #item-actions img.avatar{width:50px;height:auto;max-width:none} .browser_ie .bbp-topics .bbp-author-avatar img{width:14px;height:auto;max-width:none} .browser_ie .bbp-forums .bbp-author-avatar img{width:14px;height:auto;max-width:none} .browser_ie .firmasite-modal-static .modal-footer{text-align:left}
Hey
Very grateful for your support.
The best option I think is the second one, so I added it to the custom css, which immediately made the page elements reappear. ;). Some plugins do not have as vibrant support & either take much longer to reply or do not reply at all.
So I am very grateful for your very rapid responses.
I will assume I will have to remove this added css code after some coming update(s) of Firmasite ..
Once again thank u & thank you for the great theme
Kind regards
Np. You can send a review in http://wordpress.org/support/view/theme-reviews/firmasite if you want. It means a lot for new users that thinking to use theme.
Hi, something [i.e. reviewed] which I have done …
I have an issue though, which I accidentally noticed as I was showing someone the site. I noticed that most links in the main navigation menu simply did not react after clicking them, although the urls shown in the taskbar when holding the mouse over them is correct.
Only 2, 3 were working, though I know that was not the case before. Furthermore, if I change back to the old theme (Custom community), also buddypress-compatible & the theme => twenty thirteen, ALL links work with no problem.
So I think it might have something to do with some recent update(?).
I do request you to look into this at http://bit.ly/17OI65y.
Currently, the Home link (“Startseite”), “Über uns”, “Kleine Anzeige” are working & the others simply do not react when u click.
I at first suspected the above code might have something to do with it, but same issue even after removing it & I think you might say it has nothing to do wit css …
I have read somewhere that it helps if links for some reason are not working to re-save in settings => permalinks, but this makes no difference whatever I do here.
Is there any suggestion or solution to this?
Any response would be appreciated.
Regards
Disable ALL plugins and try. If there is no problem, activate plugins 1 by 1 and find problematic plugin.
Hi
I am using about 49 plugins for the community portal & so it took an excruciating amount of time to disable all & then enable them one by one, until I found out its when NextGEN Gallery by Photocrati is activated that none of the main menu links works if it has submenu elements for this theme.
I have requested for support on the plugin support page & hope some help will be availed or else I probably have to use another, since I am not using it for many posts yet.
This otherwise very widely used plugin was last updated on 30. 08 & probably that is when it started, because I am sure there was no problem with the menu & gallery sometime back. Lots of quite angry statements on the review page suggest recent updates have caused many different issues for people, though I could not see my particular issue.
Regards
You must be logged in to reply to this topic.