This file contains hidden or 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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>SELECT ALL</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | |
</head> | |
<body> |
This file contains hidden or 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
1. CREATE CSS FONTS | |
https://fontie.flowyapps.com/home |
This file contains hidden or 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
<?php | |
/** | |
* $caching | |
* $ordering | |
* $count | |
* $featured | |
* | |
* // Display parameters | |
* $moduleclass_sfx | |
* $layout |
This file contains hidden or 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
//CALL TEMPLATE IN MODULE | |
$app = JFactory::getApplication(); | |
$tpath = JURI::base(true).'/templates/'.$app->getTemplate(); |
This file contains hidden or 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
/* | |
* ======================================================================= | |
+ SPACERS | |
+ MARGINS | |
+ PADDING | |
+ OVERRIDES | |
* ======================================================================= | |
*/ | |
.m-5 { | |
margin: 0.313rem 0; |
This file contains hidden or 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
CALL RAW FIELD in ITEM -> field name is type | |
<?php $fieldname = 'type'; | |
if ( !isset($item->fields[$fieldname]->parameters) ) { | |
FlexicontentFields::loadFieldConfig($item->fields[$fieldname], $item); | |
} | |
$extra_props = array(); // use $extra_props = array('image'); // if radioimage or checkboximage field | |
$elements = FlexicontentFields::indexedField_getElements( $item->fields[$fieldname], $item, $extra_props ); |
This file contains hidden or 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
# ---------------------------------------------------------------------- | |
# iamrobert.com | |
# JOOMLA 3 HTACCESS | |
# October 29, 2019 | |
# Replace https://www.domain.com/ with current site URL (LINE 625) | |
# Update OSMAP SITEMAP.XML (LINE 637) | |
# ---------------------------------------------------------------------- | |
# ---------------------------------------------------------------------- | |
# | SITEGROUND PHP 7 RULES |
This file contains hidden or 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
//modules/smartblog/controllers/front/details.php | |
//Also need to add in details.php: | |
// {foreach from=$postcategory item=post} | |
// {include file="./item_category_loop.tpl" postcategory=$postcategory} | |
// {/foreach} | |
<?php | |
include_once(dirname(__FILE__).'/../../classes/controllers/FrontController.php'); | |
class smartblogDetailsModuleFrontController extends smartblogModuleFrontController |
This file contains hidden or 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
### FULL WIDTH GRID ### IMAGE RIGHT ### 3 images | |
<div class="grid-x"> | |
<div class="cell small-12 medium-4"> | |
<div class="grid-y min-100vh"> | |
<div class="cell small-6"> | |
Left Cell Top | |
</div> | |
OlderNewer