Posts

Showing posts from November 20, 2018

How add support shortcode in textarea in theme [on hold]

Image
up vote 1 down vote favorite I'm customize the Pallarax-one theme and this theme don't support the shortcode in textarea. How I'm must do that this theme support shortcode in this place. In this example shortcode doesn't work. I was asked to polish group wordpress and I' don't have answer. Sorry to my English wordpress share | improve this question edited yesterday Marian Nasry 767 7 18 asked yesterday Jerzy Antoniuk 6 2

「日本健康医療学会」を作成中

This page is only for reference, If you need detailed information, please check here

Toggle sideBar(iFrame) using Media Queries

Image
up vote 1 down vote favorite 1 I have placed some media queries into my code to state if the screen resolution is less than 768px; the .sideBar disappears like so, leaving the .main section. @media (max-width: 768px) { .sideBar { display: none !important; } } What I would like to achieve is when the screen resolution is like this, I would like a hamburger icon to appear that allows me to toggle open/close the .sideBar. How would I go about this in code-wise? If there are any previous tutorials like this, please attach. Original Code attached: /* Copyright (c) myEd (made by students, for students.) 2018. */ body { /* General Body Properties */ font-family: Trebuchet MS, Georgia, Helvetica, sans-serif; margin: 0; overflow: hidden; } * { /* Key element to a