Category : WordPress

Capture attention and make a lasting impression with responsive web design on a desktop, tablet or smartphone. You can do this with media queries. Media queries are a type of coding technique that allows webpages to change their look and feel depending on the device they’re being viewed on. With media queries, you can create ..

Read more

In 2018, WordPress 5.0 introduced the brand-new block editor, now the default one, replacing the old classic one. The WordPress block editor is also known as WordPress editor and Gutenberg editor. If you prefer the classic editor, we’ve got you covered. Install the classic editor plugin, and you’re good to go! If you are using ..

Read more

I really like the DIVI Accordion, but by default, the first accordion is open when the page loads. A website looks cleaner if all accordions are closed when the page loads. In Elegant Themes FAQs and Troubleshooting, I found an article Make DIVI Accordions Closed by Default, which you can refer to for complete instructions. ..

Read more

If you get the ‘class.redux_filesystem.php warning’ error, it may be due to an issue with your theme and PHP 7.4 or greater. To fix this problem, you’ll have to have ftp access or cPanel file manager access. Find the file. The path would be redux/inc/class.redux_filesystem.php Edit it. Insert a New Line before 29 and save. ..

Read more

You can downgrade WordPress using a plugin or manually. To downgrade WordPress by using a plugin: From your WordPress admin, mouse over on ‘Plugins‘ and click on ‘Add New‘ Search for ‘Wp Downgrade‘ Download and activate the plugin Mouse over on ‘Settings‘ and click on ‘WP Downgrade‘ In the WordPress Target Version field, enter the ..

Read more

Make a copy of your index.php file Rename file to category.php Copy category.php to your child theme Edit category.php in your child them and add the following code right after the tag: <div id=”left-area”> <!– add page title code start here –> <?php if ( have_posts() ) : ?> <header class=”blog-title”> <h1><?php printf( __( ‘%s’, ..

Read more

In this example I wanted to show a hyper link on homepage, but all other pages I wanted to show just the text. So I created the following. For simplicity I used SPAN, but if you use a website builder, you can put class in any type module: <span class=”home-page”><a href=”https://iLocalEverywhere.com” target=”_blank” rel=”nofollow”>iLocalEverywhere</a></span> <span class=”other-pages”>iLocalEverywhere</span> ..

Read more

I’ve looked everywhere to find out what the url is for the PayPal IPN. I’ve only found instructions on how to set it up via PayPal and vague instructions on the notification url is.   I did this on a WordPress website. Basically I created a blank page called IPN and set the notification url ..

Read more