Fabio Fiss
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Default home page won't override with new pagesThat’s great to hear! Cheers!
Forum: Fixing WordPress
In reply to: H1 has two lines and large space in between.blog-single-post h1 { line-height: 1.4rem; margin-bottom: 2rem; }
Forum: Fixing WordPress
In reply to: H1 has two lines and large space in betweenLook under your theme’s options again and see if there’s a “Custom CSS” panel.
If so, you can paste the first code stephencottontail gave you above on that box and save it.
This won’t affect you theme’s files. It will overwrite the default CSS without messing with the original theme files. You can always go back and remove the code if it doesn’t work
Forum: Fixing WordPress
In reply to: Default home page won't override with new pagesWelcome Bryan,
Maybe you need to set the home page to a specific page. Many premium themes work this way. You need to create a page called Home and set this page as the homepage.
You can do that under Setting -> Reading -> Front-page and then choose the page you want.
https://codex.www.ads-software.com/Settings_Reading_ScreenYou should also look into the theme’s documentation to see if there’s any specific instructions about this.
I hope it works!
Forum: Fixing WordPress
In reply to: H1 has two lines and large space in betweenI can see that you are using a premium theme.
Look under the theme options and see if you can find a panel with options for Typography. You can probably find line-height for h1 there.
Forum: Fixing WordPress
In reply to: H1 has two lines and large space in betweenYou need to change the line-height on your CSS. Do you know how to edit CSS?
Forum: Hacks
In reply to: Attachment resize: minimum dimensionsI’m not sure if I fully understand the result, but you might want to crop the image in this case.
If you set true in the third parameter the dimensions will be always set as you want:
add_image_size( ‘custom-size’, 200, 400, true );More info at:
https://developer.www.ads-software.com/reference/functions/add_image_size/Please let me know if this helps
Forum: Fixing WordPress
In reply to: Comment Form Not VisibleI can see it here. Maybe you’re not seeing when you’re logged in
Forum: Fixing WordPress
In reply to: Unsual problems After Upgrading to 2.7Problem solved! Thanks abhim12!
Forum: Fixing WordPress
In reply to: Unsual problems After Upgrading to 2.7Just checked all the files that I′ve uploaded. Looks fine to me…
I′m using Firefox 3 and I′ve uploaded everything with FileZilla
Forum: Fixing WordPress
In reply to: Unsual problems After Upgrading to 2.7I′m with the same problems. I′ve just upgraded to 2.7