gaspar
Forum Replies Created
-
Thanks for this!
Next question regarding this topic: how can i remove “invoice-” or change its place in file name?
Forum: Plugins
In reply to: [GD bbPress Attachments] lightbox HOW?Use “REL attribute” for it (in plugin settings).
To combine one post attachments i use grouping syntax like: lightbox[%ID%].Hope that helps.
Forum: Plugins
In reply to: [Easy Photo Album] how to show album on pageWell, i have read the FAQ. “/albums” URL is hardcoded for this plugin.
And i have no way to change the URL and the page.
So i’d still like to:
(a) have additional information on my albums page (introduction text for example)
(b) or have my own page and include albums as shortcodeForum: Plugins
In reply to: [Easy Photo Album] Remove sidebar from album pageSo the only way to change the album template is to make child theme and make changes in code?
Forum: Plugins
In reply to: [Easy Photo Album] how to show album on pageIs there any shortcode to include all albums?
[epa-album] is generating errors..Forum: Plugins
In reply to: [Easy Photo Album] Remove sidebar from album pageThanks for great plugin!
Is there any reason not to include WordPress template chooser block in Edit Album view?
Forum: Plugins
In reply to: [Simple Ads Manager] Some executed PHP code is not written properlyThank you for reply.
If i enable option “Allow Bots and Crawlers detection” these error notices are gone.
But if i do not want to use it (disable option) errors are back.So this code needs some minor modifications after all.
Best.
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] Update removed all my banner recordsPlease check this topic also: https://www.ads-software.com/support/topic/plugin-wp-bannerize-php-code-dont-work?replies=2
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] PHP Code don't workGreat! You can mark this topic resolved.
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] PHP Code don't workI typed wrong filename before, sorry!
Correct file is: wpBannerizeFunctions.php
Corrected my previous post also..Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] Update removed all my banner recordsForum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] PHP Code don't workI inspected this new code. It seems developer forget to print out the code ??
@wpBannerizeFunctions.php line 21
i just added echo() command:
echo $wpBannerizeFrontend->bannerize( $args );i got it work again.. hope that helps!