EveVaterlaus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Invert Lite] Menu Disappears when scrolling on MobileDid you ever solve this? I have the same problem-
Forum: Fixing WordPress
In reply to: Fatal Error after updateI am wondering what would happen if I substituted a backed up older version of admin.php, as that is where the error occurs. But I fear this might make matters worse?
Forum: Fixing WordPress
In reply to: Serving from subdirectoryOK, I fixed it. For future readers, I went into the functions.php
following this direction”
I<f you have access to the site via FTP, then this method will help you quickly get a site back up and running, if you changed those values incorrectly.1. FTP to the site, and get a copy of the active theme’s functions.php file. You’re going to edit it in a simple text editor and upload it back to the site.
2. Add these two lines to the file, immediately after the initial “<?php” line.
update_option( 'siteurl', 'https://example.com' ); update_option( 'home', 'https://example.com' );
Use your own URL instead of example.com, obviously.
3. Upload the file back to your site, in the same location. FileZilla offers a handy “edit file” function to do all of the above rapidly; if you can use that, do so.
4. Load the login or admin page a couple of times. The site should come back up.
then I was back in the dashboard.
For future reference, I think my mistake was to upload the edited .index php and the .htaccess files into the root folder BEFORE i had saved the new address in settings.Go step by step!!
Eve
Forum: Fixing WordPress
In reply to: Serving from subdirectoryhttps://www.seventhmoonhomebirth.com/new
https://www.seventhmoonhomebirth.comare the subdirectory and root addresses. Was perfect in /new before I tried to redirect.
Thanks again, and please help. I have done this before successfully, don’t know how I failed this time.
Forum: Fixing WordPress
In reply to: title does not show on browser tab, but twice in source codeAs of now I have removed all SEO plugins, title appear when I switch to TwentyFourteen or TwentyFifteen Themes.
But not with my Wilson based theme.
Forum: Fixing WordPress
In reply to: title does not show on browser tab, but twice in source codeThank you,
I removed the stray<style>
tag, and a checked besid the Wilson header, I did not change much, just commented out the blog header<!-- <div class="blog-header"> <?php if ( get_theme_mod( 'wilson_logo' ) ) : ?> <a class="blog-logo" href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> — <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>' rel='home'> <img src='<?php echo esc_url( get_theme_mod( 'wilson_logo' ) ); ?>' alt='<?php echo esc_attr( get_bloginfo( 'title' ) ); ?>'> </a> <?php else : ?> <h1 class="blog-title"> <a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> — <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>" rel="home"><?php echo esc_attr( get_bloginfo( 'title' ) ); ?></a> </h1> <h3 class="blog-description"><?php echo esc_attr( get_bloginfo( 'description' ) ); ?></h3> <?php endif; ?> </div> --> <!-- /blog-header -->
But before I tried the SEO plugins I had nice browser tab titles, I tried several SEO plugins because the client asked for meta descriptions. That is where my trouble started.
Forum: Fixing WordPress
In reply to: title does not show on browser tab, but twice in source codeNope, that does not help at all.
On the browser tabs it just reads https://www.drjanisenzenbacher.comIt should read the page TITLE, not the slug.
But thanks for trying to help me!
Forum: Plugins
In reply to: [Custom Scrollbar] content loading incompletely sometimesHere are a couple of screenshots:
How it looks when it loads:
https://www.annweiner.com/PDFs/Screen%20Shot%202015-10-14%20at%2011.03.41%20PM.pngHow it SHOULD look:
https://www.annweiner.com/PDFs/Screen%20Shot%202015-10-14%20at%2011.03.50%20PM.png(After reloading or resizing the window it will usually behave correctly)
Forum: Plugins
In reply to: [Custom Scrollbar] content loading incompletely sometimesI can’t, I have been working to solve this for days. As of now, I have it disabled, as client is flipping out.
I target a div.
there are 2 classes of divs that should scroll, .heroText (vertical text div)
and .TNHolder (horizontal thumbnails)After installing the scrollers on both, styling them etc, the thumbnails would appear as only one tiny thumbnail SOMETIMES.
And other times they would be fine.
I deleted all files and made a fresh install with a new download of Custom Scrollbar plugin, and now the scrolllbars don’t take effect at all.
Ar there often issues like this?
Thank you, there is no other plugin which performs what yours does, and I am hesitant to load in the JScrollPane in a WordPress site, though it works well in other sites.
Thanks for your insight, I hope you can direct me to a solution.
EveForum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Can I use CSS to resize the slider?I’d like the slider to float left at 50% width for large screens and then go to full size for smaller, what element should I style? Difficult to do this for some reason.
michaelgreenwood, have you had any success yet?Forum: Fixing WordPress
In reply to: redirect to wordpress install in subdirectoryOddly, it works some places but not others. Opera and Safari seem to work, but not Chrome. However, I tried another computer and still get the lack of a home page when entering the site for the first time. All other pages work as they should. Please take a look and see what can be done to fix this! Many thanks.
Forum: Fixing WordPress
In reply to: redirect to wordpress install in subdirectoryShall I edit the wp.config?
Forum: Fixing WordPress
In reply to: changed wordpress urlThanks, I found them and got it all squared away, many thanks for your attention-
EveForum: Fixing WordPress
In reply to: in custom postsVoila!
you are a genius!
manymanythanks.Forum: Fixing WordPress
In reply to: in custom postsone more question- why will the custom posts page nav li a in theh menu not show the .current-menu-item class?
It would be nice to have that-
https://mindfulbirthny.com/wp/articles-by-mary-esther/
Eve
more thanks again