Forum Replies Created
-
AuthorPosts
-
LuciOParticipant
Thanks Victor - I opened and searched the functions.php file - by the way I just downloaded this theme yesterday - so it's a recent version....
Here are the Enqueues scripts and styles inside the functions.php file* Enqueues scripts and styles.
*
* @since 1.0.0
*/
function altitude_enqueue_scripts_styles() {wp_enqueue_script(
genesis_get_theme_handle() . '-global',
get_stylesheet_directory_uri() . '/js/global.js',
[ 'jquery' ],
genesis_get_theme_version(),
true
);wp_enqueue_style( 'dashicons' );
$appearance = genesis_get_config( 'appearance' );
wp_enqueue_style(
genesis_get_theme_handle() . '-fonts',
$appearance['fonts-url'],
[],
genesis_get_theme_version()
);$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
wp_enqueue_script(
genesis_get_theme_handle() . '-responsive-menu',
get_stylesheet_directory_uri() . '/js/responsive-menus' . $suffix . '.js',
[ 'jquery' ],
genesis_get_theme_version(),
true
);wp_localize_script(
genesis_get_theme_handle() . '-responsive-menu',
'genesis_responsive_menu',
altitude_responsive_menu_settings()
);}
Could not find your script........
wp_enqueue_style(
'altitude-google-fonts',
'https://fonts.googleapis.com/css?family=Ek+Mukta:200,800',
array(),
CHILD_THEME_VERSION
);February 13, 2014 at 7:49 am in reply to: Change "No results" message when searching properties in AgentPress #90122LuciOParticipantI would like to get an answer for this as well!!
LuciOParticipantHowdy!
I had the same issue with Education and Streamline themes. I wrote to support and after a couple of emails back and forth, they gave me a solution that worked! I don't know if it will work for you - but it did for me.
Go to Dashboard>Appearance>Header and click "Remove header image" and uncheck the text box. Click Save.
Even if you don't have a header image loaded in this panel - go ahead and go through this process.Good Luck!
LuciOParticipantYES!!! A column in the download list showing when it was last updated would be VERY useful!
The OLD website download page use to have that data - last updated date.LuciOParticipantTried IanP recommendation on Streamline - it did not work.
LuciOParticipantSame issue here - there are two header images now and text showing in the header for both Streamline and Education themes upon upgrading to Genesis 2.0.
I have about 18 more sites to upgrade. I don't think I will do that until this issue is resolved!
December 17, 2012 at 12:18 pm in reply to: [Suggestion] Why to buy themes again if I have pro-plus membership? #5774LuciOParticipantYes - a Download Now button would be great.
I purchased the PRO PACKAGE but I can not find how to download the new theme STRETCH. In fact I can't find the download themes page at all. Only the themes I've purchased from the Community.
This new forum is very frustrating!!
-
AuthorPosts