Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 346 through 360 (of 1,993 total)
  • Author
    Search Results
  • #159655
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31243
    • Total: 31243
    Member since: August 16, 2013

    Hi,

    File: wp-content/themes/realestate/sktestate/skt-estate/inc/class-sktestate-submission.php

    Line(s): 6 Please delete following code ::

    if ( ! session_id() ) {
      @session_start();
    }

    and after delete above code recheck site health. now critical issue resolved.

    Regards,
    Dave

    #159559
    raffaelefortunatoraffaelefortunato
    Participant
    Member since: November 29, 2018

    Hello support,

    I’ve started working on the local business with Elementor but I’m struggling with a few things.
    the website URL exportitaliano.com

    I’m trying to adjust/edit the Front Page, I need to change the Contents that are in latin and the Activity Icons. Now The front page menu in wordpress has only

    SLIDER
    HOME PAGE SETTING

    BUT none of these two does actually allow me to edit the content of the latin templates.

    Also is that possible perhaps to leave the front page on draft and not published for now?
    Also when I open my link exportitaliano.com the domain changes to the following:

    http://box5714.temp.domains/~exportit/wp-admin/customize.php?return=%2F%7Eexportit%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage&autofocus%5Bcontrol%5D=background_image

    It doesn’t seem correct?

    Last question on the front page now the HEADER covers the first row of the menu.

    What do I need to do? Please help me also with link of video tutorial or provide all instructions.

    Thank you very much in advance for your help

    Raffael

    John BageJohn Bage
    Participant
    Member since: June 22, 2017

    Realestate theme causing issues on WP site health checks. I found this code and commented it out and that resolved the issue. However, I worry this may have adverse effects on the site. Can you please advise?

    I get the 3 critical issue errors below…

    An active PHP session was detected
    Performance
    A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.

    The REST API encountered an error
    Performance
    The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
    The REST API request failed due to an error.
    Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)

    Your site could not complete a loopback request
    Performance
    Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.
    The loopback request to your site failed, this means features relying on them are not currently working as expected.
    Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)

    This is what I found to work around the error but as I mentioned above, I am not sure about any adverse affects this may have.

    File: wp-content/themes/realestate/sktestate/skt-estate/inc/class-sktestate-submission.php

    Line(s): 6

    FIND

    if ( ! session_id() ) {
          @session_start();
    }

    -CHANGE TO-

    if ( ! session_id() ) {
    //      @session_start();
    }

    With this not commented out, the site health report takes a long time to load. I assume this is because it has to timeout. Now with those lines commented, the site health report responds back with the report within a couple of seconds.

    #159165
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31243
    • Total: 31243
    Member since: August 16, 2013

    Hi,

    Added a previous post next post plugin which can manage the color as well as the button. You can manage the settings from this place: http://www.meditate-wnc.org/wp-admin/options-general.php?page=wp-next-post-navi.php

    Regards,
    Dave

    #159111

    In reply to: Contact form on pages

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31243
    • Total: 31243
    Member since: August 16, 2013

    Hi,

    Kindly go to skt-trust/inc/custom-functions.php line no 609 and add your email address there.

    Regards,
    Dave

    #158160

    In reply to: Modify Slider

    Daniel CulticeDaniel Cultice
    Participant
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: July 26, 2020

    I deleted the php code for the Slider-overlay. Thanks

    #158102
    MaribelMaribel
    Participant
    • Topics: 9
    • Replies: 9
    • Total: 18
    Member since: February 3, 2017

    Thanks, I think I find the solution. I am still using the 2017 theme as I am just migrating to a new server. Would you recommend the latest one you gave? I tried but find it is hard to use. Cannot switch off some sections. In either of the two condimentum themes (2017 and the latest )I tried it still find a not secure warning in google chrome browser. Is this because of the theme or the php?

    #158084

    In reply to: gardening theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31243
    • Total: 31243
    Member since: August 16, 2013

    Hi,

    Kindly edit frontpage/slider.php file, go to line number 14 and make below changes:

    running: true,
    paused: false,
    stop: false,

    Regards,
    Dave

    #157594

    Topic: Home page

    in forum All Other Themes
    Valentina UlivieriValentina Ulivieri
    Participant
    Member since: June 28, 2020

    Hi,
    my home page (when I click on Home on the menu) doesn’t show the Home page anymore
    In the menu, in the Home page is still: http://bodyspiritflow.com/home-page-slider/ which should be showing the home page slider.
    It doesnt.
    If I click on the Home in the Menu, it shows this page: 404 page not found

    http://bodyspiritflow.com/wp-admin/nav-menus.php

    #157502
    Valentina UlivieriValentina Ulivieri
    Participant
    • Topics: 17
    • Replies: 48
    • Total: 65
    Member since: June 28, 2020

    Hi,

    I’m using SKT page builder (not Elementor).

    1. I have gone to Pages and seen the template for the various types of Pages (full width, no side bar etc).
    The problem is, if I use the template there and save it, then I won’t be able to use it again, because if I do and save again for another page then it will delete the previous page that I created

    http://bodyspiritflow.com/wp-admin/edit.php?post_type=page&paged=3

    #157473
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31243
    • Total: 31243
    Member since: August 16, 2013

    Hi,

    Kindly use compressjpeg.com or tinypng.com to reduce sizes and compress all your images and reupload them.

    Lastly kindly use WP Fastest Cache plugin and ask hosting to have Zend Op Cache and PHP Server cache applied to your site or if they have NGINX available get them to use that.

    With all the above steps i am sure your site will be faster. Theme is just part of the entire WordPress website ecosystem and our themes are coded to be faster.

    Rest are all generic points i mentioned here.

    Regards,
    Dave

    #157398
    Valentina UlivieriValentina Ulivieri
    Participant
    Member since: June 28, 2020

    Hi,

    I would like to what/how to write in the Button Link URL in order to connect a button to another page.

    Example:
    http://bodyspiritflow.com/wp-admin/post.php?post=4010&action=sktbuilder#edit-61/blockColumns-63

    Valentina UlivieriValentina Ulivieri
    Participant
    Member since: June 28, 2020

    Hi all,

    I’ve tried but I couldn’t get rid of the righthand side column on pages.
    Please see link below

    http://bodyspiritflow.com/wp-admin/post.php?post=4010&action=sktbuilder

    #157337

    In reply to: Real Estate Template

    AndrewAndrew
    Participant
    • Topics: 24
    • Replies: 17
    • Total: 41
    Member since: April 15, 2016

    Deleted the plugin in the plugin folder – upgraded to php 7.3
    Then found error in plugins in dashboard – deleted from dashboard – now all good
    Reinstalled the latest version of slider and it now works

    #157313

    In reply to: SKT Decor Slider

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31243
    • Total: 31243
    Member since: August 16, 2013

    Hi Audrey,

    Kindly edit frontpage/slider.php file, go to line number 14 and make below changes:

    running: true,
    paused: false,
    stop: false,

    Regards,
    Chris

Viewing 15 results - 346 through 360 (of 1,993 total)