justingenious
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spring Song] Menu Helpyour menu width is set to 57.15% the width of the page. You have to change the css so that is 100%
#menu-secondary {
width: 100%;
}Forum: Themes and Templates
In reply to: [pinpress] Delete page name on some pagesHi, it’s Justingenious.
You could try using this plugin:
https://www.ads-software.com/plugins/disable-title/
If this doesn’t work for you we may have to do some CSS
Forum: Themes and Templates
In reply to: Header Image Resize on Mobile BrowserHi, It’s Justingenious.
try using Media Queries you can change the size of the logo based on the size of the screen being used to view it.
You can learn more about media queries here:
https://www.w3.org/TR/css3-mediaqueries/Forum: Themes and Templates
In reply to: background images stacking?are both of them to just repeat-x?
Forum: Themes and Templates
In reply to: [Spun] Removing page title in Spun themeHi, It’s Justingenious
Try the following code in the CSS, but Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin..entry-title h2 { display: none; }
Forum: Themes and Templates
In reply to: [Catch Box] Move search bar in header to opposite sideSuzanne,
if you can send me a link to your site I could help you figure out how to do it. It should be some simple CSS.
JustingeniousForum: Themes and Templates
In reply to: Theme Blaskan Problems with footer widget alignmentSorry it took so long to get back to you.
Try downloading firebug on Firefox browser. Firebug opens a window that displays the code form your page and highlights the areas on you site as you click on certain code snippets. You can figure what tags are associated with certain areas of your website.
It also displays the CSS on the right so you can change margins an such right there and it will effect the page you are viewing. when you think you have it the way you want it you can then go into your CSS and change it to what you previewed with Firebug.not sure what theme you are using, but something like this may work in the css
.entry-title { display: none; }
Forum: Themes and Templates
In reply to: [Black skyline] Responsive Black Skylineyou will have to add @media screen Media Queries to the CSS.
see if this link helps https://webdesignerwall.com/tutorials/css3-media-queries
Forum: Themes and Templates
In reply to: [F2] Remove the leave a reply function from every pageHi, It’s Justingenious! If you look at the top right of your edit page theme there is a tab called “screen options” click that. After that check on the “discussion” box. At the bottom of the page a discussion box will appear. Uncheck the allow comments button, and you should be good.
let me know if this helps. [Soliciting work attempt moderated]
Forum: Themes and Templates
In reply to: [Delicacy] Problem with Menu Bar and Image Slider After Updatewas there any changes made to the CSS or PHP files when the site was designed? If there was, and there wasn’t a child theme created for the changes the updates would have cleared out all your changes and gone back to the default.
Forum: Themes and Templates
In reply to: Theme Blaskan Problems with footer widget alignmentHi, It’s Justin. It sounds like the the areas you are putting the images in have padding or margins. You need to find the Id or class name for the areas, and change the margin, or padding.
Let me know if that helps, please!
Forum: Themes and Templates
In reply to: [Catch Box] Move search bar in header to opposite sideHi, it’s Justingeniiuous! you must change the header.php file and the CSS. I would recommend creating a child theme so when the theme updates it wont change your customizations. Do you know PHP or CSS?
Forum: Themes and Templates
In reply to: [raindrops] Blank Header ImageIf you more need help setting a custom header let me know. The size they suggest is 950px by 198px.
Forum: Themes and Templates
In reply to: [Pachyderm] Changing the home pageIt looks like that image was a mockup see how the content is cut off on the sides, and they are the same posts.