Mizunga
Forum Replies Created
-
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Nesting columnsOk thanks, a solution would be to have column1, row1, column2 and row2 (for example) only to use as subelements.
Forum: Fixing WordPress
In reply to: How to output images as Figure/figcaption isntead of img from editorIf you add the caption, the image will have the <figure> tag, as well as the <figcaption>. I guess that without the caption the <figure> doesn’t work.
Forum: Fixing WordPress
In reply to: Save Settings button from Plugins redirects to All Settings pageThank you @tarun, removing the empty space solved the problem. Do you know why that happens?
Forum: Plugins
In reply to: [Reusable Text Blocks] conflict with Jetpack share buttonsThat’s always an option, but I would like to keep using the same plugins.
Forum: Plugins
In reply to: [Reusable Text Blocks] conflict with Jetpack share buttonsI have exactly the same problem. When using the shortcode Jetpack Sharing Buttons simply disappears.
Forum: Plugins
In reply to: [Post Type Switcher] Posts not visible after post-type switchSame here, I moved posts to pages using WPML and I can see that the “pages” are there (beacuse of the counters) but them doesn’t appear.
Thank you
Solved using the empty_search filter.
Forum: Themes and Templates
In reply to: [Espied] Add Behance Icon to Connect MenuThanks
Forum: Plugins
In reply to: [WooCommerce] Display Product Category in Shop index, above the titleThanks Iorro, it works perfectly.
I modified this line to ensure that when somebody uses the WooCommerce loop in other pages it doesn’t display (unless user wants) the category name:
if ($nr_terms == 1)to this one (but any other conditional could be used:
if ($nr_terms == 1 && is_shop() )Thank you.
Hello Jeremy,
Done, I sent it to your contact form because the site is private.
Thanks,
Kevin.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Import existing Custom FieldsAny idea?
Forum: Fixing WordPress
In reply to: WP 4.1.1 100% Blank PageNow only the wp-admin page works, all the other pages gives a white page. I removed the security plugin and updated the rest.
Forum: Fixing WordPress
In reply to: WP 4.1.1 100% Blank PageThanks, it works now.