MageeWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [onetone] white space scrolling issue in about sectionHi JCBuenoo,
Try background image with more height.
Hi,
The animation issue has been fixed, please update to the latest version.
Hi fomenkoandrey,
Thank you for reporting the issue, we’ll check and fix it asap.
Forum: Themes and Templates
In reply to: [onetone] One tone optionsStep 1, save options
Step 2, add a new page, select templateFront Page
, publish it.
Step 3, go to Settings > Reading > Front page displays > A static page (select below) > Front page, selected the page you added in step 2, then save changes.- This reply was modified 8 years, 3 months ago by MageeWP.
Forum: Themes and Templates
In reply to: [onetone] HTML5 video not workingHi jijdaar,
Please update to the latest version, touch the touch screen to play html5 background video on mobile devices.
- This reply was modified 8 years, 3 months ago by MageeWP.
Forum: Themes and Templates
In reply to: [onetone] How to make this theme responsive?Hi
Onetone is fully responsive. If you want to cover the complete background, try adding the following custom css code
.homepage section{ -webkit-background-size:cover; background-size:cover; }
Forum: Themes and Templates
In reply to: [onetone] Mobile menu text color won’t show on home pageYou can add custom css code to
Appearance > Theme Options > General Options > Custom CSS
Forum: Themes and Templates
In reply to: [onetone] Background image – Cutted images on Apple DevicesHi,
Please update to the latest version, for the background image of banner, try adding the following custom css code (appearance > theme options > general options > custom css).
.section-banner{ -webkit-background-size:cover; background-size:cover; }
- This reply was modified 8 years, 3 months ago by MageeWP.
Forum: Themes and Templates
In reply to: [onetone] Banner section on every “site” on webpageHi,
We’re trying to add this feature.Forum: Themes and Templates
In reply to: [onetone] Set submenu width?Hi,
Try adding the following custom css code
.main-nav .sub-menu{ width: 200px; }
change the width
200px
to yours.Hi,
Please go to appearance > theme options > general options > custom css, add the following css code
@media screen and (max-width: 768px) { /* hide header text on mobile */ .name-box{ display:none; } /* hide logo and header text on mobile */ .logo-box{ display:none; } /* hide logo only */ .site-logo{ display:none; } }
- This reply was modified 8 years, 3 months ago by MageeWP.
The issue has been fixed, please update to the latest version.
Forum: Themes and Templates
In reply to: [onetone] Remove Sound from Main PageGreat.
Forum: Themes and Templates
In reply to: [onetone] Beaver BuilderHi Roronoaeg,
Thank you for reporting this issue, we’ll fix it in the next update.
Forum: Themes and Templates
In reply to: [onetone] The theme silder jumping on page load (chrome)Hi,
Please update to the latest version.