Quote box issue and social icon

Homepage Community Forums Legacy Theme Support Quote box issue and social icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11335

    Hi everybody,
    please I would like to know why cannot I have the quote box in my pages:

    I try to insert this code: `<div class=”quote”>“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”<strong> – Wes Straham</strong><p></p>
    </div>
    <div class=”quote-arrow”></div>`

    But I cannot view anything…

    In addition I cannot view on my footer the social icon adde before with social genesis plugin (i have viewed in my previous Legacy version…)

    Many thanks, my site is: http://www.studio154.it

    #11359
    Eric
    Customer

      Which theme are you using? Is that the right link? I don’t see what you’re referring to.


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

      #11369

      I’m using Legacy, please take a look here:

      http://studio154.it/studio-fotografico-studio154-home-page/

      Many thanks

      Elio

      #11371
      Eric
      Customer

        The css is missing. Maybe you’re not using the latest version of the theme. You’ll probably need to add the quote image from the new theme and add it to your images folder….and then add the css that is needed in order to get the same style –

        .quote {
        	background: #fff;
        	border: 1px solid #ddd;
        	color: #888;
        	padding: 20px;
        }
        
        .quote-arrow {
        	background-image: url(images/quote-arrow.png);
        	background-position: center bottom;
        	background-repeat: no-repeat;
        	bottom: 1px;
        	display: block;
        	margin: 0 0 10px;
        	padding: 14px 0 0;
        	position: relative;
        }
        
        .quote-gray {
        	background: #eee;
        	border: 1px solid #ccc;
        	color: #333;
        	padding: 20px;
        }
        
        .quote-arrow-gray {
        	background-image: url(images/quote-arrow-gray.png);
        	background-position: center bottom;
        	background-repeat: no-repeat;
        	bottom: 1px;
        	display: block;
        	margin: 0 0 10px;
        	padding: 14px 0 0;
        	position: relative;
        }
        
        .quote-black {
        	background: #121212;
        	border: 1px solid #353535;
        	color: #fff;
        	padding: 20px;
        }
        
        .quote-arrow-black {
        	background-image: url(images/quote-arrow-black.png);
        	background-position: center bottom;
        	background-repeat: no-repeat;
        	bottom: 1px;
        	display: block;
        	margin: 0 0 10px;
        	padding: 14px 0 0;
        	position: relative;
        }
        
        .quote-black a {
        	color: #aaa;
        }
        
        .quote-black p {
        	color: #fff;
        }
        
        .quote strong {
            color: #333; 
            padding: 10px 0 0;   
        }

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

        #11378

        Many thanks Eric your help is very precious… this is the second time that I received the right suggestion from you…

        Please can you let me know what is the last version of legacy theme? I have downloaded it just (about) 2 months ago…

        Can you suggest me what can I do to avoid issues installing the new version? I’m just begin to update my old version of legacy theme (installed 2 years ago) to have responsive function.

        Can I only change the css file or it’s better to change all files if my installed version isn’t the last released?

        Thanks

        Elio

        #11393
        Eric
        Customer

          I think the latest version is 1.3 (last time I checked). I’m not sure if StudioPress has their latest version or not since they no longer sell it there…..you may have to download it from your appfinite account if you have one. If not, just contact Wes (he created this theme) on the contact form – https://appfinite.com/contact-us


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

        Viewing 6 posts - 1 through 6 (of 6 total)
        • You must be logged in to reply to this topic.