Ad sizes/ Sidebars/ Plugin Conflict

Posted in: Newsmag
Post count: 17

Hi Few issues could use some help on:

Ad Sizes
– No option for setting Ad box in the header to 970×250, any ideas for a fix on this?

Sidebars
– When we set the sidebars to left aligned, sidebar content appears above normal content on mobile devices, destroying UX, Ultimately we’d like to disable sidebars showing at all on mobile.

Plugin
– We use a plugin called Olevmedia Shortcodes for our accordions, it clashes with the theme. IE the shortcodes appear but you can’t open any of the accordions, any ideas? normally we’d change to another accordion plugin, but we have a lot of content using this already, big job to change.
https://wordpress.org/plugins/olevmedia-shortcodes/

Help much apreciated, Cheers.

David

Post count: 6600

Hi,

– You can add your ad size here: http://screencast.com/t/5NRXdmqhjgAp
– You can use css to hide the sidebar as unfortunately the theme doesn’t have an option for this at this moment.
You can use an custom css like this and hide it on mobile screens.

@media (max-width: 767px) {
.post .td-main-sidebar {
display: none;
}
}

– Unfortunately I can’t help you with that as the theme hasn’t been tested with all plugins. You could try to disable all other plugins you also use and check if this still happens as this could be due to some other plugins also.

Hope this helps!

Thanks

Post count: 17

Hi Lucian,

Cheers on the ad.

Tried a number of alternative shortcode plugins for accordions, same issue. they all load but won’t open. Its definitely not a plugin conflict as we haven’t changed the setup and iv’e disabled and tried aswell. Given this is a general issue, any ideas?

cheers,

David

Post count: 17

Example link: http://www.entrepreneurhandbook.co.uk/advertise-on-entrepreneur-handbook/

Continued to try with other plugins, definitely theme conflict with accordions in general.

Post count: 6600

Hi,

I have checked your site and seems that your accordion items don’t contain any anchor(link) tags: http://screencast.com/t/H8dFaBGDIO
I suggest you go trough plugins’s settings and check for an option to place link on posts or something similar.
You can also use the Visual Composer post carousel:

* http://screencast.com/t/ewz384sRO
* http://screencast.com/t/rNRaJ5q9JUNn

Hope this helps!

Thanks

Post count: 17

Not that though Iv’e figured out all accordion shortcodes/ plugins I tried 5/10 clashed with the new speed booster. Very odd.

David

Post count: 6600

Hi,

I’m not sure of what you are saying. Do you mean that this is happening for you because of the speed booster plugin?
Please let me know!

Thanks

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