digitalisfun
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Custom Login] Error in Chrome console when uploading any logoSame issue here in both Chrome and Firefox on Mac. Will check back if I get a chance to turn all plugins off and troubleshoot.
Worked a treat! Thanks Robin. Much appreciated.
Hi Robin
Thanks for your reply. I read back over my request and think I may have confused you so let me clarify a bit further before I try out your suggestion. What I’m trying to achieve is to exclude the old featured images as they are too small – instead I just want to show the default featured image in your plugin settings in place of those smaller old featured images. So what I’m after is a way to override the plugin’s functionality that looks at the medium image in media settings and make this value larger to exclude those featured images that are really too small to be shown. Hope I’m making sense ??
Thanks for your help.
Forum: Plugins
In reply to: [Projects by WooThemes] Change number of columns using filter not workingHad another look at this and this code worked for me:
add_filter( 'projects_loop_columns', 'gw_woo_custom_projects_loop_columns', 99 ); function gw_woo_custom_projects_loop_columns( $columns ) { $columns = 3; return $columns; }
Hi James
I had a look at the hooks for this and unhooking the sidebar still leaves the body classes for two columns rather than one. Can you advise on the best way to get a single column layout for the main projects page using Canvas?
Thanks,
Greg.
Hi James
I was having the same issue with Canvas and just came across this topic. Given that projects is due to eventually replace the current portfolio functionality, is this going to be the case that we will need to modify things to get rid of the sidebar, rather than just using the built in layout options?
There are going to be a lot of Canvas users who might be wondering the same so this might be handy to know in your documentation.
Greg.
Forum: Plugins
In reply to: [Projects by WooThemes] Change number of columns using filter not workingThanks for checking it out James. I am using the latest version of Canvas with a child theme. The URL is private as the site is under development. I just tried removing all code from my functions.php except the above snippet with no luck. Bit stumped ??
I tried that already and still had the same issue. I just tried creating a new connection and it replaced the old connection, which is now working fine. Latest update seems to be working fine so thanks for the fix.
I just tried the update. I had an old connection to Facebook that wasn’t working and upon trying to remove it I repeatedly get the ‘You have successfully connected your blog with your Facebook account.’ Any ideas on how to get rid of this so I can test out the update?
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Upload Media Buttons disapparedBaptiste, thanks for the tip – I had a similar conflict with a media plugin and the change worked perfectly for me.
Thanks for the link Michael. I would also be really keen to see a solution to this. If I spot anything in the meantime I will post it here.
Greg.