cdostie
Forum Replies Created
-
Aha, I think I have the residual problem of not publishing to FB better defined. It appears that when you Schedule a post, the checkbox to publish to FB doesn’t stay enable. If you check it and then Publish immediately, it works.
Anyone else notice this disparity?
Sad to report that the fix reported in this thread DID allow me to chose to publicize posts from my website to a FB Page, except that it DID NOT actually work.
Yes, it allowed me to set up the link, but my newest post today did not automatically show up on the FB Page it was routed to. When I look at the Publicize option in the Publish widget on the WP Admin page it shows the check box to publish on FB grayed out.
Now what? Do I wait for the real fix? Or revise the revised code? Anyone else who modified the code to overcome this, what are your results?
Thank you for the link to a FIX. A point of clarification though, please!?
On the link to the code changes, should I interpret the green lines as lines to add and the red as lines to delete? I am unclear on the convention or meaning of the background color on the code. That’s my guess but I’d like to be clear and I’m sure others would appreciate the info too.
And thank you again for the fix.
Okay Jetpack developers – what’s it going to take to solve this problem? This is a MAJOR issue and I’m sure that everyone who has posted plus several hundred others who are simply frustrated would be willing to chip in a few bucks to make a solution appear yesterday. We know this stuff takes time, and the time invested should be rewarded. So give us a way to help you to help us.
Me TOO. I posted this on the general www.ads-software.com Plugins and Hacks forum with ZERO replies. The only thing this thread is good for is reassuring me that I’m not alone in my frustration with this “feature” of Jetpack. Nonetheless, let me restate the problem….
I’m trying to link two sites that I manage to Facebook pages that I am a Manager for. It (Publicize function of Jetpack plugin) worked once with my test site. When I tried to link the test site to Facebook it gave me the option to either link the website to my own personal FB account OR the pages that I am administrator to.
Today it is NOT giving me the option to chose between my personal account, or the pages. What gives? What hidden pixel did I not click to give me the option to chose?
The blog I need help with is https://www.earnyourturns.com.
Forum: Plugins
In reply to: Jetpack Publicize feature won't give me a choice for FB connectionAnd YES, I do have administrative rights to the pages I’m trying to connect to.
Forum: Plugins
In reply to: Customizing output of Ajax Event Calendar (wp-aec)Figured part of it out. The key is knowing that the Title is what is displayed, and the date format follows that of the entire site. Adjusting the fonts will mean modifying the associated CSS files with the plug-in.
Carry on…
Forum: Reviews
In reply to: [Search & Replace] Very useful plugin!Velvet Blues works too.
Two additional details that also need to occur for the child theme to work with Zenon-Lite.
1) Transfer the /admin folder within the /zenon-lite theme folder to the new child theme folder
2) Transfer the /images folder within the /zenon-lite folder to the new child theme folder.
Forum: Fixing WordPress
In reply to: One too many photos then post truncates.And more feedback. Here’s another post from this forum that gave me the confidence to move forward and try this.
https://www.ads-software.com/support/topic/content-disappears-with-too-many-images?replies=4
Except that it still doesn’t work.
Forum: Fixing WordPress
In reply to: One too many photos then post truncates.Oh….I’m testing the results on my demo site, not the live site.
If you want to see for yourself, go here:
https://www.demo.earnyourturns.com/Forum: Fixing WordPress
In reply to: One too many photos then post truncates.Hmmmm. Zero response here. Either the problem is not easy to overcome, or everyone thinks this is old news and it has been solved.
I’m here to say, this has NOT been solved.
One solution was proposed two years back.
https://www.undermyhat.org/blog/2009/07/sudden-empty-blank-page-for-large-posts-with-wordpress/I took the advice of adding two lines of code
pcre.recursion_limit=20000000
pcre.backtrack_limit=10000000and increasing the memory limit in my php.ini file from 32M to 64M.
This appeared to fix the problem, but it was temporary. As soon as I added another image (using Fancy Zoom), the whole post went blank again.
Interestingly the post is visible on the home page up to the <read more> tag, but after I click on the headline or <read more> to view the full article, all that shows up is the headline and the tag links at the bottom of the post. The post itself is MIA.
So then I removed the last image that caused it to trip over the limit. It still didn’t come back.
So I increased the recursion limit and the backtrack limit by 50% and the memory to 96M. Still no good.
Does anyone have any other ideas?
Forum: Themes and Templates
In reply to: Inserting Header Image into Kubrick Default HeaderI’m trying to change the image but it isn’t recognizing it. Instead, it is still showing the custom colored background that I set up when I first installed WP in Admin area under Appearance/Custom Header. I can’t be certain, but it seems the custom colors are over riding the new image which was changed in styles.css only. It was not obvious where to change things in header.php. Any help appreciated. Thanks.