Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter actorgeek

    (@actorgeek)

    @cartpauj Ah, that makes so much sense, and structures my next steps. I just didn’t know whose door to knock on and with what frame for my question. Appreciate it.

    And thanks, @threadi, for hanging with me to figure this out.

    Thread Starter actorgeek

    (@actorgeek)

    The issue is everyone says the essence of the issue is somewhere else. My host said I need to go to WordPress users, same with MemberPress. Which makes sense because there is no interaction of MemberPress with the login process. It’s after someone logins in that MemberPress “steps in.”

    I just can’t seem to find someone who will help me tease apart the levels of interaction for something that is probably clear if I understood better.

    Thank you for your time.

    • This reply was modified 2 months, 1 week ago by actorgeek.
    Thread Starter actorgeek

    (@actorgeek)

    @threadi You are so generous to give me more information.

    I understand what you’re saying, and it makes sense, about hiding the back-end URL. But I think I’m missing something in understanding access (I’ve done many websites, but never a member/subscription-based website like this, so this is a learning curve for me): Is there another pathway that I am not understanding for members or subscribers?

    I have built out access with MemberPress, so users after they login are not actually accessing the back-end. They only get to go where their subscription allows. But doesn’t login for everyone come under one pathway, wp-login.php (which is tied to wp-admin) unless I do something different?

    Thanks again.

    Thread Starter actorgeek

    (@actorgeek)

    Hi, thanks so much for your help, everyone.

    And @threadi, what you say is close to what my issue is, but I’d like to explain it a different way, of what seems to be two problems that I am trying to solve, to see if I can get further input. Because the plugin route described doesn’t quite solve my issue or get me to the end point of both security and access I am hoping for, and I think I’m still missing something in my understanding to get there. So, more simply:

    • I used a plugin to create a secure login URL so wp-admin is not public facing. The secure URL is oregonmindful.org/mindfulness. But my users who need to login to the site are having a hard time remembering that and asked for a login button on the homepage.

    • I created a login/logout button in the menubar (at least I did have it up there, worked great, using the code I posted above, in my original message, but I’ve since removed it while I figure this out). When I delete the secure login URL from the security plugin, site visitors can click the login button in the menubar, it leads to a beautifully designed login page, oregonmindful.org/login, the page I created using the login module in my builder, and they are on their way.

    • However, I can’t seem to have both: a secure login that hides wp-admin and wp-login.php. Because when I create the secure login URL, users who click the login button in the menubar are redirected away from the beautiful page I created, oregonmindful.org/login, to ugly generic WordPress login page.

    Note that, as an experiment, I did create a designed login page, same exact design as you see above, and named it oregonmindful.org/mindfulness, but it did not work. Clicking on the login button still bypasses that to land on the ugly generic WordPress login “page.”)

    So, to set me straight in my thinking, I’m asking:

    What steps (and maybe more than one) do I need to
    1) Hide my wp-admin and wp-login.php from bad actors who just type in DomainName/wp-admin or DomainName/wp-login.php to try to hack in but still get my users to a nicely designed login page (ideally, in my builder.)

    2) With new protections in place, looking at the code I used for creating the login/logout button in the menubar, what would I need to do differently in the menubar to make it work that users click and land on a designed login page?

    Thank you so much!

    Thread Starter actorgeek

    (@actorgeek)

    The threads do point to Youst SEO, which I just deactivated.

    I found these helpful:
    https://ww.wp.xz.cn/support/topic/web-page-titles-duplicated?replies=7

    From another:
    I had the same issue. To fix, I had to edit the twentyten_filter_wp_title function in my functions.php (I’m using starkers theme) and remove line 206 – $title .= get_bloginfo( ‘name’, ‘display’ ); Then in SEO -> Titles, I set the Title Template to %%title%% | %%sitename%% to get a space after the separator in the Title.

    From other forum posts, even if you don’t change your functions.php, lots of people posted about changing the SEO – Titles, if you are keeping Youst SEO activated.

    I’ve been searching for two days, and I’m trying all of these. If someone can offer some help…

    I also changed the title tags code Aadhaar card has listed above, and it did nothing.

    I’m having the same problem and doing lots of searching in Forum. The threads do point to Youst SEO, which I just deactivated.

    I found these helpful:
    https://ww.wp.xz.cn/support/topic/web-page-titles-duplicated?replies=7

    From another:
    I had the same issue. To fix, I had to edit the twentyten_filter_wp_title function in my functions.php (I’m using starkers theme) and remove line 206 – $title .= get_bloginfo( ‘name’, ‘display’ ); Then in SEO -> Titles, I set the Title Template to %%title%% | %%sitename%% to get a space after the separator in the Title.

    From other forum posts, even if you don’t change your functions.php, lots of people posted about changing the SEO – Titles, if you are keeping Youst SEO activated.

    I’ve been searching for two days, and I’m trying all of these. I’ll let you know if I get somewhere, but additional help is appreciated from anyone out there.

    Thread Starter actorgeek

    (@actorgeek)

    This finally worked.

    #site-header img {
    	border: solid black 0px;
    }
    Thread Starter actorgeek

    (@actorgeek)

    I tried this, too.

    img.header-image {
         border: none !important;
    }
    Thread Starter actorgeek

    (@actorgeek)

    This didn’t work, adding it below the code I have above.

    #header img {border:none;}

    Thread Starter actorgeek

    (@actorgeek)

    Forum: Plugins
    In reply to: Image gallery
    Thread Starter actorgeek

    (@actorgeek)

    Thanks. I used the Slideshow, which is extremely easy. Just follow the Installation instructions for easy setup.

    https://ww.wp.xz.cn/plugins/slideshow-jquery-image-gallery/

Viewing 12 replies - 1 through 12 (of 12 total)