cubecolour
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs and CSS gridIt doesn’t look like the issue is specific to the tabs, but the content inside the tab is not resizing to fit the available space. You can check this by seeing how the content of the tab behaves if you put it on a test page by itself.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs and CSS gridI don’t see any tabs created with tabby responsive tabs on the page you have linked.
Forum: Reviews
In reply to: [Alligator Menu Popup] BRILLIANT~!!!!!Thank you. This review has made my day!
Forum: Plugins
In reply to: [Featured Image Zoom] Featured image displays twice (Blank Canvas theme)Please provide a link to a page on your site where the issue can be seen
Forum: Plugins
In reply to: [Nested Ordered Lists] Gutenberg support?The plugin was created before gutenberg was a thing. It works with the classic editor but there are no plans for a gutenberg version.
Forum: Plugins
In reply to: [Alligator Popup] Shortcode in ButtonTry adding the popop class and data attributes (if required) to the link:
<a class="button button-secondary popup" data-height="300" data-width="300" data-scrollbars="0" alt="my link text" href="#">Reservieren</a>Forum: Plugins
In reply to: [Tabby Responsive Tabs] Problems with responsiveThe easiest way to achive this is to use the tabby load accordion closed add-on.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Problems with responsiveIf there is no plugin conflict it is likely to caused by a theme conflict. Be sure to deactivate any css/js optimisation and caching plugins whilst troubleshooting.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Problems with responsiveIt looks like there is probably a css conflict. Use the healthcheck & troubleshooting plugin to check whether something in a particular plugin or the theme is conflicting.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Having such problem(WP 5.7.2)I can’t see a problem – the tabs appear to be working as expected
I solved this on my installation by replacing that line with:
function cc_no_robots(){ add_filter( 'wp_robots', 'wp_robots_no_robots' ); } add_action( 'password_protected_login_head', 'cc_no_robots' );We only deal in self-hosted WordPress here at ww.wp.xz.cn – you will need to contact support at WordPress.com. see https://wordpress.com/go/wordpresscom/contact-wordpress-com-support/
- This reply was modified 5 years ago by cubecolour.
Due to the differences between the free hosted blogs offered at wordpress.com and the self-hosted and self-installed version of WordPress supported here, you should probably ask WordPress.com Support instead.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Compatible with WordPress 5.7.2?yes it is
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Problem with responsiveThe markup of the tabs indicates that these tabs were not built using tabby responsive tabs.
Check which plugin is used to build them and post on that plugin’s support forum.
if the tabs had been created using tabby responsive tabs, the active tab’s title would appear immediately above that tab’s content when shown as an accordion.