gabyu
Forum Replies Created
-
Thanks, yes the horizontal alignment setting is available but not the vertical.
How come such a basic setting cannot be available in Gutemberg?
Is there a way to add this setting to all tables in my theme? I don’t want to use a third party block or plugin just for that…
vertical-align: top;
Thanks again
Forum: Plugins
In reply to: [Polylang] Issues with Polylang 1.2.xThank you for the quick reply. I have made the change and it worked.
Forum: Plugins
In reply to: [Polylang] Issues with Polylang 1.2.xI have encountered an issue during the upgrade from 1.1.6. My custom menus remain in the default language (French) even I have custom menu set for every language (Fr, En and Chinese). It’s obviously a theme issue as when I’m switching back to Twenty Twelve, the problem is fixed.
Here is how I am register my menus in functions.php
function register_my_menus() { register_nav_menus( array( 'header-menu' => __( 'Header Menu' ), ) ); } add_action( 'init', 'register_my_menus' );
and in my template (ie. page.php):
<nav id="nav" role="navigation"> <?php wp_nav_menu( array('header-menu' => 'Header Menu') ); ?> </nav>
Plugins in use:
jQuery Smooth Scroll
kt-cleanpress
Quick Page/Post Redirect PluginMy question: what’s the new, optimal recommended markup to display the menu when we use Polylang ?
Thank you.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Remove user information at bottom of postIf you have filled out your description and this is a multi-author blog, it will, by default, show a bio on your entries. To remove it, just edit your bio and remove it.
If you want to hide this bio specifically on posts, you should edit the content-single.php from Twenty Eleven theme and edit it in your child theme, and remove all the contents of the div id=”author-info”.
Hope this helps.
Thanks for your support. I found the issue on this page and it solved my problem. thanks.
Forum: Fixing WordPress
In reply to: Error establishing a database connection (Config file OK)I also encountered the same problem, no change in the database but error while accessing the website.
By FTP, just
1. download the wp-config.php from the server,
2. delete the wp-config on the server,
3. upload wp-config.It worked for me ! Thanks.
Forum: Plugins
In reply to: Use Widget Multiple TimesYou can duplicate widget using this plugin :
https://www.lancelhoff.com/wordpress-duplicate-sidebar-widgets/Forum: Plugins
In reply to: Use Widget Multiple TimesYou can try duplicate a widget, here is a plugin which can do that… but I am still surprised that It is not possible to use a widget in multiple time too..
https://www.lancelhoff.com/wordpress-duplicate-sidebar-widgets/