Forum Replies Created

Viewing 15 posts - 61 through 75 (of 75 total)
  • Author
    Posts
  • in reply to: Menu drop down under LayerSlider #217222

    Worked lik a charm. Thanks Yigit!
    -Lynn

    in reply to: fatal error caused bij enfold #214056

    For now, I have resolved this by deactivating the Jetpack plugin.

    It caused this error when loading, but then loaded the plugin:
    Fatal error: Out of memory (allocated 67633152) (tried to allocate 122880 bytes) in /home/sterling/public_html/new-wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php on line 269

    Then it gave this error when I clicked on Sites Stats (twice):
    We were unable to get your stats just now. Please reload this page to try again. If this error persists, please contact support. In your report please include the information below.

    User Agent: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11”
    Page URL: “http://sterlingridgeresort.com/new-wordpress/wp-admin/admin.php?page=stats&noheader”
    API URL: “http://dashboard.wordpress.com/wp-admin/index.php?noheader=true&proxy&page=stats&blog=58935943&charset=UTF-8&color=coffee&j=1:2.7”
    http_request_failed: “Couldn’t resolve host ‘dashboard.wordpress.com'”

    in reply to: fatal error caused bij enfold #214008

    I am receiving similia php warnings and my host said to contact the Theme developers. My site is at: http://bit.ly/1ff9EVF

    Should I open a new thread or can you help on this one?
    The error I am receiving is:
    Fatal error: Cannot use object of type WP_Error as array in /home/sterling/public_html/new-wordpress/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 344

    I have also been receiving php memory limit errors, but I increased the allotment and that seemed to resolve that.

    Thanks -Lynn

    in reply to: Mobile issues with header buttons, layer slider and menu #210713

    This thread was closed but the problem is not solved. What do I do? Repost it?
    Sorry, Yigit, neither of the answers above work.

    Here is my code:
    /* Testing- Get Reserve button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-buttons {
    left: 0!important;
    }
    }
    /* Testing – Remove Layer Slider on Smartphone*/
    @media only screen and (max-width: 480px) {
    #layer_slider_1 { display: none; }}

    Update 19Jan2014-
    I was able to correct this using this code:

    /* Testing – Remove Layer Slider on Smartphone*/
    @media only screen and (max-width: 480px) {
    /* Add your Mobile Styles here */
    #layerslider_10 {
    display: none!important; }
    }
    /* Get Reserve Now button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-button {
    position:absolute;
    top:90px;
    left:30px;
    right:20px;
    }
    }
    Note: Layerslider is one word.

    • This reply was modified 10 years, 10 months ago by Lynnr321.
    in reply to: Inserting simple Javascript code onto different pages #210389

    I found it :)
    Here is the link where I found the answer: http://business.pinterest.com/widget-builder/#do_pin_it_button

    And here is the code that worked:
    <script type=”text/javascript” async data-pin-hover=”true” src=”//assets.pinterest.com/js/pinit.js”></script>
    <div id=’wrap_all’>

    in reply to: Mobile issues with header buttons, layer slider and menu #209547

    Hi again,
    1- this did not work, I even added an !important; to the last line.
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0;
    }

    Here is my current code, that I’ve added in the Quick CSS:
    /*Add reserve now button to Header-added code to header.php*/
    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    top: 0;
    left: 495px;
    }
    .header_color .header-buttons a {
    display: block;
    padding: 2px 7px 5px 7px;
    font-size: 21px;
    font-weight: bold;
    float: left;
    color: #f8d699;
    border-radius:0px 0px 15px 15px;
    }
    .header-buttons a.header-chat { background-color: #985e06; left center no-repeat; }
    /*Color hover of TripAdvisor*/
    #top .social_bookmarks_tripadvisor:hover a {
    color:#ff;
    background-color: #29A959;
    }
    /*testing- Move Reserve button on iphones*/
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0px !important;
    }

    2. As you suggested, I’d like to hide the layerslider on mobile. Can you tell me how to do that? Do I still need to assign a css selector? If so, can you point to or share more info on how to do that? I’m only familiar enough with it to be dangerous at this point.

    Thanks -Lynn

    You can find the website at this link: http://bit.ly/1fqPkFc

    in reply to: Inserting simple Javascript code onto different pages #209538

    Hey! Peter…
    Thanks for helping with this. I think it could be of great use for all Enfold users.
    Could this be the problem?
    If you’re running our asynchronous script loader, add this line to set the data-pin-hover attribute:
    p.setAttribute(‘data-pin-hover’, true);

    Where would I add this code?

    Here is where Pinterest provides the dev info:
    http://developers.pinterest.com/on_hover_pin_it_buttons/

    Thanks Lynn

    in reply to: Inserting simple Javascript code onto different pages #209496

    Okay, that works, but when I move to select the ‘Pin it’ it goes away before I can click on it.

    Plus, I think this should rightfully go into a header.php file in my child theme. Can you point me in the direction of setting that up correctly? Do I just create a header.php child theme file and add this new snippet into it? It will overwrite the <div id=’wrap_all’> from the parent theme, right?

    Thanks for your smart & speedy help!
    -Lynn

    in reply to: Inserting simple Javascript code onto different pages #208903

    My site can be found at http://bit.ly/1fqPkFc.
    I have used the snippet below on other themes and it works great. It adds a pop-up Pin It button to all images on hover, but I’m not sure where or how to add it to Enfold. I’d like to have it function on all pages.

    I could not add the Insert-html-snippet plugin mentioned above because it is out of date with the current WP version, so I tried one called Code Snippets which did nothing. I can’t tell where it is adding the code. I need it to go after the opening tag <body>

    <script type=”text/javascript” src=”//assets.pinterest.com/js/pinit.js”
    data-pin-hover=”true”
    ></script>

    in reply to: Insert 3 custom Logos at the social area #199727

    Sure, sorry, I thought it was a generic question to the theme.

    The website is at:
    http://socialenergizer.com/new-wordpress/

    Thanks -Lynn

    in reply to: Insert 3 custom Logos at the social area #199636

    Is there anyway to find out how this was done? I need to add a TripAdvisor icon and think it would be the same markup.
    Thanks -Lynn

    Yes, that worked! Thanks once again. -Lynn

    This is an awesome theme! A little more control in the header area would be nice :)
    I tried to change the phone size using this:
    .social_header .phone-info { color: orange!important; font-size: 20px!important; }

    and it did not work.
    Here is my site: http://socialenergizer.com/new-wordpress/

    Any ideas?

    Thanks -Lynn

    in reply to: Drop Shadow in You Tube Video #198336

    Doh!
    Thank you…

    in reply to: Drop Shadow in You Tube Video #198320

    Hi Yigit,
    I had it locally hosted, but moved it today, so you can look at it.
    Here is the link: http://socialenergizer.com/new-wordpress

    Thanks!
    -Lynn

Viewing 15 posts - 61 through 75 (of 75 total)