keysuuh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Stop sidebar disappearing when resizing windowThe sidebar doesn’t disappear it just goes underneath the content caused by media queries.
Forum: Everything else WordPress
In reply to: Custom Post Type Meta Box Field won't save it's data?Thank you SO much!!! Chris ! ??
Forum: Themes and Templates
In reply to: Removing posts and coments TWENTY ELEVENEdited my answer :p
Forum: Themes and Templates
In reply to: Removing posts and coments TWENTY ELEVENI believe you have to create a new file and name it front-page.php or home.php whatever desired. add the page template tag at the top of the file.
EX//
<?php /* Template name: Home */ ?> <?php get_header(); ?> <--CONTENT GOES HERE--> <?php get_footer(); ?>
– Create 2 new pages in your wordpress dashboard, Home and Posts.
– On right hand side under “Page Attributes” of each new page Select the “Home” as a Page Template, do the same for “Posts” page…
Also, when you go to Settings >> Reading Settings
be sure that you have your new “Home” page selected as the front page.Forum: Themes and Templates
In reply to: "Comments Closed" when post was published less than a day ago?!@george W. Drake – I figured out the issue for my comments being closed. On each post it asks wether the admin would allow comments and trackbacks on that post…if unchecked simply check and see if that works.
I failed to close 2 divs that were inside of my functions.php file for my sidebar headers. Deleting the unnecessary divs fixed this issue!
Forum: Themes and Templates
In reply to: Important Login & Log out Links disappeared on comment form…UPDATE//
When I sign in to my WP account through wp-admin the Log Out link appears. But if I sign out and try signing in again the link is no where to be found…Forum: Themes and Templates
In reply to: Edit style of Post_Format Gallery Post ?EDIT: I have a div class “center” to center all content with the width of about 700px. The Gallery images don’t look so nice in their columns, so I’d like to be able to widen the div only on the single Gallery Post Page.
Forum: Plugins
In reply to: [Contact Form 7] Remove #wpcf7-f443-p133-o1 from URL ?https://pastebin.com/8F1r5vLc
I want the option to delete my url so I pasted it on pastebin.
Please let me know when you have the url so I can delete it.Forum: Plugins
In reply to: [Contact Form 7] How to add checkbox to send copy to submitterI was thinking the same!!
Forum: Plugins
In reply to: [Contact Form 7] Remove #wpcf7-f443-p133-o1 from URL ?Well…how might I get it to start working?
How exactly can I add the filters though?
Do I put add the gallery name between percent signs or what?!
Also, is there any way I can make the thumbnail images bigger?
They are super small and annoying right now :/Forum: Plugins
In reply to: Switch GigPress events to ascending order?is there any php codes I can use?