maxgx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] hide specific post_type from search resultshi @cteduard ,
had to fiddle with the code a bit, as for whatever reason it kept ignoring the setting of a
constoutside the twoadd_action()s, but adding the value as a variable did the trick!so smart it also hides results from the autosuggest…
perfect, thanks a lot!
Forum: Plugins
In reply to: [Ultimate Portfolio] Filters keep disappearingok, bug seems gone now, thanks!
Forum: Plugins
In reply to: [Ultimate Portfolio] Filters keep disappearingoops, soomething weird happened after the plugin update…
when editing the page where the image gallery block is placed, i now get a “Your site doesn’t include support for the Ultimate Portfolio block. You can try installing the block or remove it entirely.” message, despite the plugin is installed and running (just tested adding and deleting a Portfolio Project and the plugin seems functioning).
i haven’t edited the page, and by viewing it (in incognito mode too, so to test it as not logged in) i can see the gallery ok, with all of the filters working…
what’s going on?
Forum: Plugins
In reply to: [Ultimate Portfolio] Filters keep disappearingfantastic! thanks for the quick fix!
perfect, thank you!
in the meantime, another alternative to manually add a class to paragraphs could be to add a CSS rule to the theme’s stylesheet file, which targets all paragraphs except those with specific alignment:
/* add justify to post paragraphs */
body.single-post #main .entry-content p:not(.has-text-align-right, .has-text-align-center) {
text-align: justify;
}the rule above applies to all paragraphs which are not center- or right-aligned within the main content area of a single post template.
@martijnox justify option has been removed since 4.7 release, here’s an explanation why
@toxin that’s good to know, but impractical for non-tech savvy users (which is the reason why most of us deployed this plugin, i guess)
i wonder why @munirkamal can’t find 5 minutes to tell us if we can hope for a fix of if the plugin has been abandoned or what…
bug confirmed on 6.6.1 too, feature enabled but no sign of justify option in editor
i see that last column is “subsequentOccasions”, although i’m still unclear as to what exactly it means
Forum: Plugins
In reply to: [Carousel Slider Block for Gutenberg] Allow variable widththank you, looking forward to it!
Forum: Plugins
In reply to: [Post Grid Master — Post Grids & AJAX Filters] Template Overrideif template override is not an option you want to consider, would it be possible to at least hook on your plugin’s functions? for instance wrapping your functions with the “function_exists” check, so we could customise their output in our functions.php file?
Forum: Plugins
In reply to: [Post Grid Master — Post Grids & AJAX Filters] Template Overridesorry @addonmaster, regardless of what one wants to do with a template, and given that your plugin uses indeed a template directory, would it be possible to override one of them templates, say the default.php one, by recreating the directory structure in one’s own theme or child-theme?
you know, same way WooCommerce allows its users to do.
(i’m specifically mentioning WooCommerce as being one of the major player in WP’s plugin ecosystem, showing willingness to adhere to the open source spirit somehow)
hey @munirkamal thanks for acting promptly, i’ve just tested the new release on staging and it is working.
hi @shehabulislam did you get a chance to test the above URLs? anything anomalous with the second one?
it’s already there @kiran9, in the list of available icons there are both the bird and the new X. just pick the one you prefer.