sjgold
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] E-Mail New Posts HelpYes the new options do show up in the customizer and they are active.
I have not tested with a different theme. I will try that and get back to you.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] E-Mail New Posts HelpSo I implemented the code and put check marks as you sugested categories are now showing up but tags are still not showing up.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] E-Mail New Posts HelpAfter running around with the theme developer (Tie-Labs Jannah Theme) They stated they have not removed anything (even though it is not there) they do not affect Jet Pack functionality. And have told me I need to implement this in the child functions.php or a plugin like snippets (which I use). I said I would ask…
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] E-Mail New Posts HelpThose setting indeed were not in the customizer.
I have contacted the theme designer after you responded to me. They have only said they do not understand what settings I am referring too which I clarified but they have not gotten back to me about it 🙁Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] E-Mail New Posts HelpSure it’s https://thestrategyinformer.com
I figured it out, it was indeed WP-Optimize. Setting the option to not serve logged-in users the cached pages cleared it right up.
Forum: Plugins
In reply to: [Plugin: Google Analytics for WordPress] Fatal Errorhaving same issue with clicky add on….
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Broken in 2.9?Major issues… Absolutely major.
After 3-4 days of problems with the database. My webhost finally shut us down with the following email:
We have disabled your database to return the server to normal usage. To re-enable your database, you will need to correct the following query:
INSERT INTO fgt_yarpp_related_cache (reference_ID,ID,score)
(SELECT 842, ID, (0+ (MATCH (post_content) AGAINST (‘enjoy share ‘)) *
1+ (MATCH (post_title) AGAINST (‘stones chimaera ‘)) * 1+ COUNT(
DISTINCT tagtax.term_taxonomy_id ) * 1+ COUNT( DISTINCT
cattax.term_taxonomy_id ) * 1) as score from fgt_posts
LEFT join fgt_term_relationships as blockrel on (fgt_posts.ID = blockrel.object_id)
LEFT join fgt_term_taxonomy as blocktax using (term_taxonomy_id)
LEFT join fgt_terms as blockterm on (blocktax.term_id = blockterm.term_id and blockterm.term_id in (1))
LEFT JOIN fgt_term_relationships AS thistag ON (thistag.object_id = 842 )
LEFT JOIN fgt_term_relationships AS tagrel on (tagrel.term_taxonomy_id = thistag.term_taxonomy_id
AND tagrel.object_id = fgt_posts.ID)
LEFT JOIN fgt_term_taxonomy AS tagtax ON ( tagrel.term_taxonomy_id = tagtax.term_taxonomy_id
AND tagtax.taxonomy = ‘post_tag’)
LEFT JOIN fgt_term_relationships AS thiscat ON (thiscat.object_id = 842 )
LEFT JOIN fgt_term_relationships AS catrel on (catrel.term_taxonomy_id = thiscat.term_taxonomy_id
AND catrel.object_id = fgt_posts.ID)
LEFT JOIN fgt_term_taxonomy AS cattax ON ( catrel.term_taxonomy_id = cattax.term_taxonomy_id
AND cattax.taxonomy = ‘category’)
WHERE (post_status IN ( ‘publish’, ‘static’ ) and ID != ‘842’) and post_password =”
GROUP BY id
HAVING score >= 1.00 and count(blockterm.term_id) = 0 order by score
desc limit 5) union (SELECT 842, ID, (0+ (MATCH (post_content) AGAINST
(‘enjoy share ‘)) * 1+ (MATCH (post_title) AGAINST (‘stones chimaera
‘)) * 1+ COUNT( DISTINCT tagtax.term_taxonomy_id ) * 1+ COUNT( DISTINCT
cattax.term_taxonomy_id ) * 1) AS score FROM fgt_posts
LEFT join fgt_term_relationships as blockrel on (fgt_posts.ID = blockrel.object_id)
LEFT join fgt_term_taxonomy as blocktax using (term_taxonomy_id)
LEFT join fgt_terms as blockterm on (blocktax.term_id = blockterm.term_id and blockterm.term_id in (1))
LEFT JOIN fgt_term_relationships AS thistag ON (thistag.object_id = 842 )
LEFT JOIN fgt_term_relationships AS tagrel on (tagrel.term_taxonomy_id = thistag.term_taxonomy_id
AND tagrel.object_id = fgt_posts.ID)
LEFT JOIN fgt_term_taxonomy AS tagtax ON ( tagrel.term_taxonomy_id = tagtax.term_taxonomy_id
AND tagtax.taxonomy = ‘post_tag’)
LEFT JOIN fgt_term_relationships AS thiscat ON (thiscat.object_id = 842 )
LEFT JOIN fgt_term_relationships AS catrel on (catrel.term_taxonomy_id = thiscat.term_taxonomy_id
AND catrel.object_id = fgt_posts.ID)
LEFT JOIN fgt_term_taxonomy AS cattax ON ( catrel.term_taxonomy_id = cattax.term_taxonomy_id
AND cattax.taxonomy = ‘category’)
WHERE (post_status IN ( ‘publish’, ‘static’ ) and ID != ‘842’) and post_password =”
GROUP BY id
HAVING score >= 1.00 and count(blockterm.term_id) = 0 order by score desc limit 5) on duplicate key update date = now()Disabling the YARPP plugin will resolve this issue.