enad12
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups - WordPress Popup] bbpress forumYes I removed it
This is how it looks on bbpress forum:
https://prntscr.com/8dzucxThis is how it looks on main page:
https://prntscr.com/8dzvnaForum: Fixing WordPress
In reply to: How to decrease load time?Thanks for your answer Daniel, we tried to reduce the number of plug ins, but I don’t see were to cut anymore. Do you had the opportunity to visit my site? D you think this kind of website can improve using a tool like WP super cache? I was not able to set it correctly and at the end I deactivate, but it seems something like that is my only option, right?
A better hosting can help?
Nope, I am not using any cache plugin, do you think something like that can help or worse the situation?
The wird thing is that it shows the error messages randomly, you refresh the page and you get the page correctly the second time.
Hello Jeremy, I tried this a few days ago and jetpack is now working fine! unfortunately now I am having random 404 errors when I am browsing through the website, also on the dashboard. After a refresh I get the real page. I can’t assure that the memory change produced those error, but do you know if this is a common issue related to this last change and also how to solve it or diagnose the problem?
Thank you!
Forum: Plugins
In reply to: [YITH WooCommerce Advanced Reviews] Review text formatI found that this function is doing this job
public function show_expanded_review_content( $review ) { if ( ! is_product() && ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { return $review->post_content; } $review_title = ''; $thumbnail_div = $this->get_thumbnails( $review ); if ( $this->enable_title ) { // Add review title before review content text if ( ! empty( $review->post_title ) ) { $review_title = '<span class="review_title"> ' . esc_attr( $review->post_title ) . '</span> '; } } return $review_title . $review->post_content . $thumbnail_div; }
I want to add
<pre></pre>
in the $review->post_content, I’m not that good with coding, any idea how to do this?This wy it looks better in the final view of the reviews
I also got the Error code: -10520
Forum: Plugins
In reply to: Add external links to product pages on woocommerceMaybe I can work something with the custom fields?
I think is accurate to say I am a newbie with wordpress sites.
Forum: Fixing WordPress
In reply to: Any idea why I getting this error trying to install jetpack?Well I tried again and I was able to install jetpacks, In fact the error appears when I try to sychronize with te FB account to use the share functions. I tried several times, it always get stuck on the same, with that error.
Forum: Fixing WordPress
In reply to: Any idea why I getting this error trying to install jetpack?I also found in Wordpess news @ the dashboard:
Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 786432 bytes) in /home/ftp/mydomain.com/wp-includes/SimplePie/Item.php on line 2736
I am not sure if its related, but I want to let you know anyway.