Forum Replies Created

Viewing 30 posts - 1 through 30 (of 67 total)
  • Author
    Posts
  • in reply to: Contact form and Captcha have been hacked by spammers #806368
    in reply to: Contact form and Captcha have been hacked by spammers #794542

    HI Andy,

    I talked with my Hosting company Tech and he investigated the issue and said that the Website absolutely was not hacked and that it is the
    Form / Captcha that have been exploited. See Below in Private Content for a detailed explanation from the Tech at the Hosting co.
    Thanks, Russ

    in reply to: Contact form and Captcha have been hacked by spammers #794175

    See info below in Private Content

    in reply to: Problem with Title and Tagline under general settings #552792

    The only plugin’s that I have on my website are Google Fonts and Theme check but the “Settings Option/General” has been there since day one when I installed Enfold it’s where I put the Site Title, Tag Line,Wordpress address, site address, Email, Time zone, Date Format, what day the week starts on & site Language. Maybe it is from WordPress but I always thought that was part of Enfold since this was my first experience using WordPress.

    in reply to: Changing Color of Logo Area #501849

    Thanks Rikard, that worked

    Russ

    in reply to: Changing Color of Logo Area #501151

    Hi, I am still unable to get the Main larger text in the LOGO area to turn orange? I know in the past that the 2 lines of text in the
    LOGO area seem to not respond at the same time as if they are completely separate and not part of the LOGO area?
    (Beautiful Natural Alternative & Green is still showing up as green on my screen)

    You are correct, It works perfect now.

    Thanks!

    Russ

    When I do that it completely removes my current website menus, basically as soon as I create the new menu as “Enfold Child Theme Main Menu” all my previous menus on my website are gone because you can only have one main menu. I am wondering if I need to create a new menu under the Child Theme Secondary Menu? Again what I want is to create a new page for viewing videos that can only be accessed by using that pages link, I do not want the new page that I create to add a menu to any of my existing website pages and I do not want to change or effect my existing website in anyway when creating a new page or a new menu/page etc. I want to make sure nothing changes at all when adding this new page that can only be accessed by anyone using the link. This new page will not have any header, footer, sidebar etc it will just be a plain page for viewing video without any branding of any kind.

    I have tried to do that before all of this happened but the problem is the only way to add any pages to the newly created menu in the Appearance/Menu area is to first go into the page area and create a new page first but the problem with that is as soon as a create a new page it automatically appears as a menu item on all of my website pages so that’s why I ended up setting the page to Private but then nobody can access it using the link. So please tell me how in detail to create a page that can only be viewed by using a link and I want to make sure that this page does not show up as a menu on any of my website pages.

    Hi Elliott,

    I needed to create a page that is accessible using the page Link only and whoever arrives to my page from that link needs access without any password or delay. I do not want the page to show any of my website information on it so that is why I have turned off the footer, sidebar and header etc. It is basically a video that needs to play as soon as you click on the link and it cannot have any branding or webpage information at all on it. Also when the page is created it cannot show up on my website as a new menu. I noticed when I set this page to Private it does everything I want it to do except the page link does not work unless you are in the dashboard area. How can I do this without creating a new menu on my website?

    in reply to: Create a New Page that is in the background only #453225

    Hi Rikard,

    Never Mind about my question how to create a webpage where it can only be accessed by a link and not show up on any of my webpages. I figured it out, all I had to do was create a NEW PAGE and Set the Visibility to Private then turn off the header, footer, side bar and bread crumbs and now I have exactly what I wanted.

    Thanks anyway,

    Russ

    in reply to: Create a New Page that is in the background only #453194

    Ok, I created a custom link in the Appearance/Menu area but this time I left the ” Enfold Child Theme Main Menu” BOX unchecked and it did create a Custom Link (Virtual Tour) in that menu area without adding the name of the Custom Link to the Main Menu’s on my Website page Headers.

    But, I do not see how I can access that newly created Custom Link to create a page that can only be accessed by using the custom link and not accessed or seen from my website which was my original request at the beginning. I just want to create a custom page that can only be accessed/seen by using a custom link and that that page cannot be accessed/seen from anywhere on any of my website pages.

    in reply to: Create a New Page that is in the background only #452709
    This reply has been marked as private.
    in reply to: Create a New Page that is in the background only #452254
    This reply has been marked as private.
    in reply to: Create a New Page that is in the background only #452044

    Hi, When I go into the Appearance/Menu area all the boxes including the “Automatically add new top-level pages to this menu”
    are already UN-checked. But when I create a new page in the PAGES area it automatically adds it as a menu no matter if the box is unchecked?

    I have never used this Menu area before and I don’t think my pages have been created under any menu?

    Is there any other way to create a page that will not show up as a Menu?

    Hi,

    I watched the entire video that was linked to the “here” link but I do not see anything related to my issue or mobile or anything else?

    I am missing something

    This reply has been marked as private.

    Works Great Now, Thanks!

    This reply has been marked as private.

    Thats because my website is active and I returned it quickly to how it was before I tried the above options. Which is using the iframe code from above and not using Color Section which did not work at all.

    Basically I just want it to automatically be full screen and to be fully operational

    Hi,

    I tried the Color Section and I put my Vimeo URL in and all it does is show the screen intro shot for the video but the video does not play and there is no access to any of the controls? It just looks like an over blown picture that does nothing.

    I then tired the FullScreen Slider but could not find anywhere to insert a video? Only Photos options are available?

    Any other suggestions?

    This reply has been marked as private.

    Hi,

    I tried inserting the portion after the (max-width: 990px) because I spent a couple days setting every value just right so all cell phone sizes will display properly. But when I add the { nav.main_menu { display: none; }} portion laid out as shown above into both Media Queries it effects all the displays and nothing no longer displays property until I remove that portion of the CSS. See below to see what my current media query looks like in the Quick CSS area. Any suggestions on how to remove the standard menu and show only the Parent Menu on all mobile phones without effecting the current layout of all the Mobile Devices?

    @media screen and (max-width: 400px) {
    .subtext .first-line {
    font-size: 26px !important;
    width: 85%;
    }
    .subtext .second-line {
    font-size: 14px !important;
    left: 0px !important;
    line-height: 1.0; width: 67%;
    }}

    @media screen and (min-width : 401px) and (max-width : 481px) {
    .subtext .first-line { font-size: 26px !important;
    width: 70%;
    }
    .subtext .second-line {
    font-size: 14px !important;
    left: 0px !important;
    line-height: 1.0; width: 49%;
    }}

    This reply has been marked as private.

    Thanks,

    Do you know how to modify the code so it will always be a Full Page size but still be Responsive at all sizes?

    in reply to: Contact Page not sending message to email addresses #370867

    I was originally with HostGator and could not get the Contact page to send to my email addresses using Safari, Chrome and Firefox. I also did not receive any reply emails that are sent to the email address that is entered when filling out the contact page form. HostGator tried to troubleshoot the problem but could not get it to work. They never mentioned anything about having to use the local server email. I ended up moving my account over to Siteground a few days later because of their reputation with WordPress. Once my website was up on their server it had the exact same issues of not sending out emails to either gmail, yahoo and aol. I tried 3 different contact page plugin’s but it did not help at all. I used the PHP and the SMTP from each plugin but still nothing. Tech support from Siteground tried solving the issue but could only confirm that it does not work. I finally just deleted all the contact page plugins and used the local server email address only and from that moment on everything worked normally including receiving the reply emails .

    in reply to: Contact Page not sending message to email addresses #369224

    Elliott,

    This is an update:

    I think I fixed the problem. I deactivated the plugin and then changed the backend email address to my server email address.

    As of now everything is working. I need to do several more tests but of the few tests I have done everything is working normally.

    Will let you know if I have any more issues with the contact page.

    Thanks,

    Russ

    in reply to: Contact Page not sending message to email addresses #369117
    This reply has been marked as private.
    in reply to: Contact Page not sending message to email addresses #368736
    This reply has been marked as private.
    in reply to: Contact Page not sending message to email addresses #368428
    This reply has been marked as private.
Viewing 30 posts - 1 through 30 (of 67 total)