dustincampton
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] remove empty h2 tags from customizr codefollowing
There are widgets that you can add that will help prevent the copy methods, ie: right click, print screen… that kind of stuff. Search for that
Forum: Themes and Templates
In reply to: [Customizr] Create a link to the right of social iconsThe instruction in the Adding a Social Link states to modify a .php file in the Theme directory
“In your functions.php copy/paste the following code. It simply adds a filter to the existing Customizr function that renders the social icons in header.”
Will doing this get lost in an update?
Also, I am wanting to add the envelope Icon with a link to “contact us” How would I change the code provided in the above link to make this actually work?
Thanks in advance
Forum: Themes and Templates
In reply to: [Customizr] Add to the social barOK, I got the envelope to display.
oiooioio – I found this… not sure it is what we need to change… if you can provide the proper code to input, I would appreciate it.
~ In the editor, class.fire.utils.php near the bottom og the page, there is this
}
//$html .= ‘- ‘;
foreach ( $socials as $key => $nw) {
//all cases except rss
$title = __( ‘Follow us on ‘ , ‘tc_boostrap’ ).$nw;
$target = ‘target=_blank’;
//rss case
if ( $key == ‘tc_rss’ ) {
$title = __( ‘Suscribe to my rss feed’ , ‘tc_boostrap’ );
$target = ”;
}if ( $__options[$key] != ” ) {
//$html .= ‘Forum: Themes and Templates
In reply to: [Customizr] Add to the social barsorry for my ignorance… I am not a coder… how do i access
/customizr/inc/css
?
Thank you
Forum: Themes and Templates
In reply to: [Customizr] Remove Icon to Left of Page TitleI am also interested in this