Tagged: x
-
AuthorPosts
-
May 30, 2016 at 9:12 pm #1017383
SaShahParticipantHi,
1.) When you click on the “Register|Sign in” button, then register email address field shows very small on the left side and lost its customization (see image register).2.) Is it possible to decrease the whole length of login and register form and set it on the center of the page to look smart.
3.) Also see what happened to the top search bar because it lost its width ONLY on register|Login page.
Now the question which i tried a lot to solve it but failed:(
4.) On the main nav there is a page name “toys”, it does not show the side bar where i have set all the ingredients to set the side bar but it does not work at all after my many tries and rest of all pages show the side bar successfully, ONLY “toys” page has this problem. (see image side-bar).
Need help!
Thank you.
May 30, 2016 at 9:13 pm #1017384
SaShahParticipantThis reply has been marked as private.May 30, 2016 at 9:21 pm #1017388
SaShahParticipantsorry the last updated files exceed the file size, here i uploaded the files again.
May 31, 2016 at 12:18 am #1017536
RupokMemberHi there,
Thanks for writing in! All of these are happening for your custom code. We can’t actually assist on such customization but I am pointing out some issue for you.
#1. You have added the below code where float:right causing the issue :
.register { color: black; float: right; font-size: 1.3em; margin-right: -135px; margin-top: 50px; }#2. You can sue this :
#customer_login { display: block; margin: 0 auto; max-width: 400px; } .register .input-text { max-width: 408px; }#3. To fix the search box width, let’s update the code :
.search-box-container .text_input { border: 4px solid #891d77; height: 40px; width: 350px; }to
.search-box-container .text_input { border: 4px solid #891d77; height: 40px; width: 350px !important; }#4. It seems you are using custom sidebar I think you didn’t set pages correctly – http://prntscr.com/bagwmb
Hope this makes sense.
Cheers!
May 31, 2016 at 1:27 am #1017596
SaShahParticipanthi there,
thank you and first 3 problems has been solved by your help.
#4. Actually there is a problem with the toys page side bar and nothing shows in the widget area (see image toys), as you can see i have added 3 widgets in the toys page side bar but nothing shown up. i have tried everything but it does not work.
please have a look.please note: there is another side bar with name of toys which is working perfect so the problem is ONLY with “toys page” side bar.
Thanks
May 31, 2016 at 1:59 am #1017635
ChristopherModeratorHi there,
Upon checking your site, I noticed you’ve assigned two sidebars to toys page, I went ahead and unassigned ‘Toys’ sidebar. Please disable cache plugin, clear cache on your browser and check again.
Hope it helps.
May 31, 2016 at 10:53 am #1018334
SaShahParticipanthi, unfortunately it did not work like that way. anyways i created the new page and assigned the new sidebar to it and now it works fine.
Thanks
May 31, 2016 at 11:21 am #1018401
RupokMemberHi there,
Actually it was working before on the page as well. Maybe that was a cache issue on your end. However glad that you sorted it out.
Have a nice day!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1017383 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
