Price Plan Not Showing Correctly

Homepage Community Forums Epik Theme Support Price Plan Not Showing Correctly

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #6988
    Solitude
    Customer

      Hi there

      Epik is a great looking theme and I’ve been having fun putting a site together.

      I’m struggling with the price plan though. It’s as if the CSS is completely ignored.

      http://hostingweb.co.za/web-africa/

      Excuse the state of the site as I’m still working on it.

      Basically the price plans aren’t sizing correctly. They are showing bullets and the buttons are black on black. The html looks right though if I look at the Epik demo site and the css.

      The buttons on this page: http://hostingweb.co.za/web-hosting-south-africa-list/ are also showing rounded buttons compared to the square buttons of the demo. It still looks good but I wonder if it’s maybe caused by the same problem?

      I hope it’s something simple that I’m just too tired to see right now but I just can’t get those price plans to show correctly.

      #6994
      Eric
      Customer

        Here is another post on this – https://appfinite.com/topic/spots-before-my-eyes/

        They were designed for the homepage, but the above fix makes it work for other pages/posts.

        You were probably looking at the old demo, the new one is located here – http://demo.appfinite.net/epik/


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #6997
        Solitude
        Customer

          Thanks Eric, I added the !important bit to some places and now it looks better than what it did.

          For some reason the price plans are all still grouped to the left though with a space on the right. As if they are not resizing to the width that they can be.

          Is there a way to get them to resize to fit the page?

          Thank you very much for your help. I know you are helping out even though it’s not your product and that’s great of you. It’s very much appreciated.

          #7011
          Solitude
          Customer

            I’m getting a little bit closer. 🙂

            I’ve added:

            .plan-col-three,
            .plan-col-popular-three {
            width: 30%;
            }

            and that makes the columns a bit wider. Unfortunately they aren’t showing next to each other anymore. Will tinker some more though.

            #7015
            Solitude
            Customer

              I’m very glad to say that I got it right! Some time away from the computer helped a lot.

              For people who want to do something similar in the future:

              I added some css code for three columns and changed the existing one to four columns:

              .plan-col-four, 
              .plan-col-popular-four {		
              	width: 25%;
              }
              
              .plan-col-three, 
              .plan-col-popular-three {		
              	width: 33%;
              }
              
              Then in code if I want to use three columns I would do the following:
              
              <div class="plans">
              <div class="plan-col plan-col-three">
              	<div class="plan-col-wrap">
              		<div class="plan-head"><h4>Simple</h4></div>
              		<div class="plan-pricing">
              			<span class="plan-price"><sup>$</sup>45</span><span class="monthly">/mo</span>
              		</div>
              		<ul class="plan-list">
              			<li><strong>100</strong> Themes</li>
              			<li><strong>Unlimited</strong> Bandwidth</li>
              			<li><strong>300</strong> E-mail Accounts</li>
              			<li><strong>Free</strong> 1-800 Number</li>
              			<li><strong>5 Free</strong>Domains</li>
              			<li><strong>Unlimited</strong> Downloads</li>
              		</ul>
              		<div class="plan-button"><a>Buy Now</a></div>
              	</div>
              </div>	
              	
              <div class="plan-col-popular plan-col-popular-three">
              	<div class="plan-col-wrap">
              		<div class="plan-head"><h4>Popular</h4></div>
              		<div class="plan-pricing">
              			<span class="plan-price"><sup>$</sup>59</span><span class="monthly">/mo</span>
              		</div>
              		<ul class="plan-list">
              			<li><strong>200</strong> Themes</li>
              			<li><strong>Unlimited</strong> Bandwidth</li>
              			<li><strong>300</strong> E-mail Accounts</li>
              			<li><strong>Free</strong> 1-800 Number</li>
              			<li><strong>5 Free</strong>Domains</li>
              			<li><strong>Unlimited</strong> Downloads</li>
              		</ul>
              		<div class="plan-button"><a>Buy Now</a></div>
              	</div>
              </div>
              
              <div class="plan-col plan-col-three">
              	<div class="plan-col-wrap">
              		<div class="plan-head"><h4>Great</h4></div>
              		<div class="plan-pricing">
              			<span class="plan-price"><sup>$</sup>99</span><span class="monthly">/mo</span>
              		</div>
              		<ul class="plan-list">
              			<li><strong>300</strong> Themes</li>
              			<li><strong>Unlimited</strong> Bandwidth</li>
              			<li><strong>300</strong> E-mail Accounts</li>
              			<li><strong>Free</strong> 1-800 Number</li>
              			<li><strong>10 Free</strong>Domains</li>
              			<li><strong>Unlimited</strong> Downloads</li>
              		</ul>
              		<div class="plan-button"><a>Buy Now</a></div>
              	</div>
              </div>
              
              </div>
              <!--formatted-->

              One can then do something similar for two columns and so forth.

              #7028
              Eric
              Customer

                Thanks for sharing the code. In the future you may want to either highlight it and then hit the code button above in your editor…..or use something like pastbin to show code. We can’t really see what you did since it wasn’t added in properly, but the above suggestions should fix it in the future.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #7034
                Solitude
                Customer

                  Hi Eric,

                  The strange thing is that it was between tags. I must have done something wrong. Unfortunately it's not possible to preview before posting or to edit a post afterwards. Luckily someone fixed it now.

                  #7046
                  Eric
                  Customer

                    Yes you can preview by submitting the post, and if you see an error just click the “Edit” button at the top right of your post. It should give you 5 or 10 minutes to review what you’ve submitted if you need to make changes to it. I do it all the time.


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                    #7050
                    Solitude
                    Customer

                      Ah alright. Thanks Eric. I will check next time.

                      #7056
                      Eric
                      Customer

                        You’re Welcome


                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The topic ‘Price Plan Not Showing Correctly’ is closed to new replies.