kjoonh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oxygen] Modification of pages… (custom pages)Q2 also cleared by using ‘Widget Context’ plug-in
first problem was cleared!..
ignore last link…
Forum: Themes and Templates
In reply to: [Oxygen] Modification of pages… (custom pages)Q4 is solved…
In footer.php, change from
<div id=”footer-content” class=”footer-content”>
to
<div id=”footer-content” class=”footer-content” style=”width:NUMBER%”>
and from
<?php get_template_part( ‘menu’, ‘subsidiary’ ); // Loads the menu-subsidiary.php template. ?><?php do_atomic( ‘footer’ ); // oxygen_footer ?>
<?php do_atomic( ‘close_footer’ ); // oxygen_close_footer ?>
to
<div id=”menu-subsidiary” class=”menu-container” style=”width:100-NUMBER%”><?php get_template_part( ‘menu’, ‘subsidiary’ ); // Loads the menu-subsidiary.php template. ?>
<?php do_atomic( ‘footer’ ); // oxygen_footer ?>
<?php do_atomic( ‘close_footer’ ); // oxygen_close_footer ?>
</div
In my case, NUMBER is 60…Forum: Themes and Templates
In reply to: [Oxygen] Modification of pages… (custom pages)Q3 is also solved…
In page.php, change from
<div class=”content-wrap”><div id=”content”>
to
<div class=”content-wrap”><div id=”content” style=”width:100%”>
Forum: Themes and Templates
In reply to: [Oxygen] Modification of pages… (custom pages)Sorry, Q1 is solved….!
Forum: Themes and Templates
In reply to: [Oxygen] Deleting of Changing "next" and "previous" postsHi,
Try following..
In ‘post.php’,
deleting following part<?php do_atomic( ‘close_content’ ); // oxygen_close_content ?>
<?php get_template_part( ‘loop-nav’ ); // Loads the loop-nav.php template. ?>
Forum: Themes and Templates
In reply to: [Customizr] How to apply to child theme…This one ??
Forum: Themes and Templates
In reply to: [Customizr] How to apply to child theme…Unfortunately.. it doesn’t work… (same of .marketing p {text-align: left;} )
Well.. I want to change that ‘Read more’ box makes a part of featured contents…It’s Perfect!!
Thanks a lot ElectricFeet!https://kjoonh.kimsq.co.kr/
This is my page and I want to align following contents, “Prof. Grünberg received a Novel prize on 2007 for his contribution to Giant Magnetoresistance (GMR) effect, which was a basic principle led to hard disk and spintronics devices.” to the left side…
I just checked and I gained page id 246…
But it doesn’t change…..Forum: Themes and Templates
In reply to: [Customizr] How to change page title (font, size, location…)?This is my site~!
I want to change my title of pages, e.g. font size and color etc…