alhai
Forum Replies Created
-
Forum: Plugins
In reply to: [ImageMagick Engine] ImageMagick and WordPressHello Rickard, thanks for your answer.
I understand your answer in this way, it doesn’t matter how to run it either in command line mode or as well as php-modul because you can the plugin configure.
But what is the better way or the difference to use the plugin in the mode command line or as php-module?
Again thanks a lot you
GreetingsForum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] a simple question to stripesorry, some questions more.
Is the plugin ready to work with WPML?
Can we establish several clients with only one installation?Explanation: We want to set up a bigger website where many companies get an own page for advertisment with the posibility to sell their products.
Therefore it will be in the end many pages of the companies with an own little webshop. Clients respectively visitors can order these products about a form paying by paypal or stripe. Therefore we need many accounts for our customers it isn’t only one account.
Thanks for you giving us a soon answer.
Forum: Themes and Templates
In reply to: [OceanWP] own css with oceanwpHello, thanks for your answer!
the customizer functions with the child theme but not the file style.css of the child theme. is with each code like that:
.class {
coding css
}
only it goes weell in the customizer but not in the file “style.css”to bind the file “style.css” here is the code in the function.php of the the child theme:
function oceanwp_child_enqueue_parent_style() {
// Dynamically get version number of the parent stylesheet (lets browsers re-cache your stylesheet when you update the 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 );}
add_action( ‘wp_enqueue_scripts’, ‘oceanwp_child_enqueue_parent_style’ );`
——————————————–
greetings Alfons from Germany