ATGdeveloper
Forum Replies Created
-
I also get the following error messages every time, although I can click OK and Yes and get to the Word file:
“We’re sorry. We can’t open <filename> because we found a problem with its contents.” After clicking OK, the following error message pops up:
“We found unreadable content in <filename>. Do you want to recover the contents of this document? If you trust the source of this document, click Yes.”
Thank you for your reply. “Pre-process shortcodes before exporting document” was enabled, but it still exported the codes in the page (this only happens with pages, not posts). Here is a sample of the code from the page:
<p style=”text-align: center;”>A provocative conversation
between feminist funders, thinkers, and disruptors</p>
[/vc_column_text][/vc_column][/vc_row][vc_row full_width=”stretch_row” css=”.vc_custom_1652375175734{background-color: #ce3183 !important;}” local_scroll_id=”section-provocations-intro” el_id=”section-provocations-intro”][vc_column][vc_empty_space height=”50px”][vc_row_inner][vc_column_inner width=”1/2″][vc_column_text css_animation=”none” responsive_text=”true” color=”#ffffff” css=”.vc_custom_1648723456989{padding-bottom: 40px !important;}” font_family=”Muro” font_size=”60″ el_class=”provocation-section-title” text_transform=”uppercase”]
<p style=”text-align: left;”>INTRO</p>
[/vc_column_text][vc_column_text color=”#ffffff”]At the 2021 EDGE Funders Alliance Annual Conference, JASS invited seven women of color, primarily Black women leaders within philanthropy, to join a candid conversation on what the political moment is asking of funders. Boldly, they posed some fundamental questions that went to the heart of the matter:[/vc_column_text][vc_empty_space height=”50px”][/vc_column_inner][vc_column_inner width=”1/2″][vcex_image image_id=”16021″][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=”1/2″][vc_single_image image=”15356″][/vc_column_inner][vc_column_inner width=”1/2″][vc_empty_space height=”50px”][vc_column_text color=”#ffffff” css=”.vc_custom_1648746502864{margin-top: 20px !important;}”]What’s holding us back from funding better, faster, and more impactfully to make a big difference?
If there’s a way to export without code, please write back. But I did find a way to delete all the code in the Word file:
Use Find and Replace
click on Use Wildcards
In the Find field enter \[*\]
Replace field: leave blank
Replace allForum: Fixing WordPress
In reply to: Custom front page gives 404 errorNo. I have a draft Home page that I don’t use, but it’s not published. My home page used to work fine, but I changed a number of pages, and I also removed a redirect from the Responsive header.php file. These are the lines I removed, right after the head tag:
<script type=”text/javascript”>DM_redirect(“http://m.againstthegrainstudio.com”);</script>
<script src=”https://static.dudamobile.com/DM_redirect.js” type=”text/javascript”></script>- This reply was modified 6 years, 6 months ago by ATGdeveloper.
- This reply was modified 6 years, 6 months ago by ATGdeveloper.
- This reply was modified 6 years, 6 months ago by ATGdeveloper.
Forum: Fixing WordPress
In reply to: 'Unable to create directory uploads/2013/03.THANK YOU!! This was driving me crazy.
I’m having the same issue. I host with BlueHost, and changed all the permissions on the folders to 777. But then, when I tried to edit my site, all I got was a blank page. After changing the permissions back to 755, I was able to edit again.