Search Result for: Development Category

Articles

Displaying a menu title in Joomla

Use the following code to display a menu title in
Read More

Get the menu ID

Use the following code to get the MenuID in
Read More

Get an Article ID

Use the following code to get the ID of an
Read More

Display the main Joomla content

Using the following code to display the main Joomla article
Read More

Check if you are on the front page / featured page of Joomla

Use the following code to check if you are on the front page of Joomla or on a featured page in
Read More

Use the following code in Javascript to scroll #Anchol links to #Anchor points

//scrolling jQuery('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') === this.pathname.replace(/^\//,'') || location.hostname ===
Read More

Remove blue focus lines around links or selections

Add the following code to you CSS to remove the blue outlined when focusing on an
Read More

Adding SSH Key in BitBucket repository in 2 minutes

Use the following steps to establish a connection with a BitBucket repo using an SSH
Read More

DigitalOcean WordPress Droplet – Unable to upload to uploads folder issue

perform the following commands in SSH on your droplet. sudo chown -R www-data:www-data /var/www/wp-content/uploads and sudo chmod -R 774 /var/www And then give access to the
Read More