sdr2585
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Sidebar] Posts In Sidebar DisplayIt did end with the ?> so I took that out and put in what you told me, but it didn’t make any changes. This is what it looks like now…
<?php
register_sidebar( array(
‘name’ => __( ‘Left Sidebar Widget Area’, ‘squirrel’ ),
‘id’ => ‘left-sidebar-widget-area’,
‘description’ => __( ‘The first header widget area’, ‘squirrel’ ),
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ‘<h2 class=”widget-title”>’,
‘after_title’ => ‘</h2>’,
) );register_sidebar( array(
‘name’ => __( ‘Header Widget Area’, ‘squirrel’ ),
‘id’ => ‘header-widget-area’,
‘description’ => __( ‘The header widget area’, ‘squirrel’ ),
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ‘<h2 class=”widget-title”>’,
‘after_title’ => ‘</h2>’,
) );
register_sidebar( array(
‘name’ => __( ‘CopyRight Footer Widget Area’, ‘squirrel’ ),
‘id’ => ‘cr-widget-area’,
‘description’ => __( ‘The CopyRight widget area’, ‘squirrel’ ),
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ‘<h2 class=”widget-title”>’,
‘after_title’ => ‘</h2>’,
) );function my_customized_query( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( ‘cat’, ‘-10’ );
}
}
add_action( ‘pre_get_posts’, ‘my_customized_query’ );Forum: Plugins
In reply to: [Posts in Sidebar] Posts In Sidebar DisplayNews is a category and the ID is 10.
Forum: Plugins
In reply to: [Posts in Sidebar] Posts In Sidebar DisplayHow do I go about doing that? Is it difficult?
When I took web design class I was taught to save images for the web instead of jpg so I guess that’s the format it saves in. I’m just trying to get the images optimized and not sure what’s going wrong.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Formatting Contact FormSo if you use the free plugin you cannot get support?
Forum: Plugins
In reply to: [Posts in Sidebar] Issue With Posts in SidebarWhat is one of the standard wordpress themes other than TwentySixteen? That one seems to just be a blog theme, so it’s hard to test using that.
Forum: Plugins
In reply to: [Posts in Sidebar] Issue With Posts in SidebarJust tried the TwentySixteen theme. It displayed post information in the left sidebar, but I don’t think it was because of this plugin…but instead the theme itself. It didn’t only capture the “News” posts like I have it set, and has different information then what shows on the other pages. I contacted my theme support and they said it was an issue with the plugin…not the theme. I can send you images if you’d like. Not sure how to correct this.
Forum: Plugins
In reply to: [Posts in Sidebar] Issue With Posts in SidebarIt seems to be displaying on every page other than the home page.
Do you have an email address I can email directly so I can send snapshots of the issue I’m having? I contacted my hosting company and we figured out part of the issue, but he said the other issue is still coming from the plugin. I think I can explain it better with images vs just describing it.
Where is the FROM name? I want to make sure I changed it in the right spot. I know I changed the Sender of Notifications.
I’m still struggling with changing the email address the notification comes from. I don’t send newsletters through this plugin, so I wouldn’t have to do the third step, right? I’m just using it to get email addresses for my database. I changed the from name and email address of the sender under “Sender of notifications.” Isn’t that step 1 and 2 all in the same? Do you have a guide on this at all?
I have a few issues I need to see if I can get corrected…
1) Does this change need to be made under the field “Sender of Notifications” or somewhere else? I filled that out with the name and email address of the sender, but the email is still coming from [email protected]. When I click the down arrow for “more info” in email, then it shows the email addresses I had filled out under “reply-to.” I can send a snapshot if you’d like…just don’t see a way to post it in this forum. Is this an issue that I need to fix with the plugin, or is it with my hosting company?
2) The confirmation email takes a really long time to send out. Is there a reason why this is and anything I can do to change this? It takes about an hour or longer before receiving it.
3) Can you just edit the current page it takes you to after the person confirms the link in the email, as well as the unsubscribe page? I want to change the look of it to match my other pages, but these pages have some features on it that I like.
Forum: Plugins
In reply to: [Simple Sitemap - Create a Responsive HTML Sitemap] Exclude Pages in SitemapDo I just remove the show_label attribute? I tried that, but ‘Pages’ is still showing in grey.
Forum: Plugins
In reply to: [Simple Sitemap - Create a Responsive HTML Sitemap] Exclude Pages in SitemapHow do I remove the word “Pages” that is in dark grey? I don’t want it saying pages two times. Footer of theme1.1stopnonprofitshop.com
Forum: Fixing WordPress
In reply to: Thumbnails In Gallery Cut OffOh ok…so I have to make sure they all have the same image ratio? If one has an image ratio of 1:1 and another has a different ratio, then it could get cut off?