Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter saltydogfishingcharters

    (@saltydogfishingcharters)

    Page where error is happening… https://orange-beach.saltwater-fishing-charters.com/

    saltydogfishingcharters

    (@saltydogfishingcharters)

    I am one of those guys that would be upset! Not that i am not knowledgable in that arena, it is the inconvenience to have too when i did not make the request. Furthermore, when you have clients doing their own updating who is not inclined with the know how, they contact me, then i have to charge them more, when after all i was the one who recommended the plugin. Creates too many problems on a already functioning not broken plugin.

    saltydogfishingcharters

    (@saltydogfishingcharters)

    I just fixed the problem. I logged out of WP-admin with the normal http: protocol and I logged into WP-admin via https: i re uploaded the favicon.png and it now works secured.

    saltydogfishingcharters

    (@saltydogfishingcharters)

    saltydogfishingcharters

    (@saltydogfishingcharters)

    I use Multi Site and the plugin works fine… with the exception of SSL. I am getting SSL mixed content warning and cannot find where to add “https” to the code? Any advice?

    saltydogfishingcharters

    (@saltydogfishingcharters)

    Found the solution to my problem… Changed “display: none;” to “display: block;” and the first tab in accordion mode is opened by default. Example…

    .responsive-tabs .responsive-tabs__panel–closed-accordion-only {
    display: block;
    }

    All’s good in my hood with Tabby. 😉

    saltydogfishingcharters

    (@saltydogfishingcharters)

    I made accordion menu because i couldn’t make unlimited characters within each tab without it making two rows of tabs…

    Maybe you might like this CSS design. I am back because when the page loads it loads with all tabs closed and would like it to open on tab one when page loads.

    .responsive-tabs .responsive-tabs__heading {
    display: none;
    }

    .responsive-tabs .responsive-tabs__list__item {
    display: inline;
    cursor:pointer;
    }

    .responsive-tabs-wrapper {
    clear: both;
    margin-bottom: 20px;
    zoom: 1;
    width: 550px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 115px;
    }

    .responsive-tabs-wrapper:before,
    .responsive-tabs-wrapper:after {
    content: “”;
    display: table;
    }
    .responsive-tabs-wrapper:after {
    clear: both;
    }

    .responsive-tabs .responsive-tabs__heading:focus,
    .responsive-tabs .responsive-tabs__list__item:focus {
    outline: 1px solid transparent;
    }

    .responsive-tabs .responsive-tabs__heading–active:focus,
    .responsive-tabs .responsive-tabs__list__item–active:focus {
    outline: none;
    }

    .responsive-tabs .responsive-tabs__list {
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0 10px 0;
    padding-bottom:0;
    }

    .responsive-tabs .responsive-tabs__list__item {
    border: 1px solid transparent;
    border-bottom: none;
    line-height: 1;
    margin: 0 14px 0 0;
    padding: 10px 20px;
    }

    .responsive-tabs .responsive-tabs__list__item:hover {
    color: #222;
    }

    .responsive-tabs .responsive-tabs__list__item–active,
    .responsive-tabs .responsive-tabs__list__item–active:hover {
    background: #fff;
    border-color: #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #606060;
    }

    .responsive-tabs .responsive-tabs__panel–closed-accordion-only {
    display: block;
    }

    /* — ACCORDION — */

    .responsive-tabs .responsive-tabs__list {
    display: none;
    }

    .responsive-tabs .responsive-tabs__panel–closed-accordion-only {
    display: none;
    }

    .responsive-tabs .responsive-tabs__heading {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 10px 0 10px 20px;
    background: rgba(0,0,0,.6);
    border: 1px solid rgba(0,0,0,.6);
    border-radius: 5px;
    font-family: ‘Pieces of Eight’;
    font-size: 22px;
    font-weight: normal;
    color: rgba(255,255,255,1);
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
    text-align: center;
    }

    .responsive-tabs .responsive-tabs__heading:after {
    content:””;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0;
    }

    .responsive-tabs .responsive-tabs__heading:hover {
    background: rgba(0,0,0,.3);
    color: red;
    }

    .responsive-tabs .responsive-tabs__heading–active {
    background: rgba(0,0,0,.3);
    border-radius: 5px 5px 0px 0px;
    border-bottom:none;
    color: red;
    }

    .responsive-tabs .responsive-tabs__heading–active:hover {
    background: rgba(0,0,0,.3);
    color: red;
    }

    .responsive-tabs .responsive-tabs__heading–active:after {
    border-top: 0;
    top: 18px;
    }

    .responsive-tabs .responsive-tabs__panel {
    height: 350px;
    padding: 10px 0px 0px 0px;
    background: rgba(0,0,0,.3);
    border: 1px solid rgba(0,0,0,.6);
    border-radius:0px 0px 5px 5px;
    border-top: none;
    overflow: hidden;
    }

    Thread Starter saltydogfishingcharters

    (@saltydogfishingcharters)

    Oh, almost forgot working example of said work is located here…
    http//:saltwater-fishing-charter.com

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