footmark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media uploaded filesize limitOK I found it! It is a multisite newtork setting. On the Network Admin dashboard there’s a tab for ‘Network Settings’ which includes ‘Upload Settings’, and under that ‘Max Upload Filesize’.
Upping this figure has increased the upload limit in the sub-site.
Thanks esmi for the help! 🙂
Richard
Forum: Fixing WordPress
In reply to: Media uploaded filesize limitNope have checked with them – we did a phpinfo() and verified that the server settings allow a 20Mb upload. Something’s changing it in the WP configuration though.
Not sure if it makes any difference, but it’s set up as a multi-site config – would that have an effect?
Forum: Fixing WordPress
In reply to: 500 Internal Server errorTara
Many thanks for the suggestions. I tried the first six one at a time, and none of them seemed to be working. I had just resigned myself to having to re-upload all files and folders when Hey Presto! Everything was working again. I still don’t know which step did the trick, but somewhere in the fiddling about something seems to have worked – so many thanks!
Richard
Forum: Plugins
In reply to: [Ad King Pro] Two adverts side by side in one advert typeAsh
Apologies for not feeding back.
Yes, just to let you know the syntax <?php if (function_exists(‘adkingpro_func’)) echo do_shortcode(“[adkingpro type=’Homepage’ render=’2′]”) ?> works OK, but then need to fiddle with the css to get things to layout as I wished.
I found it useful to define a css class .adkingprocontainer .adkingprobanner.Homepage to define the layouts.
Thanks for the help!
Forum: Plugins
In reply to: [Ad King Pro] Two adverts side by side in one advert typeRight now working but it imposes the ‘sidebar’ advert type – which comes with some css attributes that I don’t want, ad which disrup another class in my own CSS. Can I use the ‘render’ attribute alongside a ‘type=’ parameter to display specified ads of the same type alongside each other?
I tried
<?php if (function_exists(‘adkingpro_func’)) echo do_shortcode(“[adkingpro type=’Homepage’ render=’2′]”) ?>
but it messes up the layout.Sorry for all the posts answering my own questions!
Forum: Plugins
In reply to: [Ad King Pro] Two adverts side by side in one advert typeAh OK got it – no curly brackets!
Forum: Plugins
In reply to: [Ad King Pro] Two adverts side by side in one advert typeTried the following, but the ads just disappear:
<?php if (function_exists(‘adkingpro_func’)) echo do_shortcode(“[adkingpro banner='{1608}, {1629}’ render=’2′]”) ?>
Forum: Plugins
In reply to: [Ad King Pro] Ad not displayingAsh
Perfect! That’s cracked it!
Many thanks for your speedy help.
You might want to revise the notes on the web page!
Richard