Forum Replies Created

Viewing 30 posts - 31 through 60 (of 63 total)
  • Author
    Posts
  • in reply to: Mobile Gallery (captions covering image) #641188

    Hi Ismael,

    You must NOT have viewed the site. It is set EXACTLY as you have listed in your reply. In mobile, the hover does not work.

    Please assist.

    Thank you!

    in reply to: Site Bombed with WordPress Update #631719

    Hi Yigit,

    Yes, thank you for the research. We tried this method twice – once last night and once this morning … it did not clear.
    I tried it again with another GoDaddy rep – and the problem resolved. (So … not sure if the first two actually DID clear the server cache.)

    My issue has been fully resolved. Thank you for your assistance.

    in reply to: Site Bombed with WordPress Update #631711

    Hey visaliaweb –

    Are you hosting at GoDaddy? If so, is it a managed WordPress account?

    in reply to: Site Bombed with WordPress Update #631536

    Okay … I really need your help.

    ALL OF MY ENFOLD SITES ARE HAVING THE SAME ISSUE.

    http://www.site.com works
    http://site.com has these errors

    also

    https: is the same… with www – it works without it it doesnt.

    Warning: Class __PHP_Incomplete_Class has no unserializer in /home/content/p3pnexwpnas08_data02/49/2651749/html/wp-content/object-cache.php on line 520

    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/content/p3pnexwpnas08_data02/49/2651749/html/wp-content/object-cache.php:520) in/home/content/p3pnexwpnas08_data02/49/2651749/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas08_data02/49/2651749/html/wp-content/object-cache.php:520) in/home/content/p3pnexwpnas08_data02/49/2651749/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas08_data02/49/2651749/html/wp-content/object-cache.php:520) in/home/content/p3pnexwpnas08_data02/49/2651749/html/wp-includes/pluggable.php on line 1171

    • This reply was modified 8 years, 4 months ago by Wildwood.
    in reply to: HTTP Error with Media Upload #624065

    Hey GoldenGate,
    Try renaming your .user.ini to .php.ini
    That’s the last solution I have in pocket.
    Good luck.

    in reply to: HTTP Error with Media Upload #623961

    Hi Faye,

    Yes, I initially provided that code earlier in this thread. I’m glad it worked.

    in reply to: HTTP Error with Media Upload #623884

    Hey GoldenGate,

    What format did you use to increase the max-upload? Did you put it in a .user.ini file or a .php.ini file?

    I always use .user.ini, per GD, but one time it caused other issues and ‘broke’ the site. That is when I learned about using .php.ini instead.

    There is a difference for these. The .user.ini works on sub-directories, and the .php.ini if placed in the root directory applies to all sub-directories. (As defined by GD rep, I have not confirmed this.)

    If you experienced a break with .user.ini (like I did once), then switch to .php.ini and see if that works. (It did for me.)

    Good luck. I hate these types of things! I hope you resolve it soon.

    in reply to: HTTP Error with Media Upload #623872

    Hi Faye, I don’t think it is realistic to think that GoDaddy would heed the advice of Kriesi or most other companies.

    I work from satellite and (on some GD servers) the caching interferes with updating websites. I worked for two years (over 80 hours!) with Dish Network and GD to resolve the issue … and GD didn’t assist at all. Finally Dish Network created a work-around for clients, which was to disable their ‘Internet accelerator.’

    I have worked with Kriesi for a number of years now on many websites, and I am certain that if they can ‘build in’ a solution, they will. They are a great team.

    I have both managed and cpanel accounts. (Both can be affected.)

    • This reply was modified 8 years, 4 months ago by Wildwood.
    in reply to: HTTP Error with Media Upload #623399

    Hi Faye,

    GoDaddy has countless servers. The issue is only on some older servers. I have tried to ‘assign’ my clients to certain ones, but they cannot/do not do that.

    When a website is on the older server it affects ALL the themes I work on. It is not Enfold. It is the GoDaddy server that causes the issue.

    Sorry, from what I can tell it is the luck of the draw.

    in reply to: HTTP Error with Media Upload #623388

    So Rob, it didn’t work?

    There is one other thing about the GoDaddy hosting that you may need to resolve this. It has happened only once with my sites.

    When you upgrade your memory limits … GoDaddy asks that you upgrade using .user.ini. (This is really a good default.) But I had trouble on one site … and used the same code on .php.ini and it cleared up the issue.

    Have you updated the two files?
    (The first are system files. I store them on my hd without the (dot) at the beginning, and then change the name to include the (dot) once uploaded.

    1. .user.ini (or .php.ini)

    (This is a direct upload or you can write it in the file manager.) My generic code is here:
    max_execution_time = 600
    max_input_time = 300
    post_max_size = 100M
    max_input_vars = 10000
    file_uploads = 1
    max_file_uploads = 20
    upload_max_filesize = 200M
    and
    2. wp-config
    This file requires a line-item add in the code:
    /** WordPress upload */
    define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

    Kriesi … please confirm these for your users.

    I hope this helps.

    in reply to: HTTP Error with Media Upload #623362

    Yes, it has worked with the current WP upgrade too. So I think so. GoDaddy proprietary process causes a lot of issues … if you notice … that snippet is a direct GoDaddy snippet.

    You may want to include that in your foundational theme files as an added measure since SO MANY people use them for hosting.

    I am happy to help … as I love your theme and helpful support team.

    • This reply was modified 8 years, 4 months ago by Wildwood.
    in reply to: HTTP Error with Media Upload #623293

    Hi Kriesi,
    As an avid fan … I wanted to assist your clients who host with GODADDY or a GoDaddy reseller and have an http error with media upload.

    Please note:

    Anyone using GoDaddy hosting account may have issues. I have this same issue with other themes, and it all has to do with GoDaddy accounts.

    Add this to the child theme function.php

    add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
    function change_graphic_lib($array) {return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );}

    All the best!

    • This reply was modified 8 years, 4 months ago by Wildwood.
    in reply to: Child Theme #598750

    thank you

    • This reply was modified 8 years, 6 months ago by Wildwood.
    in reply to: Countdown the Animated Numbers #545954

    I had to hire someone, but here is the script. You may be able to work with it. This one restarts every Wednesday.

    <!– RESET COUNTDOWN TIMER TO NEXT WEDNESDAY –>
    <style>.av-countdown-timer{opacity: 0!important;}</style>
    <script>

    var cday;
    var timeInSecs;
    var ticker;

    function getSeconds() {
    var now = new Date();
    var dy = 3;
    var countdowntime = new Date(now.getFullYear(),now.getMonth(),now.getDate(),0,0,0);

    var nowtime= now.getTime();
    var atime = countdowntime.getTime();
    var diff = parseInt((atime – nowtime)/1000);
    if (diff > 0) {
    cday = dy – now.getDay()
    } else {
    cday = dy – now.getDay() -1
    }
    if (cday < 0) {
    cday += 7;
    }
    if (diff <= 0) {
    diff += (86400 * 7)
    }
    startTimer (diff);
    }

    function startTimer(secs) {
    timeInSecs = parseInt(secs);
    ticker = setInterval(“tick()”,1000);
    tick();
    }

    function tick() {
    var secs = timeInSecs;
    if (secs>0) {
    timeInSecs–;
    } else {
    clearInterval(ticker);
    getSeconds();
    }

    var days = Math.floor(secs/86400);
    secs %= 86400;

    var hours= Math.floor(secs/3600);
    secs %= 3600;

    var mins = Math.floor(secs/60);
    secs %= 60;

    var p_day = “”
    var p_hr = “”
    var p_min = “”
    var p_sec = “”

    if (cday != 1) { p_day = “s” }
    if (hours != 1) { p_hr = “s” }
    if (mins != 1) { p_min = “s” }
    if (secs != 1) { p_sec = “s” }

    //var result = cday + ‘ day’ + p_day + ‘ ‘;
    //result += hours + ‘ hour’ + p_hr + ‘ ‘ + mins + ‘ minute’ + p_min + ‘ ‘ + secs + ‘ second’ + p_sec;
    // document.getElementById(“countdown”).innerHTML = result;
    jQuery(‘.av-countdown-days .av-countdown-time’).html(cday);
    jQuery(‘.av-countdown-hours .av-countdown-time’).html(hours);
    jQuery(‘.av-countdown-minutes .av-countdown-time’).html(mins);
    jQuery(‘.av-countdown-seconds .av-countdown-time’).html(secs);
    jQuery(‘.av-countdown-timer’).css(‘opacity’, ‘1!important’);
    jQuery(‘.av-countdown-timer’).attr(‘style’,’opacity:1!important’);

    }

    // LOAD DIFFERENT IMAGES AS BACKGROUND FOR COUNTER
    jQuery(document).ready(function() {
    jQuery(‘.av-countdown-days .av-countdown-time’).html(”);

    getSeconds();
    //jQuery(‘.av-countdown-timer’).css(‘display’, ‘block’);
    });
    </script>

    in reply to: Layer slider not working at all. #530481

    I have just updated ENFOLD and now my layer slider is NOT working at all.

    Possible solutions please!

    in reply to: Photography demo – Main background color and slider image #366807

    Elliott,
    Thank you. That works!

    in reply to: Photography demo – Main background color and slider image #366804

    Elliott,

    My mistake, it is not pulling from body background, it is pulling for the SOCKET background

    The main background color on the Homepage is coming from the
    Socket background color
    Default Background color

    Not sure if this is what your team intended for the following layout:
    Use stretched or boxed layout: Stretched layout
    Logo and Main Menu: Left Sidebar

    Please review

    in reply to: Photography demo – Main background color and slider image #366371
    This reply has been marked as private.
    in reply to: Photography demo – Main background color and slider image #366182

    Hi Andy,
    I’m using the same set up as above on another site, and again the background color is preset and I am unable to change it. (This time, however, using the code above with #fffff in Quick Code does not work.)
    My settings:
    Use stretched or boxed layout?
    Stretched layout
    Logo and Main Menu
    Left Sidebar

    Any and all color selections (splash green, vine, etc) do not allow the background color to change. They all take the theme background color.

    To better explain this, please view this image: background color controls on sidebar menu design

    Thank you.

    in reply to: Portfolio Queries #361257

    Thanks for a great theme! I too need to search portfolios by something other than categories, but the widget will not work for my needs.

    The Avia Layout Builder has a “content element” called “BLOG POSTS”.
    This element displays “PORTFOLIO ENTRIES” by “CATEGORIES”. Is there a way to display by “PORTFOLIO TAGS” like it does for blog posts?

    Thank you!

    in reply to: Contact Forms Disappeared with WP update to 4.0.1 #354666

    Hi Cryscryb,
    That works with a single site, but when there are over 30 sites with the Enfold theme— I just don’t have the time. But thanks for your reminder. I had read the entire thread before posting.

    in reply to: Contact Forms Disappeared with WP update to 4.0.1 #354616

    Mine too!
    All I have is the header and submit button. All form fields and lables have vanised.
    Help!

    in reply to: Photography demo – Main background color and slider image #353067

    Hi Ismael,
    I do not have anything in my Quick CSS.
    Could the code have been brought over by the photography demo?

    Also I will need to remove the icons and the placeholder on all pages, not just page-id 490. Will this same code work on all pages?

    Thank you,
    Kathleen

    in reply to: Photography demo – Main background color and slider image #352515

    My pages and portfolio pages do not default to the correct color as seen in the Enfold Theme Options. I think they are mirroring the Logo area.

    The main content assigned is #fefeff, but the color showing up is closer to black.

    Also this site is a scholarly journal that will never have featured images. Is there a way to remove the portfolio slider image that shows on the “Blog Post” content element.

    The background is suppose to be #fefeff, but is black (as seen in the sceenshot)
    The image place holder (and corresponding icon) needs to be removed. (The white block and pencil icon) – can you help with this?

    http://editjems.org/wp-content/uploads/2014/11/Screen-Shot-2014-11-17-at-6.40.54-AM.png

    Thank you,

    • This reply was modified 9 years, 10 months ago by Wildwood.
    in reply to: Photography demo – Main background color and slider image #352173

    “Menu Sub-Text” edit:
    Found it:
    Edit Menu (sreen options drop down) Descriptions.
    Thanks.

    • This reply was modified 9 years, 10 months ago by Wildwood.
    in reply to: Countdown the Animated Numbers #343088

    I love the animated countdown. (and new Enfold updates. It keeps on getting better and better!)

    Can a script be added that it restarts every wednesday. We have courses that begin on Wednesday – I’d like to use the countdown to the next time the course begins.

    Thank you!

    in reply to: Problem with Avia Layout Builder – Not loading on site #323854
    This reply has been marked as private.
    in reply to: Problem with Avia Layout Builder – Not loading on site #323775

    Hi,
    I have a strange problem during “Page Edit.” All of the center column information now resides on the lower right column. Please view images:
    http://shamalah.com/wp-content/uploads/2014/09/Screen-Shot-2014-09-23-at-7.17.51-AM.png
    http://shamalah.com/wp-content/uploads/2014/09/Screen-Shot-2014-09-23-at-7.17.38-AM.png
    This happened before updated WP 4.0, so I updated and have the latest Enfold. I deactivated plugins (except WooCommerce), but cannot find the culprit.

    Can you please recommend next steps?
    Thank you

    in reply to: HELP! Site is down after updating Enfold Theme #316009
    This reply has been marked as private.
    in reply to: HELP! Site is down after updating Enfold Theme #316007
    This reply has been marked as private.
Viewing 30 posts - 31 through 60 (of 63 total)