BigBigL
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] The uploaded file could not be moved@petredobrescu – I think you are correct about DB corruption. I spent some time taking a closer look at my DB and can confirm I am seeing some media asset corruption.
Forum: Plugins
In reply to: [Enable Media Replace] The uploaded file could not be movedRemoved 4.0.2. Rolled back the plugin to 4.0.1 and can confirm the issue exists in that version as well.
Forum: Plugins
In reply to: [Enable Media Replace] The uploaded file could not be movedHi Pedro,
Appreciate the speedy response. I have tested your DEV plugin and can confirm it works as expected – I am able to replace media items again.
Thank you for addressing this issue so quickly. I look forward to the next plugin update when this fix will be released.
Lance
theme: Twenty Twenty
WP v5.6Thanks!
Forum: Reviews
In reply to: [WP Accessibility] Little value to intermediate userI was using the classic editor. Was able to upload multiple images and it didn’t force validation on the alt field.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Email PDF AttachmentThink I identified the problem. Seems like anytime I change the “Who send the PDF file?” option to the “Recipient” option the PDF attachment fails. When that field is set to “Both” or “Sender” it will attach both a PDF and CSV file, if selected. When “Recipient” is selected it will only attach the CSV file, the PDF file attachment fails. Therefore if you disabled the CSV file then nothing would be attached. Turn on the CSV attachment and see if it gets attached to the email. Worked for me!
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Email PDF AttachmentI have the same issue.
Forum: Plugins
In reply to: [The Events Calendar] Dual-lingual site not working properly?This info is a bit late, but I hope to save someone time by sharing my solution to this issue. I have a bilingual site – English and French. While on the French side if I would navigate month to month it would revert back to the English view.
I have the latest release of both The Events Calendar & WPML plugins and this was still an issue for me….however I was able to resolve the issue by taking a copy of the following files:
- default-template.php
- month.php
Placing them in a new folder, like this – [your-theme]/tribe-events/
Then I edited the default-template.php file to include the following:
if (ICL_LANGUAGE_CODE == ‘fr’) {
get_header(‘fr’);
} else {
get_header();
}The next step was to force the entire page to reload when the month is changed. I was able to do this by adding the following to the month.php file:
Header(‘Location: ‘.$_SERVER[‘PHP_SELF’]);
Exit();Forum: Themes and Templates
In reply to: [Responsive Tabs] Shortcodes in the front page widgetsHave to apologize for my first question – that was just silly of me. But I can’t seem to get the short code for pages working on any tabs.
I’ve tried using both the Front Page Text Widget as well as the plain old text Widget and I’m not really sure what I’m missing. You’ll notice there is an issue when selecting tabs because the site is a sub but I will be working to resolve this tomorrow.
Any suggestions?
Site is here – https://www.nbrhc.on.ca/PhysicianHuddle/
Forum: Themes and Templates
In reply to: [Responsive Tabs] Shortcodes in the front page widgetsMy mistake! I was editing the main functions.php file and not the themes functions.php file…..apparently it’s time for me to stop working and go home today.
I run two sites that both use the RSTW plugin. Both sites have the exact same plugins and theme – the only difference is the language in which the site is offered (if you toggle languages they are completely separate sites).
I turned on your debugging on only one site and that is the site affected. The other site is not showing the debug information in the feed.
I’ve deactivated all other plugins and switched my theme to 2012….but to no avail. The debug info still appears in the RSTW widget.