You are on page 1of 6

Short Codes for Affiliate Website Designing

Plugins:

Shortcodes Ultimate – For Design Short codes

TablePress – For Table

Widget Logic – For Showing Widget on Specific Post

Q2W3 Fixed Widget – Showing Sticky Widget

Pros/Cons:

Design:

Backend Code:

[su_row]
[su_column size="1/2"][su_box title="Pros" box_color="#009906" radius="0"][su_list
icon="icon: check" icon_color="#009906"]
<ul>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">The price range
is about $ 70.</span></li>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">Incredibly Low
30W TDP</span></li>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">Excellent
performance in both, 11 based games as well as eSports DirectX9</span></li>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">Low Profile
Form Factor / Single slot</span></li>
</ul>
[/su_list][/su_box][/su_column]
[su_column size="1/2"][su_box title="Cons" box_color="#bf000a" radius="0"][su_list
icon="icon: ban" icon_color="#bf000a"]
<ul>
<li>Trails AMDs Radeon RX 550 in Vulkan based games / DX12</li>
<li>It sucks when you try any kind of new games. It starts stuttering or even freezes
completely in such kind of situation.</li>
</ul>
[/su_list][/su_box][/su_column]
[/su_row]

Button:
Design:

Code:
<div class="su-button-center">
[su_button url="http://amzn.to/2prpESM" target="blank" background="#ff9900" color="#FFFF"
size="10" radius="round"]
<div class="fa fa-chevron-circle-right"> Buy Gigabyte GeForce GT 1030</div>
[/su_button]
</div>

Tabs:
Design:
Coding:

<div class="su-tabs su-tabs-style-default my-custom-tabs" data-active="1">


<div class="su-tabs-nav"><strong><span class="su-tabs-current" data-url="" data-
target="blank">Features</span></strong></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<ul>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">Sapphire
Radeon R9 295X2 is <strong>AMD’s first ever water cooled reference graphics card</strong>
that was constructed so mainly to counteract the intense amount of heat being produced by the
dual processors.</span></li>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">It also
Constitutes an impressive number of 12.4 billion transistors, 5632 Stream coprocessors as each
processor has 2816 of them and 11.5 TFLOPS of computing power that turns out to be a great
graphics card! All this speed will result in the best gaming experience you could have ever
experienced.</span></li>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">It has an 8GB
of GDDR5 VRAM that is run over 512 Bit memory buses, but by default, only 4GB of it is usable
as the GPUs mirror each other to keep working as two processors. However, 4GB is still a hell of
a speed, and you can work quite well with it.</span></li>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">Another
outstanding feature is the Asetek AIO cooling system. The Radeon R9 295X2 makes use of two
water pump heads to cool down each GPU by pumping water into a 1.5X thickness 120mm
radiator. With such a significant amount of power as 500W, this cooling solution is essential to
avoid overheating.</span></li>
<li><span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">It also supports
the <strong>DirectX 11.2 OSD</strong> to provide you with compatibility to play modern games
and to enjoy high-quality liquid flow graphics.</span></li>
</ul>
</div>
</div>
</div>

Sidebar:
Design:

Code:
<div class="su-list su-list-style-">
<ul>
<li><i class="fa fa-arrow-right" style="color: #00bf08;"></i> <a href="#list">Top 10
Graphics Card</a></li>
<li><i class="fa fa-arrow-right" style="color: #00bf08;"></i> <a
href="#first">Recommended Graphics Card</a></li>
<li><i class="fa fa-arrow-right" style="color: #00bf08;"></i> <a href="#ninth">Best
Graphics Card for maximum FPS</a></li>
<li><i class="fa fa-arrow-right" style="color: #00bf08;"></i> <a href="#seven">Best
Budget Graphics Card</a></li>
<li><i class="fa fa-arrow-right" style="color: #00bf08;"></i> <a href="#second">Graphics
Card with most video memory</a></li>
</ul>
<a href="http://amzn.to/2nWEiS5" target="_blank" rel="nofollow noopener"><img
src="https://gamesolutionz.com/wp-content/uploads/2017/11/graphics-card.jpg" alt="Editor's
Choice" /></a>

</div>

Settings:
Title: Navigate our Top 10 Graphics Card
Widget Logic: is_single( '451' )
Fixed Widget: Tick

Table:
Code:
Button:
[su_button url="http://example.com" rel="nofollow" target="blank" background="#FF742F"
text-alight:"center color="#FFFFFF" size="3"]Check Price[/su_button]
Hyper Links:
<span style="font-family: arial, helvetica, sans-serif; font-size: 14pt;"><a href="#first">NVIDIA
GeForce GTX 1080 Ti </a>
<strong>(Editor’s Choice)</span></strong>

Settings:
Untick All except:
 The first row of the table is the table header.
 The background colors of consecutive rows shall alternate.
 Highlight a row while the mouse cursor hovers above it by changing its background color.

You might also like