Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
  •  dmasin
    Participant

    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 David

    Attachments:
    You must be logged in to view attached files.
     dmasin
    Participant

    Nice, thanks, look forward to reply. David

     dmasin
    Participant

    I 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
    David

     dmasin
    Participant

    I 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).
    Thanks

    Attachments:
    You must be logged in to view attached files.
     dmasin
    Participant

    Hi,
    – 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 David

     dmasin
    Participant

    Perfect, this did what I needed, thanks! Regards David

     dmasin
    Participant

    Hi,
    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 David

     dmasin
    Participant

    Hi, 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?

    in reply to: Image gallery not properly formatted in Chrome #188513
     dmasin
    Participant

    Hi, 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 David

    in reply to: Image gallery not properly formatted in Chrome #186683
     dmasin
    Participant

    Hi, 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]

     dmasin
    Participant

    OK, 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?

    in reply to: Change menu alignment for medium screen size #173594
     dmasin
    Participant

    Works fine, thank you. David

    in reply to: how to add button into secondary menu #172453
     dmasin
    Participant

    Apparenty, 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’);

    in reply to: how to add button into secondary menu #172450
     dmasin
    Participant

    I 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 David

    in reply to: how to add button into secondary menu #172447
     dmasin
    Participant

    Yes, 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.
    in reply to: how to add button into secondary menu #172442
     dmasin
    Participant

    Here is the screenshot as how my menu item looks like.

    Attachments:
    You must be logged in to view attached files.
    in reply to: how to add button into secondary menu #172439
     dmasin
    Participant

    Interestingly, 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.
    Thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: how to add button into secondary menu #172428
     dmasin
    Participant

    Thank 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?

    in reply to: how to add button into secondary menu #172422
     dmasin
    Participant

    Hi, thank you,
    It is fine for me until Appearance > Menus > Select: desired menu
    However, I cannot see “menu style” dropdown at all, as in the screenshot.
    Any idea where is the problem?
    Thanks David

    Attachments:
    You must be logged in to view attached files.
Viewing 19 posts - 1 through 19 (of 19 total)

Log in with your credentials

Forgot your details?