TeaCii
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI Support For Elementor WidgetThat would simply be amazing. Also as logic.
Forum: Plugins
In reply to: [Advanced Advertising System] Unable to attach image to BannerHi,
Thank you for pointing me in the right direction.
I was able to locate that the theme had:
add_theme_support(‘post-thumbnails’, array( ‘post’, ‘page’, ‘slideshow’, ‘portfolio’, ‘product’));So I edited it to:
add_theme_support(‘post-thumbnails’, array( ‘post’, ‘page’, ‘slideshow’, ‘portfolio’, ‘product’, ‘ads_banner’));And now it works just fine.
Wish you all the best.
Cheers
TeaCiiForum: Plugins
In reply to: [Advanced Advertising System] Unable to attach image to BannerHi
Thanks for the reply.
I had checked that. There is no such option.
Here is a screenshot for your reference.
Cheers
TeaCiiForum: Plugins
In reply to: [Advanced Advertising System] Unable to attach image to BannerForum: Plugins
In reply to: [Advanced Advertising System] Unable to attach image to BannerHi,
Sorry about any confusion.
I had written:
“I assume that I have to attach an image (maybe even featured image) to the banner. “So I am talking about the banner section.
I look forward to your assistance.
Thanks
TeaCiiForum: Plugins
In reply to: [Force Regenerate Thumbnails] Failure to Regenerate ThumnailsHey Pedro,
Thank you for answering. My PHP is version 5.3.13
A very happy new year to everyone.
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Failure to Regenerate ThumnailsHi,
I have always loved this plugin. I think it should be a part of WordPress Core. Thank you for it.
Till now it has always worked for me.
I created a new install and used this plugin in latest version 2.0:
OS: Windows 8.1
Server: WAMP
Wordpress: 3.8I get the error “The originally uploaded image file cannot be found at “
and if I output the $image_fullpath variable, it says:
function (){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);”function”===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&”string”!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this}Can you please help?
Thanks
Forum: Plugins
In reply to: [Paid Downloads] Files bigger than 30MB have size 0Are you on Apache or Nginx?
Forum: Plugins
In reply to: [Paid Downloads] Files bigger than 30MB have size 0Here is a check:
Call up your phpinfo();
see which php.ini is being called and the values in it.Sometimes there is also an over ride.
Also check any php_errors.You probably know those things, I am just advising you to cover your bases.
Other than that, I dont think I can advise much more.
Cheers
Forum: Plugins
In reply to: [Paid Downloads] Files bigger than 30MB have size 0Hi,
In my case I had to revisit the php upload limits in php.ini
That fixed it.
Cheers