UberMenu tabs not pulling through the post titles?

Hi there,

The UberMenu tabs are not pulling through the titles below the images, as you can see per screenshot above. They used to pull through the title of the post, but they completely disappeared for some reason?

Could you please help?

Thanks!

Hi there,

Thanks for writing around! I checked your setup and I see you’re using an outdated version of X with the latest version of Cornerstone, always make sure to update both X and Cornerstone to avoid such conflicts and potential errors. Also make sure to purge the cache first and disable optimization plugins before updating the theme. Also follow these steps:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.

  3. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

  4. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  5. Remove custom CSS, JavaScript and deactivate your child theme and switch to parent theme.

Thanks.

Hi Nabeel,

Many thanks for your reply.

I did all of the steps above, but the issue still remains.
The post titles still do not get pulled through in the UberMenu tabs, which they used to do.

Could you please advise?

Many thanks

Hi,

To fix it, you can add this in Theme Options > CSS

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
    padding-left: 0 !important;
    display: block;
    text-align: center;
    clear:both;
}

Hope this helps

Hi Paul,

Thank you, that worked perfectly.

Only one issue:

For some reason, posts which appear on the second line, appear to be displayed on the right? How can I make the second line of posts appear to the left (in order)?

Many thanks!

Hey @Jeypolitan,

Sorry for the confusion. You do not need CSS for this because the solution is in the settings.

  1. The previous issue with the text is because UberMenu does not display the image and text well when the layout is set to automatic. The layout should be set to Image above.

  1. The last post was displayed to the right because the item with two lines of text prevents it from moving to the left. The solution to this would be to select a column layout appropriate for your number of items. In this case, 1/5 because you have 5 items.

Please consider using the options because custom CSS, though a quick and easy solution, might cause issues down the road. Moreover, the use of available options is part of product support. Custom CSS on the other hand serves only as a guide and issues arising from the use of custom code and further enhancement of it are outside the scope of our support.

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.