taltenberg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sinatra] White Space Below Header@brankoconjic That’s it! Thanks very much! ??
Forum: Themes and Templates
In reply to: [Sinatra] White Space Below HeaderI have a somewhat similar dilemma: On the home page at https://globalsolarpartnerships.org/ there’s a large space between the embedded YT video and the next block (a ?), yet in edit mode there’s nothing between the 2 blocks. What’s going on?
- This reply was modified 4 years, 1 month ago by taltenberg.
Forum: Plugins
In reply to: [WP Last Modified Info] wp modified date info not displaying on posts/pages.I’m having the same issue: instead of the last modified date appearing, my footer displays this: Last Updated on %post_modified% by Ted Altenberg
Code used:
<span id="post-modified-info">Last Updated on %post_modified% by Ted Altenberg</span>
Website: https://tedaltenberg.com/ using a child theme of 2012 theme.
Forum: Plugins
In reply to: [Contact Form 7] replcing deprecated 0n_sent with DOM eventReally hoping to hear back from you soon on this, Mr. Miyoshi!
— Ted
Forum: Plugins
In reply to: [Contact Form 7] replcing deprecated 0n_sent with DOM eventYour redirect page shows this codde:
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://example.com/’;
}, false );Do you meant that the code I should add to theme template is:
<script type=”text/javascript”>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
if ( ‘1341’ == event.detail.contactFormId ) {
ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ );
location = ‘https://ranchodeloso.org/join-now-paypal/.com/’;
}
}, false );
</script>
???And when you say (on https://contactform7.com/redirecting-to-another-url-after-submissions/) to add this to theme template file, do you mean Main Index Template (index.php), or Single Page template (page.php)?
Thanks, Takayuki, for your help with this! (Hope I don’t sound too ignorant with my Qs…)
—Ted
Forum: Plugins
In reply to: [Contact Form 7] replcing deprecated 0n_sent with DOM eventThank you! Can the js code be modified to apply only to a specific form (id=1341)?
Thanks, Matt, and sorry, yes… Wouldn’t you know it; after I posted my comment, I went back and it was now working. I went back and marked the message “resolved.” Thanks, I really like the Squelch tool! Ted
OK, but how, where? I haven’t been able to ind any documentation of any such conflict…
Forum: Plugins
In reply to: [Clone] Menu Issue after WP Clone restoreThanks for feedback, esmi. (I was wondering whether this was helpful or not, combining similar posts. Now I know you want separate post.)
In the meanwhile, I just read another post about “File not found” error; it mentioned permalinks, so I went and checked permalinks, and changed it from default to “post names” and that resolved the issue. So I’m good! Thanks anyway.
Thatsacake, if your menu is still outta whack, try rebuilding it from scratch; that shouldn’t take too long…
Forum: Plugins
In reply to: [Clone] Menu Issue after WP Clone restoreSorry, thatsacake, that I’m not replying with an answer. I am actually posting a similar issue:
I transferred a site from one hosting account to another at the SAME hosting company (hostmonster.com, who I believe are same people as bluehost.com) and at the SAME domain (https://www.tangerinemoonmagazine.com). Home page looks good, and menu LOOKS good, but none of the menu links work! I get 404 errors. When I go to Pages, they’re all there, and shortlinks look ok, but when I click View I again get 404 errors.
I even rebuilt the menu completely —still getting 404 errors!
Any help would be appreciated.
Forum: Fixing WordPress
In reply to: Auto updates failingYes; some are rwx but a number of them are rw- rw-rw- or rw- r– r–. If there’s a way I can upload or email a screenshot I can show you… Or is there a place where I can see which files need to have what permissions? (https://codex.www.ads-software.com/Changing_File_Permissions seems too general…)
Forum: Fixing WordPress
In reply to: WP in subdirectory… not workingAll working now… must have been a cache issue.
Forum: Fixing WordPress
In reply to: WP in subdirectory… not workingOK, that’s weird: it’s now working just fine! Hmmm… Could it have been a cache issue, that I was seeing the old site for as long as a day or two? (After 2nd day of old site still showing up, I created an index.html with meta-refresh redirect to chaicoughski… Just now, on removing that file, the WP is showing up as it should. Go figure!)
Forum: Fixing WordPress
In reply to: WP in subdirectory… not workingP.S. I’m going to guess that whatever error I’ve made and am not figuring out is also why automatic updates aren’t working…
Forum: Fixing WordPress
In reply to: WP in subdirectory… not workingThat is exactly what I have in my index.php… which is why I’m confused that it’s not working. Next idea?