WPDragon
Forum Replies Created
-
I see…so Advanced Custom Fields (ACF) wouldnt work with this, right?
Great, it worked – thank you!
ahh, I found the extension for this. Thanks!
Thanks for the reply…hopefully this helpful feature gets implemented by the next update.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] CSS to Change Login Button?Nevermind, I got it #lwa_wp-submit
Thanks!
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Post Type not Showing Catagory?ohh okay, Thanks again for your help..i appreciate it!
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Post Type not Showing Catagory?It worked!..Thank you very much for your help with this!
One lil’ thing..i noticed it called the page “Archives” – most of the other Category pages have the Name of the Category as the header…is there a way to change the name, so it says “Games” – instead of “Archives” as the Title?
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Post Type not Showing Catagory?Hi @michael Beckwith – thank you for the reply.
The category.php page has a code like this below…so, if my Custom Post Type is called “Games” …then would it be like this?
query_posts( array( 'ignore_sticky_posts' => 1, 'posts_per_page' => $postsperpage, 'paged' => $paged, 'cat' => $cur_cat_id ) ); <?php add_action( 'pre_get_posts', 'Games' ); ?>I’m fairly new to WordPress, so bare with me. 🙂 thank you.
@gabriel – thank you for the reply…Im fairly new to wordpress so seems abit challenging for me, but ill try to look into it. thanks.
Actually, I found the option within the settings..Thanks!
Hello @wpmu DEV
Thank you very much for your reply…I actually found an alternative way to include sidebars…so, I am taking a different route. The theme was actually purchased from ThemeForest.
Thanks again.
also, i put !important; on everything related to the sidebar menu widget that I had in my Style.css — and still nothing changed….Your help is appreciated. thanks.
The CSS style on the “Custom Sidebar” does not seem to work on any pages…however, all the other regular sidebars on other pages work fine.
<div class=”sidebar”>
<?php /* Widget Area */ if ( !function_exists( ‘dynamic_sidebar’ ) || !dynamic_sidebar(‘Game Post Sidebar’) ) ?>
</div>
<div class=”clear”></div>Above is the code that is on my php file..example: (single.php) & (single-custom-page.php) — depending on the name of the Sidebar I place the appropriate name – in this case I have a Custom Sidebar called ‘Game Post Sidebar’
Im not sure if that helps…but I do not know why only the Custom Sidebar is not picking up the style of the pages….however all the regular sidebars are fine.
Hi @ashok – thank you for the response…I am actually working on the site locally, so its not live.
Where would I actually put !important in the CSS?
Forum: Plugins
In reply to: [Private BP Pages] Help blocking buddypress, but not bbpress.🙂