This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Am i close??? | |
Page in question: http://new.cps.ca/en/grants-bourses/details/resident-advocacy-grant | |
What I have in the footer: | |
<script type="text/javascript"> | |
$(document).ready(function() { | |
$('a.definition').qtip({ | |
content: { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a name="map"></a> | |
<div class="map-wrapper"> | |
<div class="map-search"> | |
{exp:gmap:search | |
channel="offices" | |
latitude_field="offices_latitude" | |
longitude_field="offices_longitude" | |
geocode_field="location" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a name="map"></a> | |
<div class="map-wrapper"> | |
<div class="map-search"> | |
{exp:gmap:search | |
channel="offices" | |
latitude_field="offices_latitude" | |
longitude_field="offices_longitude" | |
geocode_field="location" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
# Enable Rewrite Engine | |
# ------------------------------ | |
RewriteEngine On | |
RewriteBase / | |
# Redirect www Requests | |
# ------------------------------ | |
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
# Enable Rewrite Engine | |
# ------------------------------ | |
RewriteEngine On | |
RewriteBase / | |
# Redirect www Requests | |
# ------------------------------ | |
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{exp:query sql="SELECT DISTINCT cf_statements_sort_date FROM exp_channel_data WHERE channel_id = 53 AND field_id_291 = '{user_language}' ORDER BY cf_statements_sort_date DESC"} | |
<li><a href="{path='{segment_1}/{segment_2}/{cf_statements_order_date format="%Y"}'}">{cf_statements_order_date format="%Y"}</a></li> | |
{/exp:query} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{exp:transcribe:language_links} | |
{languages} | |
{if current == "en"}put your english images here{/if} | |
{if current == "fr"}put your french images here{/if} | |
{if current == "sp"}put your spanish images here{/if} | |
{/languages} | |
{/exp:transcribe:language_links} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Taking your advice to do it in jQuery, this is what I NOW have above the form: | |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
$("input#same").click(function(){ | |
if ($("input#same").is(':checked')) | |
{ | |
// Checked, copy values | |
$("input#first_name").val($("input#order_first_name").val()); | |
$("input#last_name").val($("input#order_last_name").val()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{embed="{lv_templates_layout_group}/.inside"} | |
{preload_replace:my_main_channel_name="galpgs"} | |
{preload_replace:my_main_channel_prefix="galpgs"} | |
{preload_replace:my_main_channel_orderby="date"} | |
{preload_replace:my_main_channel_sort="desc"} | |
{preload_replace:my_main_channel_limit="1"} | |
{preload_replace:my_main_channel_dynamic="yes"} | |
{preload_replace:my_main_channel_disable="{lv_templates_disable_all}"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
# Enable Rewrite Engine | |
# ------------------------------ | |
RewriteEngine On | |
RewriteBase / | |
# Redirect www Requests | |
# ------------------------------ | |
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] |
OlderNewer