Problems with widgets & code

Homepage Community Forums Aspire Theme Support Problems with widgets & code

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17835
    Sunnyworld
    Customer

      Hello!

      I am setting up my aspire theme. I have the demo content uploaded into the widget areas. I have replaced widget images and text with my own.

      I would like to know how to do 3 things:

      1. Link text and images to other pages in my site (from the front page widget sections).

      2. Add / change buttons so I can link to other pages in my site.

      3. Add links to Youtube content on some of the front page widgets.

      I presume I need code to do this, so I can cut / paste / change in the widget sections. Do you have the code? (I have read all material on appfinite site and I’ve noticed the code page is blank at this time).

      Are there any other ways to shortcut what I need to create to modify the demo content? (I’m a beginner at all this).

      Thanks so much,

      Sunni

      #17841
      Eric
      Customer

        To create a link add this and replace it with your own url –
        <a href="http://google.com">Text Goes Here</a>

        To add a button using the button classes/code that comes with the theme’s CSS file –

        <a href="http://google.com" class="button large">Text Goes Here</a>

        Replace large with medium, or small. You can look in your CSS file in the Buttons section to see all of the different styles.

        HTML code works the same on any Theme or Website. You can learn the basics or search for specific code here – http://www.w3schools.com/html/html_basic.asp


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

        #17845
        Sunnyworld
        Customer

          Eric! Thanks so so much for taking the time to respond and write all this.

          Very helpful indeed!

          I appreciate it a lot. Have a great weekend!

          Sunni

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Problems with widgets & code’ is closed to new replies.