itspocket
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Find UsernameHi, thanks so much, but now I went in to my database, found the username etc and I reset password in wordpress but now the reset password link wont work and I still can’t log in using the password that I found in the wp_users table for this wp site.
What do I do ? Is there something in the tables I need to change?
Forum: Themes and Templates
In reply to: How to adjust margins in child theme?Hi Michael- Thank you so much- this exactly solved my problem! I was searching all around for it and you knew exactly where it was. Thank you again so much! ??
Forum: Themes and Templates
In reply to: Can't add widgets to footerhave you looked into the code of the footer ( i.e. not the widget area? ) you might be able to manually put it in.
Forum: Fixing WordPress
In reply to: iframe embed not working in wordpress?Nevermind! Also resolved- it ended up that I didn’t choose the parent- as about in the editing window..
Forum: Fixing WordPress
In reply to: WP email subscription box not working?Never mind- found a solution. The plugin email subscribers seemed to work for me! ??
Forum: Fixing WordPress
In reply to: Site is all messed up from Update- what to do? specifics..oh my gosh! Thank you so much! I am talking to the hosting now. I literally was about to have a heart attack cause I had three sites that were lost!
I did wish WP let us know before hand or at least let us have the option of updating. Thank you again sooo much this is saving my life!
thanks again ??
I found the code to put the side bar on the categories page:
(<div id=”sidebar”>
-
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Sidebar-2’) ) : ?>
<?php endif; ?></div>)
however, I am having trouble figuring out where to put it in the archive php file. Anywhere I put it it messes up the rest of the page.(and it doesn’t go over top of the categories like it does pages and posts) Any suggestions? Thank you so much in advance
Forum: Fixing WordPress
In reply to: How to add sidebar to categories page?Thanks so much for your response. I will see what I can do in the archives.php.
Thanks again! ??
Update: So I figured out most of it but am still having difficulty getting the sidebar to appear during a post (it works fine on pages) Any help would be much appreciated!
If I can keep the side bar on every page (including the blog roll category page which I somehow made it dissapear from) that would be ideal.
But yea I am trying to get all the pages to have the body centered (and not to the left)
Yea the side bar shows up fine when I post a page but not when I post a post (only where I show the categories does the sidebar not show up- https://www.talipurkerson.com/categories/blog
The main spacing problem I have is with the center content on all pages (like https://www.talipurkerson.com/contact- If there is a way I can adjust that to move the center of all page content over to the right or some how get the padding on the ride side to be 0 px. I’m not sure where in the code to do that.
Thanks so much for your reply!
Great! That helped! Thank you so much!
The side bar is figured out.
I am looking for help with two more things I am still looking to work on:
1) When I go to the blog posts the side bar has dissapeared entirely (not sure if I need to change that in a PHP file for the posts or if its changeable in CSS?)
2) The main content in the center is still over to the left- is there a way I can get it more centered and remove the space between the main page content and the right sidebar?
Thanks so much in advance to responders!