Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1017383
    SaShah
    Participant

    Hi,
    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.

    #1017384
    SaShah
    Participant
    This reply has been marked as private.
    #1017388
    SaShah
    Participant

    sorry the last updated files exceed the file size, here i uploaded the files again.

    #1017536
    Rupok
    Member

    Hi 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!

    #1017596
    SaShah
    Participant

    hi 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

    #1017635
    Christopher
    Moderator

    Hi 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.

    #1018334
    SaShah
    Participant

    hi, 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

    #1018401
    Rupok
    Member

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1017383 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>