Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 271 through 285 (of 2,005 total)
  • Author
    Search Results
  • #183740
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31296
    • Total: 31296
    Member since: August 16, 2013

    Hi,

    These are custom post types. If you want to change the slug of custom post type?

    Kindly go to core-function.php and find text “our-service” “our-team” and “testimonials” and change it there

    Example:

    'rewrite' => array('slug' => 'our-service'),
    'rewrite' => array('slug' => 'our-team'),
    'rewrite' => array('slug' => 'our-team'),

    Regards,
    Dave

    #183471

    Topic: remove title

    in forum All Other Themes
    reginald denisreginald denis
    Participant
    Member since: September 12, 2019

    police theme —

    about ... is the title and cannot be removed I have tried 3 different title remover plugs and the title will not hide … I have tried the toggle in customize as well it will not work
    … how do I hide or remove the title out of this theme

    #183392
    MichaelMichael
    Participant
    Member since: June 12, 2016

    When I try to add a block to a page, the add block button is always unclickable and doesn’t allow me to add a block. I’ve researched how to resolve this and tried checking the “Disable the visual editor when writing”, saving the changes, then unchecking it and saving the changes again but this hasn’t resolved the issue. I saw there was another possible solution that says it may be that my web host is not passing headers through properly and to do either of these two things: Change the CloudFront behaviors to pass on headers OR Add code to functions.php that will enable the user_can_richedit flag as detailed in my post. I am not sure how to do this so I haven’t tried it yet and am not sure if that’s what I should do to resolve the issue or whether there is a better way to fix it with my specific theme. My website url is http://www.alltechslo.com/GASS/wp-admin.

    #182955
    #182890
    MichaelMichael
    Participant
    Member since: June 12, 2016

    Hello I am having trouble finding whether I can remove this certain part of the footer because it had content in it like a logo and links to social medias but I don’t want any content there and now it’s just empty space. Is there any way to completely remove that space on the top of the footer? my website url is https://www.alltechslo.com/GASS/wp-admin/index.php

    MichaelMichael
    Participant
    Member since: June 12, 2016

    I have the movers and packers theme and I have tried every different way I can think of to edit the phone number in the top right. It isn’t included in any of the menus, pages or widgets that I can tell. I tried using custom CSS code from another forum to remove the whole number and phone icon and it didn’t change anything. I just don’t have any idea of how I can even access that portion to edit or remove it. My website url is https://www.alltechslo.com/GASS/wp-admin/index.php.

    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    Here’s the link to the full website to customize it

    https://www.alltechslo.com/GASS/wp-admin/customize.php?return=%2FGASS%2Fwp-admin%2Fpost.php%3Fpost%3D432%26action%3Dedit

    Here’s the link to the storage unit service

    https://www.alltechslo.com/GASS/?post_type=ourservices&p=432&preview=true

    #182320
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31296
    • Total: 31296
    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,
    Brad

    #182148

    In reply to: Handyman Pro theme

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

    Hi,

    a. the URL has the additional level, ie: /index.php/ can this be removed?

    Ans: please set permalink.

    See example below:
    https://ibb.co/Lk6ZXTf

    b. on mobile screen the banner image is not reducing proportionally, OK on desktop

    Ans: Kindly use this CSS.

    @media screen and (max-width:767px) {
    .page_head, .post_head { height:100px !important;}
    }

    Regards,
    Dave

    #182145
    NigelNigel
    Participant
    Member since: March 17, 2016

    Hi, couple of issues using this theme on: https://jakaye-builders-southeastkent.co.uk/wordpress/index.php/building-services/

    a. the URL has the additional level, ie: /index.php/ can this be removed?

    b. on mobile screen the banner image is not reducing proportionally, OK on desktop

    thanks

    #181963
    palomapaloma
    Participant
    Member since: August 9, 2016

    Website URL: Drmichaelwald.com
    Message: I do not have the site live yet, so you can only see it when logged in to WordPress on the back end. I want to edit the testimonials’ page in SKT Yogi theme, but there is no way to do that. The testimonials just automatically pull in a list format on theme skt yogi, theme testimonials.php template, and I want to add YouTube video testimonials to the page (via shortcode ultimate) as well as a testimonials’ slider (via Elementor Pro), and keep the testimonials auto-populated list below that. How do I edit the template and/or page? I tried adding this shortcodes on to the blank page directly, but it won’t work.

    #181216
    Lloyd ShaverLloyd Shaver
    Participant
    • Topics: 7
    • Replies: 13
    • Total: 20
    Member since: September 21, 2020

    I was able to resolve by editing the header.php file as they suggested. Thank you for you assistance! You may close this incident.

    #181214
    Debbie DuBoisDebbie DuBois
    Participant
    Member since: July 10, 2021

    To developer. I was creating a child theme because I noticed that the blog posts in this theme do not have the proper styling to match the rest of the site. using a child theme plug in, it ran a scan of the theme and the following came up, which pretty much explains why I’m having to customize those items in order to get the styling correct. Someone might want to make these changes in an update!

    Notice to DEVELOPER: Trying to get property ‘ID’ of non-object in /var/www/wp-includes/class-wp-query.php on line 4044 Notice: Trying to get property ‘post_title’ of non-object in /var/www/wp-includes/class-wp-query.php on line 4046 Notice: Trying to get property ‘post_name’ of non-object in /var/www/wp-includes/class-wp-query.php on line 4048 Notice: Undefined index: font-family in /var/www/wp-content/themes/skt-activism/templates/custom-style.php on line 35 Notice: Undefined index: font-family in /var/www/wp-content/themes/skt-activism/templates/custom-style.php on line 140

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

    Hi,

    We have manually added the code that you have given in the header.php file, we cannot add that code to the body from widgets.

    Regards,
    Dave

    Regards,
    Dave

    SHELBERT MILLERSHELBERT MILLER
    Participant
    Member since: March 7, 2021

    https://ideviceja.novarradigital.com/

    Woocommerce status report is saying archive-product.php and single-product.php templates are outdated.

    Can you please provide an update?

    ### WordPress Environment ###

    WordPress address (URL): http://ideviceja.novarradigital.com
    Site address (URL): http://ideviceja.novarradigital.com
    WC Version: 5.4.1
    REST API Version: ✔ 5.4.1
    WC Blocks Version: ✔ 5.1.0
    Action Scheduler Version: ✔ 3.1.6
    WC Admin Version: ✔ 2.3.1
    Log Directory Writable: ✔
    WP Version: 5.7.2
    WP Multisite: ✔
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_US
    External object cache: –

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 7.4.21
    PHP Post Max Size: 516 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.77.0
    OpenSSL/1.1.1k

    SUHOSIN Installed: –
    MySQL Version: 5.7.23-23
    Max Upload Size: 3 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔

    ### Database ###

    WC Database Version: 5.4.1
    WC Database Prefix: 1Dd_7_
    Total Database Size: 5.79MB
    Database Data Size: 4.11MB
    Database Index Size: 1.68MB
    1Dd_7_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    1Dd_7_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    1Dd_7_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    1Dd_7_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    1Dd_7_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_actionscheduler_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    1Dd_7_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    1Dd_7_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_options: Data: 2.48MB + Index: 0.06MB + Engine InnoDB
    1Dd_7_postmeta: Data: 0.42MB + Index: 0.11MB + Engine InnoDB
    1Dd_7_posts: Data: 0.20MB + Index: 0.06MB + Engine InnoDB
    1Dd_7_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    1Dd_7_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    1Dd_7_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    1Dd_7_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    1Dd_7_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_7_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    1Dd_7_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    1Dd_7_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_7_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_blogmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_blogs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_registration_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    1Dd_site: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    1Dd_sitemeta: Data: 0.11MB + Index: 0.03MB + Engine InnoDB
    1Dd_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    1Dd_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB

    ### Post Type Counts ###

    attachment: 44
    elementor_library: 20
    nav_menu_item: 33
    page: 20
    post: 7
    product: 11
    product_variation: 5
    revision: 7
    shop_order: 1
    wpcf7_contact_form: 2

    ### Security ###

    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔

    ### Active Plugins (10) ###

    Contact Form 7: by Takayuki Miyoshi – 5.4.1
    Countdown Timer for Elementor: by FlickDevs – 1.3.1
    Elementor: by Elementor.com – 3.2.5
    Product Variations Swatches for WooCommerce: by VillaTheme – 1.0.1.13
    Theme Demo Importer: by Themely – 1.0.8
    WooCommerce: by Automattic – 5.4.1
    WP Extra File Types: by Davide Airaghi – 0.4.4.1
    Theme Editor: by mndpsingh287 – 2.6
    Child Theme Wizard: by Jay Versluis – 1.4
    Bookly: by Bookly – 19.9.1

    ### Inactive Plugins (15) ###

    Akismet Anti-Spam: by Automattic – 4.1.10
    All in One SEO: by All in One SEO Team – 4.1.2.1
    Bluehost: by Bluehost – 2.8.0
    Creative Mail by Constant Contact: by Constant Contact – 1.4.0
    Essential Addons for Elementor: by WPDeveloper – 4.7.5
    Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 7.17.0
    Hello Dolly: by Matt Mullenweg – 1.7.2
    Jetpack: by Automattic – 9.9
    OptinMonster: by OptinMonster Team – 2.4.1
    Templately: by Templately – 1.3.0
    UpdraftPlus – Backup/Restore: by UpdraftPlus.Com
    DavidAnderson – 1.16.56

    WordPress Travel Booking Plugin – WP Travel Engine: by WP Travel Engine – 5.1.0
    WP Enable WebP: by Louis Fico – 1.0
    WPForms Lite: by WPForms – 1.6.7.3
    WP Video Popup: by David Vongries – 2.9.1

    ### Must Use Plugins (2) ###

    Endurance Page Cache: by Mike Hansen – 2.0.7
    SSO: by Garth Mortensen
    Mike Hansen – 0.3

    ### Settings ###

    API Enabled: –
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)

    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)

    Connected to WooCommerce.com: –

    ### WC Pages ###

    Shop base: #7 – /shop/
    Cart: #8 – /cart/
    Checkout: #9 – /checkout/
    My account: #10 – /my-account/
    Terms and conditions: ❌ Page not set

    ### Theme ###

    Name: skt appliances pro-child
    Version: 1.0
    Author URL: https://novarradigital.com
    Child Theme: ✔
    Parent Theme Name: SKT Appliances Pro
    Parent Theme Version: pro1.0
    Parent Theme Author URL: https://www.sktthemes.org
    WooCommerce Support: ✔

    ### Templates ###

    Overrides: skt-appliances-pro/woocommerce/archive-product.php
    skt-appliances-pro/woocommerce/single-product.php version – is out of date. The core version is 1.6.4

    Outdated Templates: ❌

    Learn how to update

    ### Action Scheduler ###

    Complete: 3
    Oldest: 2021-07-10 22:44:16 +0000
    Newest: 2021-07-10 22:55:26 +0000

    ### Status report information ###

    Generated at: 2021-07-11 00:48:25 +00:00
    `

Viewing 15 results - 271 through 285 (of 2,005 total)