Forum Replies Created
-
AuthorPosts
-
mjcollinsMember
I got somebody with FTP skills to use a text editor and do it for me! Mike.
mjcollinsMemberThank you - I finally got it working. Mike
mjcollinsMemberWordpress backend.
mjcollinsMemberThank you for your help on this - however, when I put the code you suggest:
" \f333 "
it always reverts back to:
" \f333 "
after saving the style.css file.
Mike.
mjcollinsMemberThanks Jackie,
Here is what currently shows in the Style.css:
.responsive-menu-icon::before {
color: #fff;
content: "\f333";
display: inline-block;
font: normal 20px/1 'dashicons';
margin: 0 auto;
padding: 10px;
}However, the styles seem to have "slipped" in a number of other areas too e.g. my quotation function now shows a hex code in posts rather that the big "
Will your suggestion just take care of the Hamburger problem or a wider problem?
Thanks, Mike.
mjcollinsMemberThat works - I used
!is_page(
'021'
)
to exclude widget from the homepage.I assume that 21 is a static address for that page?
Thanks a lot for your help, Mike.
mjcollinsMemberI used Widget logic as you suggested - which should work in theory as follows (?) - I am using a static frontpage:
is_front_page
should display the email widget on the front page only BUT the widget is still displaying on all pages
then I tried !is_front_page
which should display on all except front page BUT is is now not displaying widget on any pages.Not sure whats going on - but feels like I'm almost there.
mjcollinsMemberThe difference I want is:
Static Home Page: Sidebar has NO email signup at top (it is contained in page content instead)
All other pages: Sidebar has email signup at top.
(www.youririshheritage.com homepage shows what I dont want at the moment!)
Thanks - Mike.
-
AuthorPosts