How to put the Footer at the Page botton?

Hi
I am trying to put these footers in the page botton
I have this problem in two pages( News, Evidence Based Medicine)
On the other hand, I am seeing them of different way in the Browser and WP Browser
Please see the WP Browser pictures



Now, I add the Browser pictures

For that reason, Could you help me to fix them?
Thanks for your support
Regards
Alejandro

Hi Alejandro,

Thanks for reaching out.

The reason why the footer didn’t touch the bottom of the page because your page doesn’t have much content. If your page have the right content the footer will automatically touch the bottom of the page.

Hope that helps.

Thank you.

Hi @marc_a
You are right
Sorry for my ignorance
Thanks for your help
Regards
Alejandro

Hi Alejandro,

Glad that we are able to help you.

Thanks

Hi @tristup
Sorry again but I need to add to this page a Portfolio list.
Please see the picture

I found this Essential Grid model( https://www.essential-grid.com/template_library/carter-masonry-wordpress-post-gallery/) and I would like to add it to this place. Would it be possible?

On another post @prakash_s advised me the following to do it :

“To show the Portfolio, You can create a post grid from Essential Grid plugin. After creating the Post grid copy the shortcode and paste it in the “Text” element or “Raw Content” element or you can use our “Classic Essential Grid” element”

For that reason, Could I add this carter-masonry model by shortcode in this Page place? If it is like that, Could you teach me how to do it? To be honest with you, I read the blog about Shortcode topics and I cannot understand it?
Thanks for your time and understand
Regards
Alejandro

Hello Alejandro,

You need to create a post grid from Essential grid. To create grid please follow these steps

  1. Go to Essential Grid —> Create Empty Grid

  2. Add the name of the grid

  3. Select the data source from here. You need to set Portfolio Item

  4. Se the grid layout as Masonry
    Essential-Grid-‹-Barber-Site-—-WordPress2

  5. Now save the Grid.

To insert this grid into the page you can use two method

Method 1

  1. Go to page —> Add our "Classic Essential Grid element”
  2. Select the grid that you have created
    Activity-Content-Pro

Method 2

  1. Go to page–>Add our “Raw Content” element ----> Paste shortcode of Essential Grid
    Activity-Content-Pro1

  2. To copy the shortcode you need to go the Essential Grid

Thanks

Hi @prakash_s
First, thanks for your help
On the other hand, I did what you told me and I cannot see the grid I created.
Please see the pictures


I added it to my Classes Page by Method 2
For it, Could you see what is my mistake?
Thanks for your time
Regards
Alejandro

Hello Alejandro,

It seems that you have not saved the post grid settings. Please save the settings then click on Essential Grid and check that post grid list is available in the list.

To save the setting of Essential Grid, click on Save button
Essential-Grid-vrhealth-health-—-WordPress

To find the list of Essential Grid, Please make sure your grid is available when you click on Essential Grid. Please have a look at the given screenshot below.

Thanks

Hi @prakash_s
I saved all the times I created a Grid but it seems is not working fine for me since I did not find any of them in the Essential Grid list.
Now , I just realized that when I saved it, I got the following red tab error:
“Ajax Error parsererror”
Do you know how to fix it?
Thanks a million
Regards
Alejandro
Note: I unistalled the Essential Grid Plugin and installed it again and I got the same error…

Hello Alejandro

It seems like this issue is caused by PHP UPLOAD MEMORY value.
I recommend the following troubleshooting.

1.) Increase PHP Memory Limit
2.) Increase PHP Execution Time Limit

I recommend increasing the following server settings to the specified value or larger. Please consult to your web host for all these server settings

PHP configuration recommended

memory_limit = 512M
upload_max_filesize = 512M
post_max_size = 512M
max_execution_time = 300
max_input_time = 300

Or you can do it by yourself, to do that you to edit the wp-config.php file and add these two lines of code:

define( 'WP_MEMORY_LIMIT', '512M' );

define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can find the wp-config.php file to root directory of your WordPress installation. You can access this file with the help of FTP or Cpanel.

Hope it helps
Thanks

Hi @prakash_s
I edited the wp-config.php file adding this code :
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

But unfortunately it did not fix the problem and it is not working for me
I uninstalled the Essential Grid plugin and installed the Grid plugin instead.
Now, I need to create one portfolio similar to this example https://theme-one.com/the-grid/maren/
For you can understand better, I add a picture


For that you can understand me, I want to add in this portfolio some background pictures(in this case 9) with link info, for example: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5752261/
For it, Could you teach me how to do it?
Thanks for your support
Regards
Alejandro

Hey Alejandro,

Regretfully the Grid plugin does not allow you to create a custom grid that you can manually add an image and a link to each of the grid items. It is best that you go back and install the latest version of the Essential Grid 3.0.10 because this plugin can do what you have in mind. Simply check out the documentation in making a custom grid here:

Best Regards.

Hi @ruenel
I just to do it and I have the same problem and cannot save the Essential Grid portfolio…

First, I edited the wp-config.php adding the following code:

define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

and I got the following warning in the WP Desktop:

Warning: Use of undefined constant ‘WP_MEMORY_LIMIT’ - assumed ‘‘WP_MEMORY_LIMIT’’ (this will throw an Error in a future version of PHP) in /home/wiwvnxnp/public_html/wp-config.php on line 94

Warning: Use of undefined constant ‘512M’ - assumed ‘‘512M’’ (this will throw an Error in a future version of PHP) in /home/wiwvnxnp/public_html/wp-config.php on line 94

Warning: Use of undefined constant ‘WP_MAX_MEMORY_LIMIT’ - assumed ‘‘WP_MAX_MEMORY_LIMIT’’ (this will throw an Error in a future version of PHP) in /home/wiwvnxnp/public_html/wp-config.php on line 96

Warning: Use of undefined constant ‘512M’ - assumed ‘‘512M’’ (this will throw an Error in a future version of PHP) in /home/wiwvnxnp/public_html/wp-config.php on line 96

For that reason, I edited it again removing this new code but after that, I wanted to create the new grid and got again “Ajax Error parsererror”
For it, Could you help me to fix it?
Thanks for your support
Regards
Alejandro

Hey Alejandro,

In that case, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin username and password
  • FTP Access

You can find the Secure Note button at the bottom of your posts.

Thanks.

Hi @christian
I added in a secure note the info you asked me.
Thanks for your support
Regards
Alejandro

Hey Alejandro,

We need FTP access also as we couldn’t see what is causing the AJAX error. We need to check the error logs. If giving us FTP is not possible, please ask your web host to give you the error log. You can then post it here.

Thanks.

Hey @christian
I am not sure myself about the info your asked me but I guess you need the info to access to my server provider( the one I add to Filezilla), right? For Example : Host/ Username/Password/ Port info. Is it like that, please let me know and I will add it in a secure note.
Thanks for your time
Regards
Alejandro

Hey Alejandro,

Yes, that’s the one. You can ask it from your web host if you’re not sure.

Thanks.

Hi @christian
I added the info you asked me in secure note.
Hope this help.
Thanks for your support
Alejandro

Hi Alejandro,

Unfortunately, the given FTP credential is not working, can you please check once and send it again.

Thanks