calvez
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] slow query relevanssi_df_query_filterthank you, the slow meant 20-30 seconds
I believe it’s solved with server tweaks like memory limit and such
Forum: Fixing WordPress
In reply to: wordpress 6 theme.json custom fonts are not workingdoesn’t work from child theme,
still loading the wrong path (parent’s path)Thank you for your answer.
i can see my mistake here, works as expected.
yes, our version is 2.0.48.
Reactivation mails has been sent but the original activation mails fail to deliver.Forum: Reviews
In reply to: [Gutenberg] WTF Gutenbergit’s horrible
Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] 500 (Internal Server Error)Hello, feltettem az 1.2.5-?t, jónak t?nik, megcsinálta a számlát.
K?sz?net!
Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] 500 (Internal Server Error)Nem, sajnos nem ok.
Visszatettem az alap sablonra, kikapcsoltam minden plugint csak a woo és a számlázz maradt.
Még mindig dobja a hibát.Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] 500 (Internal Server Error)Azt hiszem a site nem elérhet?
Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] 500 (Internal Server Error)This site can’t be reached ??
Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] 500 (Internal Server Error)Hello, kiderült valami?
Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] 500 (Internal Server Error)Jelenleg a(z) 1.2.1 verzió van telepítve.
WordPress 4.7.3@jeffreymlyon
Yes, cli update solve thisForum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Show all languages in menu by defaulthere is an easy solution.
1. open your menu editor, and add the language urls
In my case they are: ‘EN’, ‘HU’ and ‘DE’
2. add custom class to you navigation links. You can enable this option in the top menü.
https://cdn4.wpbeginner.com/wp-content/uploads/2014/12/adding-css-classes-wp-menus.png
3. add your custom classes, mine for example:
‘ennav’ ‘denav’ ‘hunav’
(you don’t have to take dot before the names, because wordpress indentifies the names as css classes.)
AND you add another word to each menu item, for example ‘mynav’
4. go the the WPGlobus settings and you can find the ‘add custom css’ filed here: /wp-admin/admin.php?page=wpglobus_options&tab=1
5. create your custom css.
It’s easy:.mynav { background-repeat:no-repeat; background-position:center; } .hunav { background-image: url(/wp-content/plugins/wpglobus/flags/hu.png); } .denav { background-image: url(/wp-content/plugins/wpglobus/flags/de.png); } .ennav { background-image: url(/wp-content/plugins/wpglobus/flags/en.png); }
6. If you want display just the flags, that’s enough.
Maybe you should write
into the menü titles ?
So you can hide the menu titles without further coding.Best,
L.Forum: Themes and Templates
In reply to: Using Isotope Filtering with Portfolio Custom Post Typehi,
here is a clean solution:
https://wordpress.damien.co/2012/06/wordpress-isotope-filtering-by-categories/you can include the plugin into your theme, so the plugin is not necessary