euphoria360
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tempera] Problem in adding fonts to child themeThe fonts i want to add into child theme are actually web fonts. Google doesnt have them yet (probably shady copyright issues). And yest i want them added to configuration lists since it is the best way to integrate them fully into Tempera.
I already added them into Tempera but not as a child them. I was had to change a copy of Tempera (thanks for gpl license). Everything is perfect now except the fact that it breaks the updates.
In first post you can see what ive done to the theme.
My question is: is it possible to do above modifications in a child theme, so i can update tempera easily?
Btw, im using latest version of WAMP on my pc and wordpress 4.3.
Forum: Fixing WordPress
In reply to: Problem in adding fonts to child themeThat sounds complicated! ??
Forum: Fixing WordPress
In reply to: Problem in adding fonts to child themeIts more like adding fonts to it. Since the theme has the ability to choose fonts for it, im just adding more options.
From what i experienced child theme files which placed in root directory of child theme folder (like header.php,footer.php) will replace parent theme files with exception of functions.php which will get appended.
But what about files in directories?
Like child_theme/folder/file1.php or .cssThat is my main problem. I hope i described it correctly.
Forum: Fixing WordPress
In reply to: Problem in adding fonts to child themeThanks Andrew.
But since i thought this can be applied into any child theme that needs files and directories changed/added, it is sort of general procedure and usable for others, not just tempera.@photocrati It’s been a while now since topic start. Has the issue been resolved?
@photocrati. Ok.
Forum: Themes and Templates
In reply to: [Tempera] Ubermenu IntegrationThis is the part that has been changed from default:
<div id="header-full"> <header id="header"> <?php cryout_masthead_hook(); ?> <div id="masthead"> <div id="branding" role="banner" > <?php cryout_branding_hook();?> <?php cryout_header_widgets_hook(); ?> <div style="clear:both;"></div> </div><!-- #branding --> </div><!-- #masthead --> </header><!-- #header --> <header id="header"> <?php if( function_exists( 'ubermenu' ) ): ?> <?php ubermenu( 'main' , array( 'theme_location' => 'primary' ) ); ?> <?php else: ?> <nav id="access" role="navigation"> <?php cryout_access_hook();?> </nav> <?php endif; ?> </header><!-- #header --> </div><!-- #header-full -->
Hi. just wanted to know whats the status on the issue, since yesterday i totally stopped doing stuff on my host so there wont be any conflict.
ok. i did it. thanks for the response.
Its weird tough no one with an non-latin language ever cared to submit this!