MRD94 profile

Home Forums MRD94

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
  • MRD94
    Participant

    Solution for this topic

    Hi there,

     

    I fixed the problem with changing my wordpress language from english to croatian. But thanks anyway.

     

    Best regards,

    Ivan

    MRD94
    Participant

    Maybe these screenshots can help too.

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

    MRD94
    Participant

    Alright. THanks anyway for your help. Appreciate it.

     

    Best regards,

     

    Ivan

    MRD94
    Participant

    Oh yeah i found the problem for the white stripe and the zoom in zoom out problem. It was because of one column at the end that i didnt turn on the custom mobile padding. When i turned it on it disappeard.

    Thanks again. I only hope you can help me with the above issue.

     

    Best regards,

     

    Ivan

    MRD94
    Participant

    For the breakpoint of the mobile header and when to turn to the hamburger menu i tried this custom css:

     

    @media(max-width:1326px) {
    /* BreakPointMenu */
    .menu-toggle {
    cursor: pointer;
    display: inline-block;
    font: bold 16px/1.3 “Source Sans Pro”, Helvetica, sans-serif;
    margin: 0;
    padding: 12px 0 12px 20px;
    }

    .menu-toggle:after {
    content: “\f502”;
    font-size: 12px;
    padding-left: 8px;
    vertical-align: -4px;
    }

    .toggled-on .menu-toggle:after {
    content: “\f500”;
    vertical-align: 2px;
    }

    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
    }

    .toggled-on li,
    .toggled-on .children {
    display: block;
    }

    .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 20px;
    position: relative;
    left: auto;
    top: auto;
    }

    .toggled-on .nav-menu li > ul a {
    color: #141412;
    width: auto;
    }

    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #141412;
    }

    .toggled-on .nav-menu li a:hover,
    .toggled-on .nav-menu ul a:hover {
    background-color: #db572f;
    color: #fff;
    }

    ul.nav-menu,
    div.nav-menu > ul {
    display: none;
    }
    }

     

    But i didnt succeed. Could you help me with that? Do i need to enter a custom function or what?

    MRD94
    Participant

    I tried to ativate the jevelin theme and deactivate all plugins but it didnt work. There is still the white stripe on the side. Do you have another suggestion?

    MRD94
    Participant

    Alright thanks!

    in reply to: Horizontal footer menu

    MRD94
    Participant

    Awesome thanks a lot! Just another question. What happens if I update my theme. Is the code going to be deleted automatically or will it be saved? Is this custom code section like the chevlin child theme part or not?

    in reply to: Horizontal footer menu

    MRD94
    Participant

    Awesome that worked! Thanks a lot! Just another thing, you know why the social buttons didnt center like the other things ?

    in reply to: Horizontal footer menu

    MRD94
    Participant

    Of course there you go.

    in reply to: Horizontal footer menu

    MRD94
    Participant

    My page url is https://watchdog.hr

     

    Tell me when you are going to look into so that i turn the coming soon mode off or I can give you admin login if you need.

     

    I cant make it happen to center the social icons and and i want the menus to be horizontal and without  underlines.

     

    Thanks

    in reply to: Horizontal footer menu

    MRD94
    Participant

    Yeah yor were right. Thank you for your help. I had to recreate the whole homepage but the button hover work again. Thank you for your help.

    in reply to: Button hover

    MRD94
    Participant

    Hi again,

     

    I tried to change the button on the homepage and suddenly everything crashed. The whole template I built was out of function and i couldn’t access the visual builder anymore, only the default builder.

     

    I tried with revisions and restoring back but it isn’t working. It only happend on the homepage

     

    Is there a way to restore it and how to restore all the things I did in visual editor? Because it looks like the jevelin theme is “disabled” on the homepage.

     

    Thanks in advance,

    Ivan

    Attachments:
    You must be logged in to view attached files.
    in reply to: Button hover

    MRD94
    Participant

    /* Horizontal Footer Menu */

     

    #footer-widgets .widget.widget_nav_menu {
    width: 100%;
    }

    #footer-widgets .widget.widget_nav_menu ul {
    text-align: center;
    }

    #footer-widgets .widget.widget_nav_menu li {
    display: inline-block;
    float: none;
    margin-right: 16px;
    }

    #footer-widgets .widget.widget_nav_menu li:before {
    content: “\007C”;
    font-family: FontAwesome;
    margin-right: 16px;
    }

    #footer-widgets .widget.widget_nav_menu li:first-of-type:before {
    content: none;
    margin-right: 0;
    }

    #footer-widgets .widget.widget_nav_menu li:last-of-type {
    margin-right: 0;
    }

     

    Sorry. This is better. Thanks!

    in reply to: Horizontal footer menu

    MRD94
    Participant

    Thank you very much!

     

    MRD94
    Participant

    Sorry for not responding. The page url is https://clps.hr/category/demografska-istrazivanja/fertilitet/ On this site i want the image. I have other categories too. But here i want this image.

     

    Thanks in advance,

     

    Ivan

    MRD94
    Participant

    Solution for this topic

    Its not happening again with this template but thank you very much.

     

    Best regards,

     

    Ivan

    MRD94
    Participant

    I tried to insert it into the custom css code section in the jevelin theme settings but it didn’t work. Do you maybe have an idea? I have read this post and there they said it should work.

    https://support.shufflehound.com/forums/topic/blog-look-a-like-shop-titlebar-picture/

    I probably did something wrong. I hope you can help me out somehow.

    Thank you in advance,

     

    Ivan

     

     

    .tax-product_cat.fertilitet .sh-titlebar {
    background-image: url(//https://clps.hr/wp-content/uploads/2018/07/f1995251-eb29-4aad-94f0-5f7f69d60076.jpg);
    }

    .archive.tax-product_cat .sh-titlebar .sh-table {
    padding: 160px 0;

    }

    MRD94
    Participant

    Hi there,

     

    Could I achieve this by just adding to custom code css in jevelin theme settings this code and repeat it for every other blog category page:

    .tax-product_cat.category-name .sh-titlebar {
        background-image: url(//image-file-link);
    }
    .archive.tax-product_cat .sh-titlebar .sh-table {
        padding: 160px 0;
    }

    MRD94
    Participant

    Hey,

     

    Thank you for the answer but i already changed the template into corporate. I used the template education and there it happend.

     

    Best regards,

     

    Ivan

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