Hi & thanks for a superb theme! I’ve got couple of questions, nothing huge but I’d like to get them sorted anyway.
1) My main menu has 3 drop menus. One of those dropmenu has a list of categories, and I made each one of them a MegaMenu. Now when I hoover on top of those drop menu categories, MegaMenu window blocks all the stuff under it. Is there a way to move Megamenu window 100 pixels to the right?
2) I have tagDiv Social Counter widget in the footer, but for some reason it has Facebook likes as 2 instead of 2100 or 2K. How do I get the right count?
3) I’ve been going through font & color options, and noticed that when I select a part of text (for copy-pasting) it’s highlighted with a bright yellow color. How can I change this? Almost anything neutral (like light grey) would be fine.
4) I have a few hundred quotes in my posts and pages. I would like to change them from default quote style to another style (one of your shorcodes). How can I change all of them in one go from one quote style to another?
Thanks again & happy New Year!
Hi,
1. The Mega menu not work as a sub-menu item. The Mega menu should be for parent menus. To move it to the right use this CSS, add it in Theme panel -> Custom CSS
.sub-menu .td-mega-menu .sub-menu {
left: 192px !important;
}
2. I’ve tested your facebook id and for me works fine, see here: http://screencast.com/t/Qbb1BuEITgZ Please make sure you have the latest plugin version.
3. You can replace that color with this CSS, add it in Theme Panel -> Custom CSS
*::-moz-selection {
background: none #cccccc !important;
}
4. Manually I don’t thinks is a solution if you have a lot of quotes, another solution is to replace the default quote style with the one that you like, if is possible, I’m not sure have the same HTML structure. Tell me what quote style do you want to use?
Thanks!
Super, thanks for help! I’ll try all this as soon as I can.
And I’ve got a new question:
I have tags and similar articles (by category) below all my posts. But I would also like to have the same stuff underneath all my pages (I use a plugin that allows me to give categories and tags to pages). How should I do this? Also custom CSS?
Thanks again!
Hi Marius,
Thanks for the MegaMenu solution, works exactly like I hoped!
But unfortunately the other fix doesn’t seem to work, selecting text the highlight color is still yellow. I tried with Safari and Chrome, emptied caches etc a few times, too.
About my previous question:
Actually, I would like to have tags and social sharing icons to show under my pages. The reason is that many of my pages have similar content to posts, would be great if they also looked the same.
Thanks again!
Hi,
The code that Marius gave it to you selecting text the highlight color, works on mozzila.
Please try this css: http://screencast.com/t/mY7jaObFrX
::selection{
background-color: blue !important;
}
About tags and social share on page, unfortunately that is not possible as the theme doesn’t have an option for that and you will need custom work to customize it. If you need it you can try using a plugin or hire a developer to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks!
-
This reply was modified 11 years by
Lucian.
