Forum Replies Created
-
in reply to: Removing Category from Home Page posts
I deleted the entire <span style=”color: #101010; font-family: ‘Open Sans’, Helvetica, Arial, sans-serif; font-size: 13px; text-align: center;”>latest_blog .php and the blog posts, date and category are still appearing on the home page. Is it possible we are editing the wrong file?</span>
in reply to: Removing Category from Home Page postsThis reply has been marked as private.in reply to: Removing Category from Home Page postsThis reply has been marked as private.in reply to: Removing Category from Home Page postsThis reply has been marked as private.in reply to: Removing Category from Home Page postsThis reply has been marked as private.in reply to: Removing Category from Home Page postsThank you but only the first part worked.
I commented out this whole section because I wanted the date, the forward slash and the category gone from the home page latest blog posts. When that didn’t work I deleted them but they are still there. This is how the code looks now. I’ve cleared my cache, deleted my cookies and browsed incognito.
/*$output .= '<ul class="info">'; $output .= '<li>'.get_the_date().'</li>'; $output .= '<li>/</li>'; $output .= '<li>'.$cats.'</li>'; $output .= '</ul>';*/ -
This reply was modified 9 years, 3 months ago by
Mirela.
in reply to: Mobile Layout – Bugs and Responsive MenusIf I read the above posts correctly, you did the below to make the header and menu sticky on the mobile site? I tried doing this but it’s still not sticky. What else can I do?
<p style=”box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Raleway; font-size: 14px;”>9-I added this code into the <code style=”box-sizing: border-box; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; background: #f9f9f9; display: inline-block; padding: 0px 5px; line-height: 25px; border: 1px solid #dddddd; max-width: 95%; vertical-align: middle; margin-top: -3px;”>@media block:</p><pre style=”box-sizing: border-box; overflow: auto; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; background: #f9f9f9; padding: 5px 10px; line-height: 18px; border: 1px solid #dddddd; max-width: 95%; vertical-align: middle; margin-top: 0px; margin-bottom: 24px; color: #4b4d4d;”><code style=”box-sizing: border-box; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; background: transparent; display: block; padding: 0px; line-height: 25px; border: none; max-width: 100%; vertical-align: middle; margin: 0px; overflow-wrap: normal; overflow: auto;”>.header_wrapper {
position: fixed !important;
margin-top: -2px;
}
-
This reply was modified 9 years, 3 months ago by