Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 346 through 360 (of 2,000 total)
  • Author
    Search Results
  • #167250

    In reply to: Mobile view not fit

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

    Hi,

    Kindly go to Header.php

    Find code:
    <meta name="viewport" content="width=device-width, initial-scale=1.1"/>

    And replace;
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    Regards,
    Brad

    #167146
    Jan RomanowskiJan Romanowski
    Participant
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: October 10, 2020

    There is a workaround to use: https://www.online-toolz.com/tools/unicode-html-entities-convertor.php
    For polish special characters it works fine and output text looks good if pasted as HTML entities to theme editor.
    Answer that “it doesn’t work” while it works in every element but here is not really good and you just lost one customer.
    There is some bug in the theme and it should be handled.

    #163631
    Ana VukovicAna Vukovic
    Participant
    Member since: September 23, 2020

    Hello,
    i have a filmmaker theme and i see i can make changes to most things. the only thing i can’t find is how to insert my video into the video slider on the home page.
    any help?

    https://anaextremfilms.com/wp-admin/customize.php?theme=filmmaker&return=https%3A%2F%2Fanaextremfilms.com%2Fwp-admin%2Fthemes.php

    Thank you

    #163258

    In reply to: Builder / Elements

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

    Hi,

    If you want to change the text yourself.

    Kindly go to sktframe >> core-function.php >> find text “Coming Soon” and change it.

    Regards,
    Dave

    #162794

    In reply to: Add subtitles to pages

    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 185
    • Replies: 484
    • Total: 669
    Member since: July 4, 2016

    Hi Brad,

    Thanks for the help. I have been doing tests with the plugin that you have recommended me. But the WP subtitle plugin requires editing php code and, furthermore, it is not updated for the latest version of WordPress.

    Finally I have decided to use the Visual Subtitle plugin (https://wordpress.org/plugins/visual-subtitle/) which does not require any type of programming and is updated for WordPress 5.5.1

    Best regards,
    Vanessa

    #162413
    NigelNigel
    Participant
    Member since: March 17, 2016

    Hi

    using beauty cuts pro, I am getting a URL error on page addresses that inc the index page (index.php)

    ie: https://zoojoy.oasthousemedia.co.uk/index.php/product/starburst-white/

    should be https://zoojoy.oasthousemedia.co.uk/product/starburst-white/

    please advise

    #159781
    NORITOSHI ENOMOTONORITOSHI ENOMOTO
    Participant
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: April 9, 2020

    Dear Dave,
    Although I wrote that
    “memory_limit = 256M
    upload_max_size = 64M
    post_max_size = 64M
    upload_max_filesize = 64M
    max_execution_time = 300
    max_input_time = 1000” at “php.ini”, can’t change anything.Where can I change this.Please tell me.

    Thanks,
    Ei Sandar.

    #159655
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    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: 31283
    • Total: 31283
    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: 31283
    • Total: 31283
    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: 31283
    • Total: 31283
    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

Viewing 15 results - 346 through 360 (of 2,000 total)