melissafox
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: category sidebar not showing upI’m still working on this, still nothing.
Forum: Fixing WordPress
In reply to: Creating a Mobile Version of wordpress siteThe WPtouch plugin for WP is made specifically to create a mobile version, maybe it could be set to use a custom landing page like your news section with the other URLs set to ignore in the core settings of the plugin.
Forum: Fixing WordPress
In reply to: I've been hackedIf you can’t get in through your WordPress admin, and you can’t log in through your server’s cPanel, there’s not much you can do until you get support. If it’s not a WP issue it’s a server access issue… Best of luck.
Forum: Fixing WordPress
In reply to: .htacess fileHere’s what I did. I changed the permalink structure in the WordPress Dashboard under Settings>Permalink to domain.com/pagename. This breaks the pages temporarily. THEN I made an htc.access file under public_html and put this in it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I think that should do it and the pages aren’t broken and have custom names.
Forum: Fixing WordPress
In reply to: .htacess fileAfter you let WP take over you go into Settings>Permalink and change your structure. ??
Forum: Fixing WordPress
In reply to: Nav arrows are missing on enlarged photosNevermind, I fixed it. There was some superfluous lines I added that threw things off. Fixed it with this code:
article.excerpt { border-bottom: 3px double #eee; margin-bottom: 2em; padding-bottom: 2em; } article.firstfull { border-bottom: 3px double #eee; margin-bottom: 2em; } .post-thumbnail { float: left; margin-right: 24px; } .entry-header, .page-header { text-align: center; padding: 0; margin: 2em; } .entry-title, .page-title { font-size: 20px; font-weight: 500; margin: 5px; padding: 0px; }
Forum: Fixing WordPress
In reply to: Permalinks ErrorDid you make/change an htc.access? This one is a pretty good resource that fixed permalink problems for me. https://codex.www.ads-software.com/Using_Permalinks (scroll down to creating/editing)
Best of luck!
Forum: Fixing WordPress
In reply to: Social Icon Error out of the blue??Oh, I’m sorry! I thought those were intentional. They look like martini glasses behind the icons.
Forum: Fixing WordPress
In reply to: Social Icon Error out of the blue??I looked at it in Firefox and Chrome and everything looks fine on my end. Maybe try clearing your browser cache?
Forum: Fixing WordPress
In reply to: Missing Widgets and Side Menu from HomepageI hope it works, and if you decide to use it please tell me how it works for you. You have a nice site!
Forum: Fixing WordPress
In reply to: Nav arrows are missing on enlarged photosI tried a different theme and the Prev and Next links are there, and the script works with arrow keys. I think it could be a visibility issue but I’m not too savvy in figuring out the specifics of what nav issues I have.
Forum: Fixing WordPress
In reply to: Missing Widgets and Side Menu from HomepageSettings>Reading or Appearance>Customize are the two places I know of that handle whether or not a page appears static, there could be a conflict if the two are different settings. I had an issue with a widget only appearing on one page and not the others and I managed to fix it with a wonderful plugin called Display Widgets: https://www.ads-software.com/plugins/display-widgets/
After activating it I went to Appearance>Widgets and opened the Sidebar widget and all the options were there, very easy to use. I activated “show on checked pages” and it worked! Maybe you can try it?
Forum: Fixing WordPress
In reply to: Missing Widgets and Side Menu from HomepageI’m not sure if you’ve tried Appearance>Widgets and dragged the widget type over to the sidebar… I’m new at this too.
Forum: Fixing WordPress
In reply to: help!!trying to put more than one product on the pageThis is the plugin I use on my site: https://www.ads-software.com/plugins/photopress-masonry-gallery/
It allows you to post whatever size images with descriptions on each, and each description could be made to a link. If you like, you can see my site with it activated. https://www.melissafox3d.com/3d-models/
Forum: Fixing WordPress
In reply to: How to delete "Leave a reply" and "post comment" etc.This might help. https://www.ads-software.com/plugins/disable-comments/