dcollins3208
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [wpForo Forum] Forum Corrupt on Static Front PageNevermind.
Solved issue by going to Settings>General> and added /community at the end of the site address url
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Remove Footerin Custom CSS or any other CSS plug in, enter the following:
.site-info {display:none;}Forum: Themes and Templates
In reply to: Change Header Image for MobileNever mind. See code below for resolution.
@media screen and (max-width: 1080px) { .header-image { background-image: url("your_image_url") !important; background-size: cover !important;}Forum: Themes and Templates
In reply to: [Zerif Lite] Site displays incorrectly in Facebook mobile AppJust changed the status to resolved, it was a plug in issue
Forum: Themes and Templates
In reply to: [Zerif Lite] Site displays incorrectly in Facebook mobile AppThe site is http://www.LaneyandDonny.com
Forum: Themes and Templates
In reply to: [Zerif Lite] Site displays incorrectly in Facebook mobile AppForum: Fixing WordPress
In reply to: How to get Parent Category Title to display after ChildI’ve been playing with the get_category_parents() function. The output displays the parent category first, followed by the sub category. Is there any way to flow that so it displays the sub category first?
Viewing 7 replies - 1 through 7 (of 7 total)