Forum Replies Created
-
AuthorPosts
-
February 16, 2017 at 10:50 pm in reply to: Post using Advanced Editor. How to insert Post Meta info (Title, Date etc.) ? #748161
How do you get the category of the post? I have the code currently as
function post_category_shortcode(){ global $post; return get_the_category($post->ID); } add_shortcode( 'sc_post_category', 'post_category_shortcode' );
this shortcode is being passed in a link to a gravity form but the resulting display in the dynamically populated field is Array. Only one category is ticked.
- This reply was modified 7 years, 9 months ago by devolsolutions.
Hi Andy,
Yes I did delete all the files through ftp. Seems to be timing out when I put more and more on the page. I’ve created a home2 page. Saves OK until about the point where I’ve got to now. It is being built with the same elements as the original home page.I did a complete fresh install of the theme with no luck.
I am trying to rebuild the page and the more content I put on it, the longer it takes to update. Is there like a maximum amount of info allowed per page that it is hitting maybe?
I had already done that before contacting support. I’ve also tried deactivating all plugins, which provided no solution. I switched to the twentyfourteen theme and the content loaded so it’s definitely something to do with the enfold theme.
I will try again with a fresh copy of the enfold theme, but what would be be my next thing to try? Getting desperate as the client has important contracts riding on this.
have upped the max_execution time to 180
Still no joy. :(Have got the hosting providers to up the memory limit to 368mb.
These are the servers php settings:
max_execution_time 120
max_input_time 120
memory_limit 256Msure thing.
-
AuthorPosts