mythemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Notice, error on single ProductForum: Fixing WordPress
In reply to: Export / Import GalleryDefault import / export plugin.
Forum: Themes and Templates
In reply to: [Cronus] Images now bleed into my sidebar menuHi,
I fixed this problem. Update Cronus and Tempo WordPress Themes to latest versions.
Cronus is a child theme of Tempo.
Thank you for the bug report.
Forum: Themes and Templates
In reply to: [Cronus] How do I disable the menu for mobile?Hi,
Try Create an empty menu and assign it to Header Menu Location.
Forum: Developing with WordPress
In reply to: Customizer CrashThank You ! It is Good Idea !
Forum: Developing with WordPress
In reply to: Customizer CrashAlso I can provide full source code if this will help. Maybe I do something wrong.
Forum: Themes and Templates
In reply to: [Gardener] URL link underline on hoverHello,
you have to use this custom css.hentry .tempo-hentry a:not(.more-link):not(.tempo-btn):not(.btn):not(.button):hover:before{
background: transparent;
display: none;
}Have a nice day.
Forum: Themes and Templates
In reply to: [Cannyon] Page Level Customization/ SettingsThis is a free support section. To receive Premium support write directly to https://mythem.es/contact/
Have a nice day.Forum: Themes and Templates
In reply to: [Cannyon] “div class” Question | Image Display & CustomizationThis is a free support section. To receive Premium support write directly to https://mythem.es/contact/
Have a nice day.Forum: Themes and Templates
In reply to: [Sarmys] Spacing in Ordered ListThis is a free support section. To receive Premium support write directly to https://mythem.es/contact/
Have a nice day.Forum: Themes and Templates
In reply to: [Sarmys] Make Header Shorter with CSS?Hello.
The customizations you tried to make got us really confused and this is definitely the wrong way of doing it. It would be easier to use a clear installation of the theme with some Custom Css solution.
There is an option for the header size with the Sarmys Premium that you can use without messing up the code and also we provide small customization like “fading to white” but only for our Premium clients.Have a nice day.
Forum: Themes and Templates
In reply to: [Cronus] GOT A FATAL ERROR after upgrading to 0.15You have to update both Tempo and Cronus. This should fix the issue.
Forum: Themes and Templates
In reply to: [Cronus] page not publishingHello, we are not dealing our sold products on www.remarpro.com so please send this type of questions via our support contact form and give us more information and we will be happy to help you.
The problem is mainly not related to the theme as there are different topics on having a problem with seeing a draft because of some plugins or user roles.Forum: Themes and Templates
In reply to: [Cronus] Some thingsTake a look at our topic on our forum:
https://mythem.es/forums/topic/how-to-customize-cronus-fonts-spacing/#post-4023
About post summary ( Read more Button )
There is no option to enable / disable the summary and read more button.
To add the “Read More” button and display the summary content on blog articles you need to insert the “read more” tag in the post content. ( for each post )
Forum: Themes and Templates
In reply to: [Cannyon] Changing fonts and font colorsThe premium version comes to with GPL 2 License and you can use the theme for unlimited number of websites.
To customize the colors you can use custom css.
Admin Dashboard:
Appearance ? Customize ? Others ? Custom CSS.try use a code like this:
body div.mythemes-header div.header-button-wrapper a.btn.header-button.first-btn{ color: #ff0000; } body div.mythemes-header div.header-button-wrapper a.btn.header-button.second-btn{ color: #0000ff; }