Callam
Forum Replies Created
-
Forum: Plugins
In reply to: [MultilingualPress] Revolution slider not clonedFor anyone wondering how to reference a single location to manage revslider from, this code should work (Version 5.3.1.5)
class RevSliderReset extends RevSliderFunctionsWP { public static function isMultisite(){ $isMultisite = false; return($isMultisite); } } new RevSliderReset;
Forum: Plugins
In reply to: [MultilingualPress] Revolution slider not clonedExcellent, thanks for your help!
Forum: Plugins
In reply to: [MultilingualPress] Revolution slider not clonedHi, thanks for replying!
Revslider stores all its data in custom tables in the database, so duplicating those should work correctly with it passing over all the asset paths and settings correctly.
Currently when you duplicate a site, revslider looks for the blog id prefix. For example wp_2_revsliderslides (the number 2), but because this data isn’t created it points to a location that doesn’t exist and so throws an error.
As a temporary fix we’re overriding the function that looks for the blog id prefix so all of our references for the slider point to the same default place. This may cause issues later down the line as all of our sliders have to be managed from the network admin rather than each multisites dashboard.
Forum: Fixing WordPress
In reply to: Page isn't workingwhat was your solution?
*Marking Complete*
Hi, that appears to have fixed the issue, thanks
Forum: Plugins
In reply to: [Open Table Widget] CSS/JS refuses to loadSorry, was half asleep – I’m using the latest version on roots, with the latest version of the sage example theme
https://github.com/roots/roots-example-project.com/tree/master/site/web/app/themes/sage
Thanks
Forum: Plugins
In reply to: [Open Table Widget] CSS/JS refuses to loadHi, thanks for the quick response, I’m using Roots as a base