How to display Blog/Shop category links on other pages in website


 use this code to add text links for shop/blog/photoblog categories on different page or editable area (even for pages in different project)

 

use insert html and following code :

 

for vertical list:

 < script type="text/javascript" src="../shop/shop.php?category_vlist">< /script >

 

for horizontal list:

 < script type="text/javascript" src="../shop/shop.php?category_hlist">< /script>

 

style of links can be tweaked by adding extra css to page :

for example

.ver_cat_list a{font:11px verdana;color: #c0c0c0;}

or

.hor_cat_list a{font:11px verdana;color: #c0c0c0;}

 


Print  posted by miro   Shop/lister tags:  categories • link • shop • catalog   permalink
3.5 2

How To Enable and Use Content Builder editor in Front Blog Pages


Unlike other editors, the Content Builder provides you with beautifully designed content blocks, ready to drag & drop. You can even create your own content blocks.

 

To use Content Builder for front blog page You have to add first WRITE_POST_DIRECT macro in blog page. Upload changes.
Then to Enable Content Builder go to online blog settings and be sure that CONTENTBUILDER checkbox is checked.

 

Now visit Front blog page and be sure that your are logged and have write access.
 
If there is no posts in blog you will see post area and post title input to create one.
Create direct post using Content Builder:

 

Edit existing post in Front blog page:

 


Print  posted by miro   Blogs/Rss tags:    permalink
0 0

How to insert the calendar box (from my calendar) in another page


Insert calendar box using Inline Frame (use this method when adding calendar in template editable area)

  • add inline frame widget
  • define url for inline frame :  http:/mywebsite.com/folder/calendar_page.php?action=showcal  (replace this with real url of your calendar)
  • set height of inline frame to +- 300 and width to +- 180
 

 

 

 

OR

 

Insert calendar box using Insert HTML (use this method, when adding calendar on single page)

  • Go to the page where you want to insert the calendar box
  • Select Insert HTML
  • Paste the following code:

< script src="../folder/calendar_page.php?action=showcaljs" type="text/javascript">< /script>

 

Example: < script src="../documents/calendar.php?action=showcaljs" type="text/javascript">< /script>

    • Open Page Settings panel for this page and go to Scripts/Page Background tab
    • Paste the following code:

 

      < link type="text/css" href="../ezg_calendar/XX_cal_textstyles.css" rel="STYLESHEET" title="Calendar">


Where XX is ID of your calendar page.

If page is in root, remove '../'.

 

You can find the page ID number by clicking on your page in EZG and looking right above the page settings tab (top left side) (in EZG4 it's on the bottom left hand side), where is says something like WEB Calendar [documents/calendar.php] [XX] --> that number is your page ID

 

!!! Make sure to remove the space between < and script/link


Print  posted by miro   Calendar tags:  Calendar • embed   permalink
3.3 3

How to link to specific slide in slidebar


to link slide from other page:

 

1. Check slide-bar id, you can see id in slide-bar properties dialog

2. Go to the page where you want to create the link.

3. Insert link to the page containing the slide-bar, and append ?id=X to the url. X = slide number (slide numbers start from 1) and id is slide-bar id

 

Example: ../documents/slidebar_page.html?sl21=2.


Print  posted by miro   General tags:  Slidebar • link   permalink
5 1

How to link to specific tab in a Tabbed Table


to link tab from other page:

 

1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : 'tab'

2.Go to the page where you want to create the link.

3.Insert link to the page, containing the tabbed table, and append ?tab=X to the url.

tab = id of tabbed table

X = tab number (tabs numbers start from 1)

Example: ../documents/tabbed_table_page.html?tab=2.

 

to change tab from link on same page as tabbed table:

 

1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : 'tab'

2. add hyperlink,

---> select link type : javascript:void

---> in url events, select onclick event and define following event:

tab_tab[0].slideTo(2);

replace tab with id of your tab, and specify tab number (2) in above example


Print  posted by miro   General tags:  tabs • link   permalink
4 4


[prev] 1 ... 10 11 12 [13] 14 15 16 ... 23 [next]61-65 of 115


CATEGORIES



TAGS


RECENT ENTRIES