To all the AVADA developers, how do I edit the 100% width page template? I would like to make my own version of the given file in my AVADA child theme. In the A
Well, I have tried <?php echo get_the_title('About Us');?> But the code is not working. I am using wordpress 4.1. This should work but it isn't. Has wor
i am using Ajax-Load-More wordpress plugin for my web site but i don't understand how to use for search result in search.php there is no code example for searc
I cannot figure out what i am missing here. I am creating a hidden field on the checkout page, that contains a value after a customer's choice. This part is wor
I have created a docker-compose file for local development using Wordpress, and I've finally got NFS working (normal volume mount was too slow, because of Docke
I am trying to display the percentage discount of a product on Woocommerce. The solution originally provided (linked below) works, however the discount percenta
On my product template, I execute this action : <?php /** * woocommerce_single_product_summary hook. * * @hooked woocommerce_template_single
I have uploaded a custom font to my wordpress site and changed the font family everywhere. However, the wp-login.php page's font will not change. I have tried e
I am actually trying to make a 3D product configurator with verge 3D and have to create new WooCommerce products for every specific product configuration. Every
I have created a website using WordPress. I use a GoDaddy hosting and a plugin WP-Mail-SMTP, which helps me to configure SMTP. I have disable all cache plugins.
I need to add sync or defer attribute in Stylesheets CSS file which are included by using wp_enqueue_style. My Code is below. function my_scripts() { wp_enq
I have website running WordPress 4.6.2 and I can't use the visual editor right now, only the text editor. When I open the browser console it show various errors
I have updated all of my Wordpress plugins and I'm using the Hello Elementor theme as recommended. In Chrome all of the information is saved in the forms, and i
How to setup AWS cloudfront with lightsail for WordPress? (on a subdomain) I'm using Route 53 for all DNS management. I'm using a static IP from lightsail, 3.1
I have a contact form on a website I'm working on. We're using Contact Form 7 and I've run into a snag. They use the form to register campers and a single user
I have a big problem and I can't understand this topic. I have a server with a website. I created a repository there with git init. Than I made a git add * to a
I set a size using the code below : add_image_size( '350x350', 350, 350, false ); then in the elementor widget, I selected the featured image and the image siz
Is there a way for JavaScript to interact with the DOM on a WordPress page. Or is interaction only possible through jQuery? Button element in header.php: <di
I found this posted as a comment on another thread but I don't know what I'm supposed to do with it: if($product->get_stock_quantity() <10){echo 'Limit
I'm working on Envato API to verify Purchase Code I used plugin sample code from GitHub https://github.com/codehaiku/Envato-Purchase-Code-Verifier here I added