David Hamburgh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: profitmag – 'related posts' sectionThanks to Stackoverflow – I just ended up removing the ‘related posts’ from the mobile version completely.
I simply added the following code to
>Appearance >Theme Options > Tools> >Custom CSS:@media all and (max-width: 640px) {
.related-post {
display: none !important;
}
}Forum: Fixing WordPress
In reply to: profitmag – 'related posts' sectionSorry, i forgot to say: please can anyone help?
Forum: Themes and Templates
In reply to: profitmag theme – media gellery removalI managed to work it out.
In the appearance menu in ‘Editor’.
Select the PHP file to edit, which is ‘front-page.php’.
Highlight all of the code and paste/save it in a simple text application (i used TextEdit) as a back-up, in case you need to recover it.Then in front-page.php (>appearance >editor) delete the section which starts
<!– Media Gallery –>
and ends
<!– End Media Gallery –>it’s quite a lot of code, that’s why i saved the back-up in TextEdit.
Forum: Themes and Templates
In reply to: [ProfitMag] code for Media galleryHi Robin,
I managed to work it out.
In the appearance menu in ‘Editor’.
Select the PHP file to edit, which is ‘front-page.php’.
Highlight all of the code and paste/save it in a simple text application (i used TextEdit) as a back-up, in case you need to recover it.Then in front-page.php (>appearance >editor) delete the section which starts
<!– Media Gallery –>
and ends
<!– End Media Gallery –>it’s quite a lot of code, that’s why i saved the back-up in TextEdit.
Hope this helps!
Forum: Themes and Templates
In reply to: [ProfitMag] code for Media galleryHi, I really like this theme, but how do I delete the media gallery on the home page?
I just don’t need it!Forum: Themes and Templates
In reply to: Reduce header white spaceThanks, CrouchingBruin that’s ahelped quite a bit.
There still seems to be undesired white space:
https://www.aaaedinburgh.co.uk/Compared to the theme’s live demo:
https://profitmag.wpgaint.com/Sorry to ask again, but do you have any ideas?
Forum: Fixing WordPress
In reply to: syntax error – locked out!!Thankyou
Forum: Fixing WordPress
In reply to: Sidebars?I’ve just started trying to add images/posts to the ‘profitmag’ theme, but the ‘theme options’ don’t really explain very much and my posts aren’t showing up?
Also, the terminology is not very clear ie. ‘block 2, block 3’