• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hey Guys,

    Its been a while, but site is looking a bit sloppy with a few upgrades lately.

    we are looking for the header boxes, publisher, excahnge and advertisers to be in their own "boxes", and they need to be clickable, directing them to a page on our site.

    Thanks in advance for the help guys!

    Don

    Attachments

    1. Screen_Shot_2012-03-17_at_10.09.06_AM.jpg (222 KB, 119 downloads) 1 year old
    donchristie
    1 year ago
  2. Hi,
    you mean to add link to the icons in boxes below welcome bar?

    Thanks.

    Max
    1 year ago
  3. No,

    Below the welcome bar i would like each of the three columns to look like a solid box. Similar to the customization box on the side bar of this forum ==============>

    Hope that make it a bit more easy to identify, what we are looking for then is the whole box is clickable,

    donchristie
    1 year ago
  4. Well you can use a image or a shortcode with all content in it. The just add all shortcode in a link. The code would be something like this:

    <a href="LINK HERE">
    ALL CODE, TEXT SHORTCODES GOES HERE
    </a>
    

    and all box would be clickable.

    Cheers,
    Max.

    Max
    1 year ago
  5. I was hoping to get the three colums that have text in them already.

    Publishers
    exchnage
    Advertisers.

    I want to have each in an individual box with the entire box clickable.

    They are just text now, can you send me the shortcode to make the current text 'wrapped' in a box setup.

    Does that make sense?

    donchristie
    1 year ago
  6. You have there this code:

    [col_1_3]
    [title h2="blue"]Premium Video Publishers[/title]
    Our Network ranges from Gossip / Celebrity Sites, Sports and Business sites & Gadget Tech Video Sites too. <img class="alignright" src="http://themefuse.com/demo/wp/envision/wp-content/themes/envision/images/temp_img_1.png" alt="" width="93" height="76" />
    Join the network and Start monetizing your Pre Roll Video Assets.
    <a title="Join The Network" href="http://www.vidadnet.com/join-the-network/" target="_blank">Join VidAdNet</a>
    [/col_1_3]
    [col_1_3]
    [title h2="blue"]Private Video Exchange[/title]
    Efficient Video Pre Roll Buying and Selling
    Setting the Standard for Exchanges of Premium Video Inventory
    <a title="Private Video Exchange – Pre Roll Video Exchange" href="http://www.vidadnet.com/publishers/private-video-exchange-pre-roll-video-exchange/" target="_blank">Private Video Exchange</a>
    [/col_1_3]
    [col_1_3]
    [title h2="blue"]Pre Roll Advertisers[/title]
    Vodafone, Bing, Statefarm Insurance, Wrigglies and many more have trusted VidAdNet’s Pre Roll Video Network to deliver <img class="alignright" src="http://themefuse.com/demo/wp/envision/wp-content/themes/envision/images/temp_img_2.png" alt="" width="93" height="76" />
    Pre Roll Video onto the screens of target Audiences worldwide.
    <a title="Whats your Online Video strategy?" href="http://www.vidadnet.com/whats-your-online-video-strategy/" target="_blank">Advertisers</a>
    [/col_1_3]
    

    replace it with:
    <a href="#" style="color:#333;">[col_1_3]
    [title h2="blue"]Premium Video Publishers[/title]
    Our Network ranges from Gossip / Celebrity Sites, Sports and Business sites & Gadget Tech Video Sites too. <img class="alignright" src="http://themefuse.com/demo/wp/envision/wp-content/themes/envision/images/temp_img_1.png" alt="" width="93" height="76" />
    Join the network and Start monetizing your Pre Roll Video Assets.
    <a title="Join The Network" href="http://www.vidadnet.com/join-the-network/" target="_blank">Join VidAdNet</a>
    [/col_1_3]
    </a>
    <a href="#" style="color:#333;">
    [col_1_3]
    [title h2="blue"]Private Video Exchange[/title]
    Efficient Video Pre Roll Buying and Selling
    Setting the Standard for Exchanges of Premium Video Inventory
    <a title="Private Video Exchange – Pre Roll Video Exchange" href="http://www.vidadnet.com/publishers/private-video-exchange-pre-roll-video-exchange/" target="_blank">Private Video Exchange</a>
    [/col_1_3]
    </a>
    <a href="#" style="color:#333;">
    [col_1_3]
    [title h2="blue"]Pre Roll Advertisers[/title]
    Vodafone, Bing, Statefarm Insurance, Wrigglies and many more have trusted VidAdNet’s Pre Roll Video Network to deliver <img class="alignright" src="http://themefuse.com/demo/wp/envision/wp-content/themes/envision/images/temp_img_2.png" alt="" width="93" height="76" />
    Pre Roll Video onto the screens of target Audiences worldwide.
    <a title="Whats your Online Video strategy?" href="http://www.vidadnet.com/whats-your-online-video-strategy/" target="_blank">Advertisers</a>
    [/col_1_3]
    </a>
    

    and you would have all box content clickable. Replace # with desired link.

    Cheers,
    Max.

    Max
    1 year ago
  7. How can I change the backgrounds to a different colour?

    Say a light gun metal grey

    donchristie
    1 year ago
  8. ok i got the backgrounds working

    Instead of using the shortcode row_box.

    Can you please send me the shortcodes for a rounded edged box?

    [col_1_3][row_box style="big box_blue"]
    [title h2="blue"]Pre Roll Advertisers[/title]
    Vodafone, Bing, Statefarm Insurance, Wrigglies and many more have trusted VidAdNet’s Pre Roll Video Network to deliver
    Pre Roll Video onto the screens of target Audiences worldwide.
    Advertisers[/row_box]
    [/col_1_3]

    donchristie
    1 year ago
  9. Yes, you have to use this code for each box:

    <a href="#" style="color:#333">[col_1_3]
    <div style="background: DESIRED COLOR HERE">
    TEXT GOES HERE
    </div>[/col_1_3]</a>
    

    Max
    1 year ago
  10. There isn't a shortcode for this, there is used css code. This is the code.

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    

    you can use it like this:
    <a href="#" style="color:#333">[col_1_3]
    <div style="background: DESIRED COLOR HERE; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;">
    TEXT GOES HERE
    </div>[/col_1_3]</a>
    

    Max
    1 year ago
  11. Perhaps...

    Is there a box like the newsletter box?

    Thanks for your help here

    donchristie
    1 year ago
  12. No, there isn't. You can create one using css or images.

    Max
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.