-
AuthorPosts
-
October 27, 2016 at 6:07 pm #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,
October 31, 2016 at 6:15 am #705970Hey 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,
JordanOctober 31, 2016 at 10:06 am #706051Hello 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,
October 31, 2016 at 4:54 pm #706299Hi,
The issue is fixed.
I added the !important tag in the code and it shows the bullet points.
Best regards,
JordanNovember 2, 2016 at 4:55 pm #707237November 5, 2016 at 4:02 am #708519Hi,
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,
IsmaelNovember 7, 2016 at 1:01 pm #709144Hello 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,
November 7, 2016 at 1:17 pm #709155I 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,
November 7, 2016 at 1:19 pm #709157Here are my site login information also, so you could check it.
Best Regards,
November 8, 2016 at 6:28 am #709612Hi!
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!
IsmaelNovember 8, 2016 at 2:23 pm #709793Hello Ismael,
I have changes:
comments.php
functions.php
searchform.php
loop-author.php and etcSome 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,
November 9, 2016 at 10:24 am #710146Hi!
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!
IsmaelNovember 10, 2016 at 10:56 am #710627Hello 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,
November 13, 2016 at 2:27 am #711521Hi!
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,
IsmaelNovember 13, 2016 at 8:10 pm #711679Hello 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,
November 15, 2016 at 5:24 am #712315Hi,
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,
JordanNovember 15, 2016 at 10:23 am #712382Hello Jordan,
I added the code into the child themes quick css under the general styling like you said.
Best regards,
November 17, 2016 at 5:13 am #713352Hi,
Did you remove the browser cache before testing the page? This is what we see on our end.
Best regards,
IsmaelNovember 17, 2016 at 4:47 pm #713638Hello Ismael,
I deleted the cache and tried igognito but on my side I see it like this:
November 18, 2016 at 6:12 am #713845Hi,
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,
JordanNovember 18, 2016 at 6:41 am #713856Hello 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,
November 22, 2016 at 9:33 am #715171Hi,
Please use these css codes.
#mobile-advanced { background-color: rgba(255,255,255,.96); } #mobile-advanced > li { text-align: center; }
Best regards,
IsmaelNovember 22, 2016 at 3:31 pm #715350Hello 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
November 22, 2016 at 3:35 pm #715356So 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
November 24, 2016 at 7:49 am #716292Hi,
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,
IsmaelNovember 24, 2016 at 10:14 am #716336Hello 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.
November 25, 2016 at 10:33 am #716746I 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.
November 28, 2016 at 8:54 am #717622Hey!
Please go to the Enfold > Header > Mobile Menu panel then enable the “Hide Mobile Menu Submenu Items” option.
Cheers!
IsmaelNovember 28, 2016 at 9:23 am #717628Hello 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!
November 28, 2016 at 9:30 am #717630Hello Ismael,
And also, how it is possible to change mobile menu font size?
Thanks.
-
AuthorPosts
- The topic ‘Is it possible to add bullets infront of fullwith submenu items in the mobile’ is closed to new replies.