Tag Div Composer – doesn't render shortcodes

Posted in: Newsmag
Post count: 20

Hi there,

Hope you’re well. I’m trying to disable the Visual Composer (as its not recommended to use both), but i’m having some issues:

1. Shortcodes – it wouldn’t render shortcodes like for me [jobs per_page=”12″ show_filters=”false”] or [adrotate=”12″] – how do I get these working with the new composer?

2. Not related to Tag Div composer – but TOP HEADER MENU doesn’t display on mobile. Could you please advise.

URL: https://www.adworld.ie/

Thanks and best wishes,
Angela

Post count: 20688

Hi,

1. If those are shortcodes provided by Visual composer then they wouldn’t be rendered by the tagDiv composer. They won’t be recognized. Blocks, grids and other theme specific elements will work with both composers because they are available in both.

On the other hand, if those shortcodes are provided by a plugin, in the tagDiv composer they can be entered in a column text for example
https://www.screencast.com/t/EeFM8r6L

2. The top menu is not displayed on mobile. If necessary it can be made visible with some CSS, for example
https://www.screencast.com/t/WYd9WoqoR
I removed the socials because they are also displayed in the mobile menu window, if you want them in the top menu as well as in the mobile menu I will modify the code. Let me know.

Enter it in Theme panel->Custom CSS section, then the top menu will appear on mobile.

@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
.td-social-icon-wrap{
display:none;
}}

Thanks

Post count: 20

Hi Simion,

Thank you so much for your reply.

I’ve added the custom CSS for the top menu – it works now but it adds the admin bar in mobile (it appears on every 5-6 refresh) – please see below. (

https://prnt.sc/lk65un

Thanks a mil
Angela

Post count: 23312

Hello Angela,

Please check without being logged in. -> https://www.screencast.com/t/Fljw83dZA

Thanks.

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