bellemode
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Jetpack Carousel stopped working in theme?I have the same issue. I’m going to try to trouble shoot it.
If I find and answer I will let you know. If you already have the problem solved will you let me know?
Forum: Plugins
In reply to: [Widgets Controller] [Plugin: Widgets Controller] Not workingI’m sorry I know how frustrating the learning curve can be. I think I used this tutorial.
I made a custom sidebar page called sidebar-blog.php and used this function
<aside id=”blog”>
<div id=”sidebar-blog” class=”sidebar”>
<?php dynamic_sidebar( ‘blog’ ); ?>
</div>
</aside>
Then I called it in on the page-bloghome.php page I had created and other pages I wanted it to show up in with this function:
<?php get_sidebar(‘blog’); ?>
I hope this helps.
Forum: Plugins
In reply to: [Widgets Controller] [Plugin: Widgets Controller] Not workingI ended up making a custom sidebar and calling it in on the page I wanted it to show up. It was much easier than messing with a plug in that didn’t work.
If you wait a minute and hit refresh it starts working. Must take some time to catch up.
I’m having the same issue.
Forum: Plugins
In reply to: [Widgets Controller] [Plugin: Widgets Controller] Not workingIt works on every page, and category, but the one i need it on which is my blog.
Forum: Plugins
In reply to: [Widgets Controller] [Plugin: Widgets Controller] Not workingI was trying to use it on the text widget, nothing fancy. It will work on the homepage, 404 and search, but not on pages or categories. It uncheck them if I try to use those. Any ideas? I don’t have any other widget based plug-ins that I’m using besides this one.
Forum: Fixing WordPress
In reply to: A string is being added to my image files for single.phpfixed.
Forum: Fixing WordPress
In reply to: A string is being added to my image files for single.phpI put php in the header and footer to get my images instead of paths and that fixed it.
<img src=”<?php echo bloginfo(‘template_url’); ?>/images/your-image.png” alt=”” />
I fixed it with http://code.jquery.com/jquery-latest.min.js, so it’s never an issue again. Thanks for the help.
I checked my code and followed the instructions provided on your website and mine isn’t working either. Do you have any guesses? The site I’m working on is here.