peacockcreativedesign
Forum Replies Created
-
Forum: Plugins
In reply to: [SiteGround Migrator] Failed transfersI now have 12GB of free space on the server I’m moving it out from, and 10GB of free space on the server I’m moving to, and it’s still not working.
Any ideas? I’d love to finally get this plugin working for me ??
done! thanks
(I submitted as bug report, is that right?)
Forum: Plugins
In reply to: [WooCommerce] Cannot load WoocommerceSorry this hasn’t been resolved, can you keep it open please!!!
- This reply was modified 6 years, 10 months ago by peacockcreativedesign.
I am trying to find a free solution before I tell my client that she is going to have to fork out $164.89. It seems quite a lot, but maybe that’s just because it’s for a small business.
Do you have any other suggestions aside from that?
Forum: Plugins
In reply to: [Database Reset] Website won’t work nowI had to re-install my website! Yeah I think there might be issues with this plugin…
Forum: Plugins
In reply to: [Database Reset] Website won’t work nowI had this issue aswell…
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] FlickeringI’ve rebuilt my site, and it seems to be working on the new one…
Forum: Themes and Templates
In reply to: [OceanWP] My child stylesheet (style.css) is not workingOh, this is a different way of working than I originally learned, why do it this way? Interesting (and wish I had known about this before!!!)
Forum: Themes and Templates
In reply to: [OceanWP] My child stylesheet (style.css) is not workingWhen I add that to the functions file, and upload it to the child theme I get a fatal error:
Fatal error: Cannot declare class OCEANWP_Theme_Class, because the name is already in use in /home/lochmora/public_html/eilidhshawrossmartin.com/wp-content/themes/oceanwp/functions.php on line 25
Forum: Themes and Templates
In reply to: [OceanWP] My child stylesheet (style.css) is not workingOh, I wish this was better documented! I did many a google search and never saw anything about this. Is it normal practice? I’ve only ever used Woo Canvas theme…
So, I just make a copy of the functions file inside the child theme and put the following code at the bottom aye?
function oceanwp_child_enqueue_parent_style() { // Dynamically get version number of the parent stylesheet (lets browsers re-cache your stylesheet when you update your theme) $theme = wp_get_theme( 'OceanWP' ); $version = $theme->get( 'Version' ); // Load the stylesheet wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'oceanwp-style' ), $version ); // If RTL, uncomment this line /*if ( is_rtl() ) { wp_enqueue_style( 'oceanwp-rtl', get_template_directory_uri() . '/rtl.css', array(), $version ); }*/ } add_action( 'wp_enqueue_scripts', 'oceanwp_child_enqueue_parent_style' );
Forum: Themes and Templates
In reply to: [OceanWP] My child stylesheet (style.css) is not workingDo I need to?
Should the style.css not just work out of the box?
But, no, I don’t…
Forum: Themes and Templates
In reply to: [OceanWP] My child stylesheet (style.css) is not workingps. You will only see an Elementor Canvas coming soon page for now!
Did you find out what was causing this? I’ve also got a perpetually loading file…
Forum: Plugins
In reply to: [Galleries by Angie Makes] Uneven image spacing in masonryOn inspecting the code, the
.entry-content img
has margin: 0 0 1.5em 0You need to add a margin of 0 to the bottom aswell.
Forum: Plugins
In reply to: [Galleries by Angie Makes] Uneven image spacing in masonryOoh it was ages ago that I worked on this, but can you not just remove it with CSS if the settings don’t work?