Justin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Insert posts in a pageAhh I see, unfortunately I’m not sure about that I don’t know it offhand, hopefully someone else will know of a solution for you ??
Forum: Fixing WordPress
In reply to: Insert posts in a pageHi xoxixox,
If you go to Appearance -> Menus and on the left you will see Categories. Click it and there you will find the different categories for your posts, so you can add them to specific pages.
Forum: Fixing WordPress
In reply to: How do you add posts to a Blog pageHi benlebrun,
If I’m understanding you correctly you could do this quite simply. If you go to Appearance -> Menus and on the left you will see Categories. Click it and there you will find the different categories for your posts, so you can add them to specific pages.
Sorry if I’m not understanding you correctly.
Forum: Fixing WordPress
In reply to: Question about recommendable training source(S)I haven’t heard about them before, I would recommend signing up for the week trial they are offering when you have time to really check it out, that will allow you to see if they are good.
Personally I recommend https://www.lynda.com Thats where I learnt a lot of what I know, I can tell you they offer high quality videos there which really helped me!
Forum: Fixing WordPress
In reply to: how to remove boxes around imagesNo problem, we were all new to wp once ?? Once you install the plugin, if you go to Appearance -> Custom CSS you’ll find a screen where you can add the code. Click save and it should remove the border
Forum: Fixing WordPress
In reply to: superadmin?https://codex.www.ads-software.com/Super_Admin_Menu
Are you running a single site? Super Admin only applies to multi sites.
Forum: Fixing WordPress
In reply to: Changing Background ColorHi Gail, if you are using a child theme you can add this to your css, or else you can add it to a plugin like this one: https://www.ads-software.com/plugins/simple-custom-css/
.off-canvas-nav .menu-button { background: url("images/menu-btn.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0); } .off-canvas-nav .sidebar-button { background: url("images/sidebar-btn.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0); }
Hope this helps you!
Forum: Fixing WordPress
In reply to: how to remove boxes around imagesHi Kgobin, you can remove it by adding this code to your child theme, if you are using one, or to a plguin like this one: https://www.ads-software.com/plugins/simple-custom-css/
.blog-post img { border: none; }
Hope this helps you
Forum: Fixing WordPress
In reply to: different line height for posts and widgetsIs it a text widget you are adding?
You could just add a
<div style="line-height:20px;"> content </div>
around it.
If its another widget you could download a plugin to add css (like: https://www.ads-software.com/plugins/simple-custom-css/ )
Forum: Fixing WordPress
In reply to: Hide divider in tableHi kristastryker, do you mean the border around that signup form?
Its showing up because of this code in your css:
#af-form-876800466 { background-color: #ffffff; border-color: #e6e6e6; border-style: solid; border-width: 5px; }
If you just want a quick fix you could add this to your css:
.af-form { border: medium none !important; }
Hope that helps!
Forum: Fixing WordPress
In reply to: Is there a plugin to show top authors by their post views?Check out this plugin, hopefully it can do what you want
https://www.ads-software.com/plugins/authors/Forum: Fixing WordPress
In reply to: Big Spam IssueI always use this plugin, All In One WP Security (not mine). You can add a CAPTCHA to the comments, also you can set it so you can manually approve registrations. I’m not quite sure what you mean by make a group on your website?
Forum: Fixing WordPress
In reply to: Weird WP slug issue, correct page won't showGlad you got it sorted ??
Forum: Fixing WordPress
In reply to: Weird WP slug issue, correct page won't showAre you using any caching plugins? I always have problems like this with WP Super Cache
Forum: Fixing WordPress
In reply to: .htaccess disappears every few minutesIs it the content that is disappearing or the whole file? Have you tried disabling your plugins? Maybe one of them is effecting it