Forum Replies Created

Viewing 30 posts - 1 through 30 (of 96 total)
  • Author
    Posts
  • Did not want to start another thread on this topic. Started getting huge log files again during the past couple of weeks. Followed the instructions again on settings under Performance and it solved some of the issues. Currently, the error log file is continuing to show this error multiple times per minute:

    [03-Jul-2020 11:05:13 UTC] SP_PCP_Resize.process() error: $width parameter is required

    Did a search online and the only result displayed is my post on the subject.

    Any ideas here? This seems to be the last error I’ve got happening in this installation.

    Mike,
    I was in a situation where the site needed to be updated immediately with all the COVID-19 crap going on. So I had to roll back to 2.0.0 of the Five Star Restaurant Menu plugin. Today, I updated the plugin and the issue came back. You can use the credentials provided to see the errors when looking at the Posts page and the Events page on the backend.
    Let me know,
    Steve

    Hello. I removed the Classic Editor plugin – one of the most popular plugins ever so I’m confused as to why there would be a conflict – and enabled the WP Classic Editor in the Enfold options area.
    Once I updated the plugin to 2.0.7, the same issue came up. Rolled back to 2.0.6 and the issue went away again.
    Currently the Classic Editor is deactivated and the Enfold settings are configured as you suggested.
    The issue is limited to regular posts and custom post types (Events). It does not cause an issue with pages.
    Access information provided.
    Thank you in advance,
    Steve

    Crap. Someone – unintentionally – stepped into my thread.
    The question outstanding – Is this code going to be included in a future release of the parent theme?
    Steve

    OK, but this does not answer the question at hand. I’m using a child theme, but the changes made to the slideshow-video.js in the parent theme. Im not used to seeing files that deep within the theme moved into a child.
    Are you saying I should undo the changes made to the slideshow-video.js file and use this function instead?
    This is pretty confusing to me, and I don’t understand the other thread.
    Steve

    Thank you. That seems to have resolved the issue.
    Will this be incorporated into future versions of the Enfold theme, or will the changes be over-written upon update?
    Steve

    Thank you. This did solve the issue in the dev environment I built, but for some reason it is not working on the live site at https://brownstonepark.com
    Do you have any other suggestions?
    Steve

    I tried replacing the code in slideshow-video.js and the same issue came up, but there seems to be only one line of errors piling up instead of two? Maybe not, still the same issue.

    I’m assuming you can see the same errors in the console? You can compare that to the live site at https://brownstonepark.com.

    Concerning SSL – the live site at https://brownstonepark.com is secure and has the issue. When I created the dev environment, I did not activate SSL to keep it as clean as possible. I just activated SSL for the dev environment.

    You are welcome to access the Control Panel and File Manager to make adjustments as I created the development environment for your testing.

    Steve

    in reply to: Avia Footer Scripts? HUGE error log files generated #1189213

    That setting was off, which is the default setting
    I apologize as after I had created this post, I was able to narrow down the issue even more and I inadvertently created a new thread.
    You can find the log in credentials to the development environment and updated post I created here – https://kriesi.at/support/topic/enfold-or-slider-revolution-conflict-showing-vimeo-video-in-slider/
    You can close this thread. Again, apologies.

    in reply to: Avia Footer Scripts? HUGE error log files generated #1188714

    screenshot

    in reply to: Issues with Events Calendar and Events Calendar Pro #1185235

    For my issue, it was still broken when running Enfold 4.7.3 and The Events Calendar (TEC) and TEC Pro 5.0.1. (A suggestion in another similar thread suggested updating to 5.0.1.)

    The solution I found was to go to Events > Settings > Display (tab) and then uncheck “Use updated calendar designs.”

    Note I do not think this is the default setting for TEC (with that option unchecked.)

    in reply to: The Events Calendar 5.0 Customizer – not available #1185234

    For my issue, it was still broken when running Enfold 4.7.3 and TEC and TEC Pro 5.0.1.
    The solution I found was to go to Events > Settings > Display (tab) and then uncheck “Use updated calendar designs.”

    in reply to: Issues with Events Calendar and Events Calendar Pro #1184980

    Already tried that. I’ve also removed the custom CSS that was added in the Quick CSS section of Enfold. Same issues.
    All plugins except TEC and ECP are now currently deactivated, I’m leaving them deactivated until I hear back from you. (This is for the fatr.spi…. domain. The other site is live.)
    Here is an example of the issue again – http://fatr.spidercreations.net/event/live-music-sweet-surrender-acoustic-duo/
    Steve

    The removed CSS is included here for reference:

    /* GENERAL */
    
    /* The following class will SHOW elements when width is below --px, more in functions.php   [sjm 20180601]*/
    @media only screen and (min-width: 671px) {
    .show-mobile { display: none; }}
    
    /* The following class will HIDE elements when width is below  --px, more in functions.php  [sjm 20180601]*/
    @media only screen and (max-width: 670px) {
    .hide-mobile { display: none; }}
    
    /* the following will just hide an element that is on a page. This is good for seasonal stuff. */
    .hide { display: none !important; }
    
    /* HEADER */
    
    .header_color .header_bg{background-color: rgba(255,255,255,.7);}
    
    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.7);
    }
    
    /* This moves the logo over to the LEFT, when selecting Logo & Menu Centered in the settings */
    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /* Placement of the two widget added in header [sjm 20180712]*/
    div#text-2 {
      left: 50%;
      padding-top: 0;
      position: absolute;
      top: 18px;
      z-index: 999;
    }
    div#text-3 {
     right: 7%;
    float: right;
      padding-top: 0;
      position: absolute;
      top: 24px;
      z-index: 998;
    }
    
    /* MAIN NAVIGATION MENU */
    
    /* Let's change the small highlight line under main menu to the light bronze color */
    .avia-menu-fx {
        background: #db8a58 !important;
    }
    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu { 
    border-top-color: #ac2e28 !important; 
    }
    
    /* SLIDER ADJUSTMENTS FOR HOME PAGE */
    
    /* Let's remove the white space under the home page slider */
    #revolutionslider_1 {
    min-height: 0px !important;
    }
    
    /* CONTENT, BLOG POSTS, AND PAGES */
    
    /* Underline links in the content */
    .avia_textblock a {
    text-decoration: underline;
    }
    
    /* Let's remove the image at the top of every blog post. We're removing the image for BOTH Enfold options  [sjm 20180530]*/
    .small-preview{ display: none !important; }
    .post-entry .big-preview{ display: none !important; }
    
    /*Change the default blog post from centered and full justify to left justify, filling 90% of page width   [sjm 20180530]*/ 
    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 90%; text-align:left;}
    
    /* Let's add the underlink for links on page and post content */
    .entry-content a {
    text-decoration: underline !important;
    }
    
    /* In the slider on the home page, this reduces the font size for the headline */
    .wprpsp-recent-post-carousel h2.wprpsp-post-title a, .wprpsp-recent-post-slider h2.wprpsp-post-title a, .wprpsp-gridbox-slider h2.wprpsp-post-title a {
        font-size: 18px !important;
    }
    
    /* FOOTER WIDGETS */
    .widget ul li a {
    font-size: 16px !important;
    line-height: 1.0;
    }
    
    /* SPECIAL ELEMENTS - CLASSES for HIGHLIGHTS */
    .highlight1 {
    background-color:rgba(255,255,0,0.3);
    }
    
    /* Font size for the buttons - Large */
    .avia-button {
    font-size: 18px !important;
    }
    
    /* Notification box change from uppercase to normal */
    .avia_message_box_content {
        font-size: 18px;
        text-transform: none;
    }
    
    /* Edit the tabs on the left Trail Report page */
    .js_active .tab {
          padding: 50px 16px;
          font-size: 1.8em;
    }
    
    /* Let's make the image a square on the events carousel and the event page itself. Actually, this code just makes it fit. */
    #ect-carousel-wrapper .ect-carousel-image {
    background: #fff !important;
    }
    
    .ect-carousel-image img {
    object-fit: contain !important;
    }
    
    /* Solve the issue with the home page slider layover [20190128 sim] */
    .html_header_transparency #top .avia-builder-el-0.avia-layerslider {
        height: auto !important;
    }
    in reply to: Issues with Events Calendar and Events Calendar Pro #1184833

    Bump again. Dozens of responses from support, but I’m curious as to why this request is being ignored?

    in reply to: The Events Calendar 5.0 Customizer – not available #1184481

    @Ismael – I don’t mean to step on this thread, but I expect I have a similar issue. I submitted a ticket about three days ago and no reply yet…

    Issues with Events Calendar and Events Calendar Pro

    Can someone pick that ticket up please?

    in reply to: The Events Calendar 5.0 Customizer – not available #1184322

    There is obviously an issue here. There are a few folks experiencing problems with the layouts for The Events Calendar. It may be a result of changes from the plugin or the theme. Hopefully this can soon be resolved, my website single page event views look like crap.

    in reply to: Issues with Events Calendar and Events Calendar Pro #1184310

    Bump for someone to look at this please?

    in reply to: Adding Yelp Icon – It's showing up as blank #1167368

    Much thanks!
    You may want to take a look at expanding your list of icons included with the theme? Not sure if that is possible, but Yelp is a big one here in the US.
    Steve

    in reply to: Adding Yelp Icon – It's showing up as blank #1167346

    Thank you. That works, but there is no hover effect like the other icons in the header and footer?
    This is definitely a bit more complex than expected (to add an icon) and I’m thinking the Enfold developers may want to take another look at this functionality?
    Steve

    in reply to: Adding Yelp Icon – It's showing up as blank #1167326

    Unfortunately, that did not solve the issue. Log in credentials sent privately.

    Thank you. That seems to have worked well.
    Steve

    in reply to: Upgrade to 4.5.2 breaks element placement #1059660

    Thank you. This solved the issue but I have an important question.

    What CSS file is this overwriting? The slides are the same, siders are the same and the version of Slider Revolution is the same in both sites, but the only difference that I see is the versions of Enfold.

    Is it possible this is CSS associated with the Layerslider plugin that caused the issue? Note that I have Layerslider – which is activated by default – deactivated and removed from the theme directory since we are not using it. (This is a setting available in Enfold.)

    Also, there was no custom CSS applied to the sliders that I could find. So I’m trying to find out how that inline styling was changed and where it changed.

    Sorry for the additional question, I’m just trying to find the root cause so I can better understand what happened. I very much appreciate your help here.

    Steve

    in reply to: Upgrade to 4.5.2 breaks element placement #1058220

    I do appreciate you looking at this. Doing a Merge/Compare between 4.5 and 4.5.2, there does seem to be quite a few differences in many CSS and PHP files, as well as some JS files. Granted, some stuff may be very minor like a version change or removing some extra lines. But something is going on right?

    http://pr.spidercreations.net/wp-content/uploads/compare-45to452.xlsx

    Thank you,
    Steve

    in reply to: Upgrade to 4.5.2 breaks element placement #1058197

    I just want to point out again. There are future business requirements my client has mentioned will need to be implemented soon – hence the Revolution Slider as it meets those requirements.

    in reply to: Upgrade to 4.5.2 breaks element placement #1058187

    For my clients that request a slider, that’s what I use for all of them. I’m used to it, and it is a a popular option. It provides features I will need in the future for this website.
    Switching the slider is not really the answer.
    The only change has been the update of Enfold from 4.5 to 4.5.2
    As you can see – I built out a complete development environment – I’m using the same version of Rev Slider and the Carousel in both areas, live and development.
    If the Kresi team is going to state the Enfold theme is no longer compatible with Slider Revolution, please make that a formal thing.
    I don’t want to have to learn a completely new slider, Slider Revolution is very popular, frequently updated and supported and popular.
    Can we escalate?
    Let me know,
    Steve

    in reply to: Upgrade to 4.5.2 breaks element placement #1057467

    Added to note. I realize that the code or the CSS in the two plugins may be the issue. That said, please understand those two plugins have not been updated since December. Those developers are suggesting it must be an Enfold change since everything looks fine with their plugins from December and the issue did not materialize until I updated Enfold last week.
    I’m in a situation where they are suggesting I contact you.

    in reply to: Upgrade to 4.5.2 breaks element placement #1057462

    Deactivated all plugins except Slider Revolution and Post Carousel Pro as those are needed to see the problem. You’re welcome to deactivate them, but then you can not see what the issue is.
    It certainly is possible the slider or PCP are the issue, but the only change was the Enfold theme.
    As mentioned, this is a development area secured by the plugin Force Login. I have backups, and you’re welcome to activate or deactivate plugins.

    in reply to: Upgrade to 4.5.2 breaks element placement #1057269

    See attached. Thank you.

    in reply to: Exclude post, page or product from Enfold's AJAX search? #1000974

    Is there even a way to turn off the AJAX search?
    Would installing something like Relevanssi allow me to not list a specific page, post or product in the AJAX search?

    in reply to: Overlaying an element – full browser vs mobile #965504

    Since I’m using Slider Revolution, I dug into that a bit and was able to customize the size for the slider based on computer/laptop/tablet/browser which has cleaned up the issue for me.

    Still would like to hear from you about suggestions for the future when it comes to overlaying an element like I’ve done. In this situation, I was able to fix it customizing the slider, but in some cases it might just be an image or something else.

Viewing 30 posts - 1 through 30 (of 96 total)