frektar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Something Fishy] Something Fishy theme background issueWhat was it before? Do you have a link?
Forum: Everything else WordPress
In reply to: Need help finding a good plug inIsn’t bbpress the only WP based forum?
Forum: Everything else WordPress
In reply to: FirebugUnder appearance and then widgets. All done.
Forum: Themes and Templates
In reply to: Editing CSSAnything in the parent theme you want to modify, make a copy of that file and put it in the child theme. Then edit the copy and the changes will take precedence. The only tricky file is the functions.php
Forum: Themes and Templates
In reply to: Editing CSSFirst create a child theme.
https://codex.ww.wp.xz.cn/Child_Themes
Then modify the css in the new style.
A lot of themes today come with an editor in the admin panel. I stick to child themes, but to each their own.
Forum: Themes and Templates
In reply to: Search Results Template?Make sure you included all of the requirements in your search.php. The search.php is how the results are displayed. you need a page.php
Forum: Themes and Templates
In reply to: [Customizr] Remove/Modify footerDo you have a link? What is it you want to do?
Forum: Themes and Templates
In reply to: Remove dropshadow from twenty twelveWell I was spot on. Good luck.
Forum: Themes and Templates
In reply to: Filtering Custom Post Types when querying shared categoryWhy not make manufacturers a parent category and give it children?
Forum: Themes and Templates
In reply to: Footer space too big and text in wrong placeFind which class or id is affecting the footer, reduce the margin or border and add this
text-align: center;Do you have a link?
Forum: Themes and Templates
In reply to: Remove dropshadow from twenty twelveGo through the style looking for box-shadow. Then remove it. My guess would be this
body .site { box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); margin-bottom: 3.42857rem; margin-top: 3.42857rem; padding: 0 2.85714rem; }