Jigoshop not playing nice with Foxy

Support Area Forums Foxy Jigoshop not playing nice with Foxy

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #11031
    Rob
    Participant

    Hey Bill . . .I was trying to get going on the Jigoshop plugin but when it is activated, the mailing list button to the right of the text field jumps to the left. I deactivated all plugins except Jigoshop and it still did it. I am using wordpress locally on my laptop so I can’t give an address. Any experience with that?

    #11037
    Bill Robbins
    Moderator

    Robert,

    Thank you for your business first of all. I do see that too. Here’s how to switch it back around:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #signup input.button {
      	float: right;
      }
      
      #signup #email {
      	float: left;
      	margin-top: 3px;
      }
      
    3. Update your settings.

    That should place the button back on the right. If you run into any other trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Jigoshop not playing nice with Foxy’ is closed to new replies.