Forum Replies Created
-
Author
-
December 27, 2018 at 23:06 in reply to: Anchor element in menu breaks Javascript after recent update #215751dmasinParticipant
Hi,
First of all, thank you for older kleo. Now my website is functional again, which was the most urgent.
As for debugging, what I did in my localhost was:
– I activated Kleo instead of Kleo child
– I deactivated all plugins except K elements
– I activated debug
debug.log was empty file. I guess that is because wp_debug is diagnosing php errors, not javascript errors. However, I also activated script debug using define(‘SCRIPT_DEBUG’, true). This gives I think useful information (attached).
By the way, I use clean WordPress with most recent Kleo and nothing else. I am quite sure you can easily reproduce the problem in your install. Just add “Custom link” into menu with anchor, for example test/#test
Regards DavidAttachments:
You must be logged in to view attached files.December 22, 2018 at 12:11 in reply to: Anchor element in menu breaks Javascript after recent update #215632dmasinParticipantNice, thanks, look forward to reply. David
December 21, 2018 at 08:50 in reply to: Anchor element in menu breaks Javascript after recent update #215616dmasinParticipantI now checked in localhost, where I had older Kleo version
– all plugins up to date, older Kleo -> all OK
– Kleo updated to 4.4.3 -> does not work
– required Kleo plugins updated to 4.4.3 -> does not work
DavidDecember 21, 2018 at 07:51 in reply to: Anchor element in menu breaks Javascript after recent update #215613dmasinParticipantI tried both versions, with and without /, with relative as well as absolute addreess, such as
https://ag.natur.cuni.cz/o-ustavu/#o-ustavu-top
Both worked before recent update of Kleo. None works now (see attachement).
ThanksAttachments:
You must be logged in to view attached files.December 20, 2018 at 16:59 in reply to: Anchor element in menu breaks Javascript after recent update #215593dmasinParticipantHi,
– Yes, all plugins are up to date
– I deactivated plugins one by one with still the same problem
– Please try to include any “Custom link” into Menu in your Kleo installation (for example, /test#test), probably you will get the same problem.
Regards DavidJuly 4, 2018 at 08:38 in reply to: How to make submenu appearing to the left and not to the right #202856dmasinParticipantPerfect, this did what I needed, thanks! Regards David
July 3, 2018 at 12:42 in reply to: How to make submenu appearing to the left and not to the right #202809dmasinParticipantHi,
Thanks for your response.
This however misplaces all other submenu items to the left and it does not look nice.
Would it be possible to act only on sub-sub-menu of “posts by categories”?
Thanks DavidJuly 2, 2018 at 16:55 in reply to: How to make submenu appearing to the left and not to the right #202700dmasinParticipantHi, no unfortunately not.
In your reply, it goes to the right.
The problem is that if you make the browser window narrower, the submenu still goes to the right into the gray-black area, so it cannot be seen and it is not nice.
What I would like is to make sure the submenu is always bound within the bounding box of the website. Would that be possible?dmasinParticipantHi, I finally found myself that I need to set
.responsive-cols.per-row-4>*{width: 24.999%}
when image gallery is shown within kleo column of 3/4 width. Otherwise (only in Chrome in Windows) just three images are shown per row instead of four. I guess that is some rounding issue, which you may want to adjust in your code. Regards DaviddmasinParticipantHi, well, I thought that will be some simple css issue, so if it is more complex I think we can let it be. But in any case, the gallery is called with:
[vc_row padding_top="0" padding_bottom="0"][vc_column width="1/4"][vc_column_text]
<h3>Image Gallery</h3>
[/vc_column_text][/vc_column]
[vc_column width="3/4"][vc_column_text]
[vc_gallery type="grid" images="1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020" img_size="" grid_number="4" gap="large"]
[/vc_column_text][/vc_column][/vc_row]January 14, 2018 at 20:39 in reply to: Do not show post meta in archive view for certain category #185807dmasinParticipantOK, thanks for reply, still not there.
Let me consider this: https://soilmodels.com/?s=plaxis
I want to show meta for all posts, apart of posts where post_author==1. In those, I do not want to show meta. Is it possible somehow?dmasinParticipantApparenty, this in functions.php of kleo-child solves the problem, if someones has similar issue in the future
function remove_plugin_actions(){
remove_action( ‘wp_loaded’, array( ‘UM_Menu_Item_Custom_Fields’, ‘load’ ), 9 );
}
add_action(‘init’,’remove_plugin_actions’);dmasinParticipantI found the problem now.
“ultimate memeber” plugin is somehow spoiling this option, if I deactivate it it seems OK.
Thanks for your help, I will try to investigate Ultimate Member.
Regards DaviddmasinParticipantYes, K-elements is active, as you see in the screenshot. Any further think to check? Or you think it is better if I send you the login details? Regards David Masin
Attachments:
You must be logged in to view attached files.dmasinParticipantHere is the screenshot as how my menu item looks like.
Attachments:
You must be logged in to view attached files.dmasinParticipantInterestingly, I do not have any “Menu Style” as you have in your screenshot, any idea what could be a problem. Am I missing some plugin or some settings?
List of installed plugins is in the second screenshot.
ThanksAttachments:
You must be logged in to view attached files.dmasinParticipantThank you,
In the left, I have option to select Pages, Posts, Kleo Login/logout/register, Posts, Custom links, Categories, Tags and Format. None of them seems to have “Menus style” dropdown whan I click on it. Any idea? -
AuthorPosts