Viewing 30 posts - 1 through 30 (of 36 total)
  • Author
    Posts
  • #704953

    Hello,

    I would like to add bullets infront of the submenu items (currently there are funny looking blue arrows there.
    The bullet point colour should be #0f74bc.

    The link, what I mean: http://imgur.com/a/teY2g

    Is it possible?

    Best Regards,

    #705970

    Hey pimroll,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
        content: "•";
        position: absolute;
        top: 13px;
        margin-left: -10px;
        font-family: 'Arial';
        font-size: 20px;
    }
    

    Best regards,
    Jordan

    #706051

    Hello Jordan,

    I added the code but for me it does not change the symbols infornt of the menu items.

    Can you please check?

    Best Regards,

    #706299

    Hi,

    The issue is fixed.

    I added the !important tag in the code and it shows the bullet points.

    Best regards,
    Jordan

    #707237

    Hello Jordan,

    For me it looks the same: http://imgur.com/a/U86uM

    Am I looking it the wrong way?:)

    #708519

    Hi,

    Please update the theme to the latest version, 3.8.1. If I am not mistaken, we included a patch to fix the issue with the bullet icons.

    Best regards,
    Ismael

    #709144

    Hello Ismael,

    Thanks for the reply but I built my website and in the middle of my development I understood, that I have to use the child theme to be able to keep the changes when updating the theme.

    Can I backup my site theme now, when my site is ready to keep all the changes the same, when updating my theme.

    Are you offering some kind of service also, when a person does not know, how to copy the files to protect the changes?

    Or can you give me some kind of instructions how to do it besides the 5min short video you have.

    Best Regards,

    #709155

    I tried to upload the main theme settings and upload it to the child theme but a lot of changes were gone, since I have made changes in functions.php and other files.

    How can I have 100% dublicate child theme, so I could make the changes in the child theme in the future, keep the changes and update the enfold theme?

    Best Regards,

    #709157

    Here are my site login information also, so you could check it.

    Best Regards,

    #709612

    Hi!

    Did you modify any of the parent theme files other than the functions.php file? If the modifications are added in the functions.php file only, you can create the same file in the child theme and move all the modifications there.

    Cheers!
    Ismael

    #709793

    Hello Ismael,

    I have changes:

    comments.php
    functions.php
    searchform.php
    loop-author.php and etc

    Some of the files I am not sure, which ones I have changes and some changes are done via FTP, which I did not found from the editor. Is it possible to copy and paste all the files to make sure I keep all the changes?

    Best Regards,

    #710146

    Hi!

    I’m sorry but we can’t help you trace back custom modifications that we’re not part of. You can copy those templates inside the child theme folder and make sure that they have the same directory structure. For example, you should create a folder called “includes” and move the loop-author.php file inside.

    Cheers!
    Ismael

    #710627

    Hello Ismael,

    Ok as I understand the Child theme is for the protection if I make any changes with the parent theme and then when I update the enfold parent theme the changes will not get lost right?

    Like I said I am almost finished with my site and realised that I need to make an update for the enfold and then I understood, that I will lose a lot of the customizations I have made because I have not used the child theme right from the start.

    Then I installed the Child theme and Imported the parent theme Settings like it was instructed in Enfold Child theme video. But the Child theme site looks different and a lot of changes are not importable from the parent theme (font is different etc).

    My question to you is: Do I have to copy and paste all the parent theme files to the Child theme using FTP to be able to get the identical Child theme to parent theme? Or is there a easier way to get my Child theme looking the same way as parent theme, so I could make the Enfold theme update?

    Best Regards,

    #711521

    Hi!

    My question to you is: Do I have to copy and paste all the parent theme files to the Child theme using FTP to be able to get the identical Child theme to parent theme?

    Yes, you have to do this if there are modifications or changes added to those files. Did you import the parent theme options after activating the child theme?

    Best regards,
    Ismael

    #711679

    Hello Ismael,

    About the code, which I added like you instructed:

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
    content: “•”;
    position: absolute;
    top: 13px;
    margin-left: -10px;
    font-family: ‘Arial’;
    font-size: 20px;
    }

    I now updated the enfold theme but in the fullwith menu the symbols in-front of the menu items are not • but arrows, how can I change that.

    Best Regards,

    #712315

    Hi,

    Where have you added the custom CSS that was given above? Please let us know and we will take another look at your site with the code.

    Best regards,
    Jordan

    #712382

    Hello Jordan,

    I added the code into the child themes quick css under the general styling like you said.

    Best regards,

    #713352

    Hi,

    Did you remove the browser cache before testing the page? This is what we see on our end.

    View post on imgur.com

    Best regards,
    Ismael

    #713638

    Hello Ismael,

    I deleted the cache and tried igognito but on my side I see it like this:

    http://imgur.com/a/M93BL

    #713845

    Hi,

    The site looks good on my end as well.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    #713856

    Hello Jordan,

    Thanks, its working now:)

    One more question, is it possible to add a transparent layer into the menu in the mobile view, change the rext size and align it into the cente?

    Like its here: http://www.wsionline.ee

    Best Regards,

    #715171

    Hi,

    Please use these css codes.

    #mobile-advanced {
        background-color: rgba(255,255,255,.96);
    }
    
    #mobile-advanced > li {
        text-align: center;
    }

    Best regards,
    Ismael

    #715350

    Hello Ismael,

    But is it possible to have a +infront of the “TEENUSED” when you press on the menu item, it reveals the submenu items and they have a different backround colour.

    Sample site: http://bit.ly/2gcdFke

    #715356

    So basically I would like to delete the arrows infront of all the menu items and have + infront of “TEENUSED” so if you would press the menu item the submenu woul appear with slightly more darker backround colour. Like it is here: http://bit.ly/2gcdFke

    #716292

    Hi,

    Please use this if you want to remove the arrow.

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
        content: "";
    }

    I checked the “TEENUSED” and it doesn’t have any submenu.

    Best regards,
    Ismael

    #716336

    Hello Ismael,

    Ok but can I have the submenu hidden by default, right now it is not the way it is seen in the desktop version, where user can see the list of services only when he hovers the mouse over it I would like to have it here the same way as I described below.

    Thanks.

    #716746

    I mean abowe, so when the user clicks on the menu item” TEENUSED” the menu folds down and the list of services appear, like it is in the sample link I provided.

    #717622

    Hey!

    Please go to the Enfold > Header > Mobile Menu panel then enable the “Hide Mobile Menu Submenu Items” option.

    Cheers!
    Ismael

    #717628

    Hello Ismael,

    Thanks, exaclty what I wanted but is it possible to add + infornt of the “TEENUSED” and have a different background colour in the submenu items section as it is in the site:http://bit.ly/2gcdFke

    Thanks!

    #717630

    Hello Ismael,

    And also, how it is possible to change mobile menu font size?

    Thanks.

Viewing 30 posts - 1 through 30 (of 36 total)
  • The topic ‘Is it possible to add bullets infront of fullwith submenu items in the mobile’ is closed to new replies.