Deleting Sliders from Category Menus & Print button

Posted in: Newspaper
Post count: 7

When you mouse over the categories in the menu, it is showing a slider with featured images and then the sub-menu options below the slider. I do not want to show a slider when you mouse over the categories. I just want to see a list of selectable sub-menu categories. I disabled the slider using edit categories, but that did not disable the slider when you mouse over the menu categories. I realize that I could just not have featured images, but that would mess up the big slider that I am using.

Also, please let me know how to add a print button to posts. I thought it was a sharing option, but it does not show up as a sharing option.

Thanks.

Post count: 6600

Hi,

I’m not sure I understand what are trying to do, please send an URL to your site, a screenshot would help also.

Regarding the print button, you can add it like this: http://screencast.com/t/2PrTXtV6re

<a class="td-print-button" onClick="window.print();"><div class="td-print-text">Print this page</div></a>

..then use custom css to style it, should look something like this:

.td-print-button {
display: inline-block;
position: relative;
top: -16px;
padding-right: 15px;
color: #ffffff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
font-size: 13px;
cursor: pointer;
height: 31px;
background-color: steelblue;
}

.td-print-text {
position: relative;
top: 4px;
left: 8px;
}

Customize it as you like, the css I have gave you it’s just an example.

Thanks

Post count: 7

Here is the URL to my site.

http://684.0ab.myftpupload.com/

When you hover the mouse over the Category “Blog Tasting Parties”, it displays 4 images with a slider button underneath to the right of the name of a sub-menu. Then on the left side below the images and slider button, you then see the names of the two sub-menus. I only want to display the names of the sub-menus. I do not want to display the 4 images and the slider button.

Post count: 6600

Hi,

It shows like that because you have set “Blog Tasting Parties” as mega menu. You can disable the mega menu by going to your appearance > menus find those categories and remove the mega menu by settings them like this: http://screencast.com/t/P9NUg6gwGz and save the menu.
I have also noticed that you have set the mega menu for “Tasting Parties” also, you can remove it the same if you like.
You might find useful to read about mega menu here: https://forum.tagdiv.com/how-to-use-the-megamenu/

Thanks

Post count: 7

Thank you. That fixed it.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.