dzole0311
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Sticky Footer?Try “position:static” instead. Or try this:
http://cssreset.com/how-to-keep-footer-at-bottom-of-page-with-css/Forum: Themes and Templates
In reply to: [Senses Lite] hide titleIf you are using Chrome, right click on the text you want to hide and ‘Inspect element’. New box will open up on the side with the id and class of the text you want to hide. For ex. #title-text.
You then open up your css file in cpanel via the code editor option and write this:
#title-text {
display: none;
}That should hide it.
Forum: Themes and Templates
In reply to: [Brasserie] Translate Home pageOne solution is to add the text that you use on the slider image directly on the IMAGE via Photoshop (so it will be like a picture file with image and text on it).
Then, you can add the new created image via the “Featured image” in the WP page editor. That way, you can swap between pictures on different languages.I hope this makes sense,
Dz.Forum: Themes and Templates
In reply to: [Athena] Mobile optimisationYou can just compress them/save them to a smaller quality files using Photoshop, and then use the media queries to swap between images on different screen resolutions.
Hope that makes sense,
Dz.Forum: Themes and Templates
In reply to: [Himalayas] Menu and navigation problemsHey swayam.tejwani, thanks for the reply. I figured it out, it was my mistake. I deleted ‘himalayas-child-theme’ part from the URL so now its only http://www.name-of-the-site.com/#about and it works.
Cheers