Support ForumZig zag row decorations size – Support Forum https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/feed/ Mon, 06 May 2024 00:40:38 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5638 <![CDATA[Zig zag row decorations size]]> https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5638 Mon, 24 Nov 2014 08:05:55 +0000 productboi Is there anyway to reduce the size of the zig zag triangles to 10px x 10px?

]]>
https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5643 <![CDATA[Reply To: Zig zag row decorations size]]> https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5643 Mon, 24 Nov 2014 08:22:35 +0000 IshYoBoy Hey,

Unfortunately not easily.. You would have to override the template for the row and change the code of the SVG that is used for the zigzag.

It is located in:
wp-content\themes\boldial\vc_templates\vc_row.php

Just look for zigzag.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5648 <![CDATA[Reply To: Zig zag row decorations size]]> https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5648 Mon, 24 Nov 2014 09:06:46 +0000 productboi Thanks,
Can you give me a quick overview as to the values of:

array( ‘3000’, ’50’, ‘
<polygon class=”ish-color” points=”750,0 800,50 700,50″/>
<polygon class=”ish-color” points=”850,0 900,50 800,50″/>
<polygon class=”ish-color” points=”950,0 1000,50 900,50″/>
<polygon class=”ish-color” points=”1050,0 1100,50 1000,50″/>
<polygon class=”ish-color” points=”1150,0 1200,50 1100,50″/>
<polygon class=”ish-color” points=”1250,0 1300,50 1200,50″/>
<polygon class=”ish-color” points=”1350,0 1400,50 1300,50″/>
<polygon class=”ish-color” points=”1450,0 1500,50 1400,50″/>
<polygon class=”ish-color” points=”50,0 100,50 0,50″/>
<polygon class=”ish-color” points=”150,0 200,50 100,50″/>
<polygon class=”ish-color” points=”250,0 300,50 200,50″/>
<polygon class=”ish-color” points=”350,0 400,50 300,50″/>
<polygon class=”ish-color” points=”450,0 500,50 400,50″/>
<polygon class=”ish-color” points=”550,0 600,50 500,50″/>
<polygon class=”ish-color” points=”650,0 700,50 600,50″/>
<polygon class=”ish-color” points=”2350,0 2400,50 2300,50″/>
<polygon class=”ish-color” points=”2450,0 2500,50 2400,50″/>
<polygon class=”ish-color” points=”2550,0 2600,50 2500,50″/>
<polygon class=”ish-color” points=”2650,0 2700,50 2600,50″/>
<polygon class=”ish-color” points=”2750,0 2800,50 2700,50″/>
<polygon class=”ish-color” points=”2850,0 2900,50 2800,50″/>
<polygon class=”ish-color” points=”2900,50 2950,0 3000,50″/>
<polygon class=”ish-color” points=”1550,0 1600,50 1500,50″/>
<polygon class=”ish-color” points=”1650,0 1700,50 1600,50″/>
<polygon class=”ish-color” points=”1750,0 1800,50 1700,50″/>
<polygon class=”ish-color” points=”1850,0 1900,50 1800,50″/>
<polygon class=”ish-color” points=”1950,0 2000,50 1900,50″/>
<polygon class=”ish-color” points=”2050,0 2100,50 2000,50″/>
<polygon class=”ish-color” points=”2150,0 2200,50 2100,50″/>
<polygon class=”ish-color” points=”2250,0 2300,50 2200,50″/>

]]>
https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5649 <![CDATA[Reply To: Zig zag row decorations size]]> https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5649 Mon, 24 Nov 2014 09:16:29 +0000 productboi Sorry to bug you again.

Is there a simple way to just divide the values by half and get a 25px zig zag?

]]>
https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5653 <![CDATA[Reply To: Zig zag row decorations size]]> https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-5653 Mon, 24 Nov 2014 11:32:33 +0000 IshYoBoy Hey,

These are all the triangles available in the SVG file. Check this webpage:
https://www.w3schools.com/svg/svg_polygon.asp

Each polygon is one triangle and the numbers are the coordinates of each three points that represent it.

E.g.: if you take this:
<polygon class="ish-color" points="50,0 100,50 0,50"/>

Try to change it to maybe:
<polygon class="ish-color" points="25,0 50,25 0,25"/>

Now do the same modifications to all polygons analogically. You might however have to add the same amount of polygons in order to fill the whole 3000px

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-11878 <![CDATA[Reply To: Zig zag row decorations size]]> https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-11878 Mon, 29 Feb 2016 22:01:37 +0000 Bram Hello,

Is this still the only way to change the size of the svg’s?

Hope to hear from you.

Cheers!

Bram

]]>
https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-11882 <![CDATA[Reply To: Zig zag row decorations size]]> https://support.ishyoboy.com/forums/topic/zig-zag-row-decorations-size/#post-11882 Tue, 01 Mar 2016 08:02:33 +0000 IshYoBoy Hi Bram,

yes, it is unfortunately still the only way how to change the size of the svg’s :(

Cheers


If you are happy with our theme and support please rate us in your Downloads Section on ThemeForest. A 5 star rating is always a great motivation for us!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>