Rey Den Nalasa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress backend is brokenWhat have you done prior to this error? Did you update anything?
Forum: Fixing WordPress
In reply to: strange pagination url on front page@kartiks16 I’ll try to provide it as soon as I can.
Forum: Fixing WordPress
In reply to: strange pagination url on front pageYes, I forgot to add it to my initial post. My staging website is running the latest version and the bug is still there.
Forum: Fixing WordPress
In reply to: Blank Screen Edit Page when using Editor RoleIt’s working fine now, I’ve increase my ‘WP_MEMORY_LIMIT’ to 256. It’s kinda weird though, since it’s working fine in my admin side with just 64 memory limit.
Forum: Fixing WordPress
In reply to: wp_mai() and mail() is l not workingNot yet, I will do it now though. I thinks it’s a problem within the server. Thanks you.
Forum: Fixing WordPress
In reply to: wp_mai() and mail() is l not working@lcf I tried the https://wordpress.org/plugins/wp-mail-smtp/ it’s not working for me. Maybe I need to configure something on my server?
- This reply was modified 7 years, 4 months ago by Rey Den Nalasa.
Forum: Fixing WordPress
In reply to: Blank Screen when adding new CPT post w/editor enabledIt’s kinda weird? This happened on my staging site. Which my main is working fine and currently running on 4.8(kinda old, will update very soon) where the editor support is removed.
Forum: Fixing WordPress
In reply to: enqueue scripts not working on pagesUpdate:I’ve deactivated my plugins Jetpack and W3 Total Cache then my scripts works like normal again. I can’t pinpoint which is causing the issue though.
- This reply was modified 7 years, 4 months ago by Rey Den Nalasa.
Forum: Fixing WordPress
In reply to: Display Custom Taxonomy like CategorySorry, I got it. Had to set ‘hierarchical’=> true.
I was able to update mine yesterday smoothly via once click update. Maybe it has something to do with your hosting provider?
Forum: Fixing WordPress
In reply to: AMP for WordPress not working on PageI see thanks, although just for the information purposes.
I’ve switch plugin and use AMP for WP instead and successfully converted my page post type to AMP.
Forum: Fixing WordPress
In reply to: AMP for WordPress not working on PageI’m using the latest version of enfold.
Forum: Developing with WordPress
In reply to: Shortcode displays first rather than column after publishIt did work @catacaustic. Had to do this. Thank you.
$output = ob_get_clean(); return $output;- This reply was modified 7 years, 6 months ago by Rey Den Nalasa.
Forum: Developing with WordPress
In reply to: Shortcode displays first rather than column after publishGot it, I’ll give it a try.
Forum: Fixing WordPress
In reply to: Archive pluginI think you will need a custom post type to store the data for their products, or a custom field. IMO it’s going to have a lot of custom coding. But maybe their paid or free solutions for this.