the.Zedt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mantra] Mantra columns – bug in link, firefox and operaAs I’ve answered on our own support forum, the errors are not caused by Mantra but by HTML errors in your page.
Forum: Themes and Templates
In reply to: [Mantra] Bug:Social Media Settings: MailThat’s normal behaviour. Mail links need to have mailto: in front to work.
Forum: Themes and Templates
In reply to: [Mantra] warning division by zero inMantra somehow lost its settings (or part of them).
You’ll need reset WordPress to a different theme (by renaming the “mantra” folder to something else) so you can use access the Dasboard, then uninstall and reinstall Mantra to make it reset to the default settings.
Version 2.0.2 will hopefully prevent this issue from ever happening again.
Forum: Themes and Templates
In reply to: [Mantra] Bug:Social Media Settings: Icon DisplayYou might be using version 2.0.
Version 2.0.1 fixes this.Forum: Themes and Templates
In reply to: [Mantra] Drop down menu – helpUse this custom CSS:
.current-menu-ancestor, .current-menu-parent, .current_page_parent, .current_page_ancestor { background: white !important; box-shadow: none !important; }
Forum: Themes and Templates
In reply to: [Mantra] modify menuTop?There are no built in options to change the top menu looks. You’ll need to do that by hand with CSS.
Forum: Themes and Templates
In reply to: [Mantra] New Mantra Update Break Analytics?You should not add anything in the theme files. Any changes you make will be lost on every update.
Use Mantra’s dedicated custom CSS / JS fields in the settings or consider creating a child theme.Use a custom menu – https://en.support.wordpress.com/menus/
Forum: Themes and Templates
In reply to: [Mantra] Drop down menus – possible by means of Mantra?You can also create custom menus in WordPress – https://en.support.wordpress.com/menus/
Forum: Themes and Templates
In reply to: [Mantra] Mantra Site TileMantra has an option just for hiding the site title and description…
Forum: Themes and Templates
In reply to: [Mantra] How to remove the "leave a reply" boxAre you using any comment-related plugins?
Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] Can't remove Dynamic To TopI stepped on the same issue myself.
tondy, just edit that file
dinamic-to-top/uninstall.php
and add the missing “d” so the last line readsdelete_transient( 'dynamic_to_top_transient_css' );
Forum: Themes and Templates
In reply to: [Mantra] Center textOr just use Mantra’s own “Custom CSS” field to write in simple custom CSS without over-complicating things with child themes.
Forum: Themes and Templates
In reply to: [Mantra] Resizing embedded youtube videosYou are using the Mobile View option. It automatically resizes videos to the content size (to make them fit in mobile browsers windows).
Disable that and your videos will display with their set size.Forum: Themes and Templates
In reply to: [Mantra] A custom menu appearance on mantra?On Riot Reactions we use Ubermenu (a commercial plugin) for the main menu.
You can customize the menu design in Mantra using CSS.