Gantry 5 Hydrogen WordPress Module Position Not Showing

We were working with Gantry 5 Hydrogen theme in WAMP and couldn’t get the module positions to show in the Widget area. We added the Module Position to the template; however, when we went into the Widgets area that position didn’t show. We have done this feat before, but for some reason not working this time.

It was solved when we moved the site to the new hosting. It was a PHP issue. Localhost we were running 5.5 and on the server is 7.1.

Let us know if this this helped you…

 

CSS Warp Text

Working on a new project I wanted to create a badge that would have warped text with a dynamic date. It would be a flag with the text of how long the company has been in business. They started in 1997 and I used PHP to get the current year and display in the warped text.

This site helped me accomplish this.

http://csswarp.eleqtriq.com/

I took a little bit to understand how it sets the position, but when you understand it this site is incredibly helpful.

Let us know if this helped you….

 

Solved – WordPress – Fatal error: Allowed memory size of

We had a Godaddy domain IP address change and afterwards we unable to access sites we had in a sub-domain. After the IP issue was resolved the sites still didn’t come up. The page read

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in

This article solved our issue.

http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

We just had to add the following line to the “wp-config.php” file.

define( 'WP_MEMORY_LIMIT', '256M');
Let us know if this helped you…

Godaddy Hosting – upload_max_filesize – How Do I Increase My Upload Size

My Joomla install told me the upload_max_filesize is 2M. I changed this in my PHP5.ini file on the server, but this had no effect. I learned later that this takes time to become in effect.

A faster way is to “PHP Selector”. You will see “Switch to PHP Options” in the upper-right. Click on this.  Click on the number next to “upload_max_filesize” and change it to what you want. Godaddy said to keep it under a Gig or you will have issues.

Let us know if this helped you…

 

Translate »