atardiff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginThanks for checking. The widget should work fine for my purposes.
You guys rock. Everything’s starting to look really good.
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginCool. Meantime I’ll activate the widget again.
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginSo d4z_c0nf I restored the index.php to the default and added your code in the child theme, and the comic shows up fine, but the blog area still doesn’t show.
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginThanks, I didn’t know I could do that. I’d much rather do everything in the child theme.
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginSo, I followed these directions:
file: functions/displaycomic.php
file: functions/injections.phpRemove this text:
$wp_query->in_the_loop = true;Wherever it is found inside both of those files.
Then I removed the comic blog widget in the customizer and re-added
<?php do_action(‘comic-blog-area’); ?>
to index.php. Everything looks clean, but I can’t see the blog section. Am I doing it right?
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginThis is what it looks like in my index.php right now:
<?php do_action( '__before_main_wrapper' ); ##hook of the header with get_header ?> <div id="main-wrapper" class="<?php echo apply_filters( 'tc_main_wrapper_classes' , 'container' ) ?>"> <?php do_action('comic-area'); ?> <?php do_action( '__before_main_container' );This is what it looked like before:
<?php do_action( '__before_main_wrapper' ); ##hook of the header with get_header ?> <div id="main-wrapper" class="<?php echo apply_filters( 'tc_main_wrapper_classes' , 'container' ) ?>"> <?php do_action('comic-area'); ?> <?php do_action('comic-blog-area'); ?> <?php do_action( '__before_main_container' );Did I screw up originally?
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginWhat I just now did was delete
do_action(‘comic-blog-area’);
from the index.php — it was on a line right after
“do_action(‘comic-area’);”
— and use the widget tool in the customizer to add the blog section underneath the comic. Suddenly everything looks right! Which leads to to wonder if I just did the integration with Comic Easel wrong?
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginAny luck on getting that extra text to disappear again?
That’s awesome! Works great! Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginYes, the text that says “>Characters in the round picture window shouldn’t be there. Also, the button beneath should say “Read more,” not “Characters” again with “>Read more » next to it.
The featured pages were created by just creating normal pages from within WordPress and then telling the theme via the customizer to use them as featured pages.
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginThanks d4z_c0nf, that centered it!
Any way now to fix the text and carrots appearing where they shouldn’t, as I described above?
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel plugin30seven, I tried to follow this guide: http://comiceasel.com/2014/05/14/editing-a-theme-to-support-comic-easel/
I inserted the code into index.php. I inserted it right below <div id=”main-wrapper”.
So it looks something like this:
<?php do_action( '__before_main_wrapper' ); ##hook of the header with get_header ?> <div id="main-wrapper" class="<?php echo apply_filters( 'tc_main_wrapper_classes' , 'container' ) ?>"> <?php do_action('comic-area'); ?> <?php do_action('comic-blog-area'); ?> <?php do_action( '__before_main_container' ); ##hook of the featured page (priority 10) and breadcrumb (priority 20)...and whatever you need! ?>The problem is that the comic and blog don’t display right. The comic isn’t centered with the nav bar, and the as soon as the code is introduced all sorts of other problems appear. The button below the featured page links says the title of featured page rather than “Read More,” and “>Read more »” appears NEXT to the button. Also, the title of each featured page appears over its picture.
Let me know if this happens to you too when you add the code.
Above. I made the header a .png with transparent space where the menu is free to go.
Forum: Themes and Templates
In reply to: [Customizr] Integrating comic easel pluginAnd as for me, I’m just trying to get the comic to display on the main page below the header, with the comic blog below the comic. I managed to place it in the right spot but it looks all wonky and made wonky stuff appear all over the page.
So I figured out how to do that from the Customizr theme options. 🙂 It lets me upload a second logo for the sticky area. I made the main logo a transparent .png because no logo at all was messing up the spacing.
Now I just need to get the header image centered and I’ll be all set!