almccullough
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [FlyMag] Lost search and top new content sliderThere’s been a theme update and WP update yet search and slider are still broken. Any plans to fix?
Forum: Themes and Templates
In reply to: [FlyMag] Lost search and top new content sliderGourav, everything is up to date. Theme, latest WP install (4.5). Same issue exists.
Forum: Themes and Templates
In reply to: [FlyMag] Lost search and top new content sliderMy search is also not working. The icon is there on the right but nothing happens when I click on it. I’ve tried deactivating plugins but did not work. Recent posts Slider Widget also doesn’t display anything in any of the widget areas. Site is sellallyourstuff.com
Forum: Themes and Templates
In reply to: [evolve] Google Plus icon doesn't appear in headerSolved.
Changed id=”plus”
and had to rename t4p-icon-social-google-plus-square to just t4p-icon-social-google-plus in the social-buttons.php file.<?php if (!empty($evolve_googleplus)) { ?> <li><a target="_blank" href="<?php if ($evolve_googleplus != "" ) echo $evolve_googleplus; ?>" class="tipsytext" id="plus" original-title="<?php _e( 'Google Plus', 'evolve' ); ?>"><i class="t4p-icon-social-google-plus"></i></a></li><?php } else { ?><?php } ?>Forum: Themes and Templates
In reply to: [evolve] Google Plus icon doesn't appear in headerchanged some code in social-buttons.php:
this works, but not red: <?php if (!empty($evolve_googleplus)) { ?> <li><a target="_blank" href="<?php if ($evolve_googleplus != "" ) echo $evolve_googleplus; ?>" class="tipsytext" id="googleplus" original-title="<?php _e( 'Google Plus', 'evolve' ); ?>"><i class="t4p-icon-social-google-plus"></i></a></li><?php } else { ?><?php } ?>But now I only have a grey Google+ icon while the rest of the icons are red.
Viewing 5 replies - 1 through 5 (of 5 total)