I use Flatsome Theme, and everything still looks good.
]]>When I load the site I see them flash into existence and then dissapear. I have no idea what to do…
]]>register_sidebar( array (
'name' => __( 'Main Sidebar (for all inner pages)', 'blankslate' ),
'id' => 'primary-widget-area',
'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
'after_widget' => "",
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array (
'name' => __( 'Attorneys ', 'blankslate' ),
'id' => 'primary-widget-area3',
'before_widget' => '<div id="primary" class="widget-area2"><li id="%1$s" class="widget-container2 %2$s">',
'after_widget' => "",
'before_title' => '<h3 class="widget-title2">',
'after_title' => '</h3>',
) );
}
Then I changed I moved the sidebar just below the header in page.php
<?php get_header(); ?>
<section id="content" role="main">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="header">
</header>
<?php dynamic_sidebar('primary-widget-area2'); ?>
</div>
<?php get_sidebar(); ?>
<section class="entry-content">
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?>
<?php the_content(); ?>
<div class="entry-links"><?php wp_link_pages(); ?></div>
</section>
</article>
<?php if ( ! post_password_required() ) comments_template( '', true ); ?>
<?php endwhile; endif; ?>
</section>
<?php get_footer(); ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
This works but I have to add a widget and a page template for each inner sidebar for all each page in WordPress because the inner sidebar is page specific.
Also if I add another widgets to the inner sidebar it messes up the main content inside the webpage.
I really don’t know php code so you need to explain what that code does.
Is there a better way to do this?
www.georgechomakov.com
i want to get rid of the subscription widget and the picture on the bottom of some of the pages please help if you can…
also i want to be able to have a thumbnail where ever I post my website, how can I get one so when i post it , a thumbnail shows up?
thank you for your time
]]>the blog where I need help is: https://clubpenguinconnect.zz.mu/
help galois!
i have the theme travelify
i have 9 plugins
]]>I have two questions:
1) When I uninstall / deactivate the plugin, does wordpress delete the posts of that custom type? Or do they sit there in the DB until they are specifically deleted?
2) How can i exclude these posts of the type ‘ban_appeal’ from showing up in widgets that get the latest blog posts? and from widgets that get the latest comments from posts? I want dicussions on these posts to be private between staff and the specific user who created the ticket, so having these posts and comments listed all over the place by widgets is undersierable.
Thanks!
]]>Is there something out there that does this?
Thanks in advance.
]]>I just updated WP to v3.5 and Responsive to Version 1.8.4.1.
For whatever reason, I cannot edit Widgets 1,2, and three (or any of the site-specific widgets for that matter).
When I click on the arrow to open the widget (say Widget 1), nothing happens(?).
As luck would have it, I need to give a demo in the morning and nothing I have tried is working.
I respect your time and time and help; and everyone has an EMERGEGENCY; but if I can make a plea, may I ask any advice as soon as is possible.
Thanks in advance,
fverni