Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 331 through 345 (of 2,005 total)
  • Author
    Search Results
  • #171667
    hjones30hjones30
    Participant
    Member since: March 21, 2018

    Hello,

    A couple of problems not sure how to hand the issues, on my client’s site https://www.bluegrasskesco.com/ current I’m using SKT handyman pro 1.0, I noticed that it the support documentation was now different and went to try to install handyman-theme.zip. which is the 4.0 version, but I became concerned that I would lose all of my client’s configurations for font and colors, so my question is will it keep all my current settings or will I have to completely reconfigure the colors and fonts of the website and all that?

    Unpacking the package…

    Installing the theme…

    Destination folder already exists. /home/fcd9w0asje5z/public_html/wp-content/themes/skt-handyman-pro/

    This theme is already installed.
    Current Uploaded
    Theme name SKT Handyman Pro SKT Handyman Pro
    Version pro1.0 pro4.0
    Author SKT Themes SKT Themes
    Required WordPress version – –
    Required PHP version – –

    The second issue on the Front/Home page, while using Jetpack share, the share icons are linked to the feature projects shortcode links from the green box and not the Front/home page. How do I fix this issue, this is nothing wrong with the Jetpack plugin as far as I can tell. On every other page, it works as expected. It only fails to work on the Fron/Home page.

    #170983
    Robert GianfeliceRobert Gianfelice
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: October 20, 2020

    I found it myself, the php file (single-team.php) in the Theme root folder, line 29
    I replaced <h1 class=”postitle entry-title”><?php the_title(); ?></h1><span>(<?php echo $designation; ?>)</span>
    with <h1 class=”postitle entry-title”><?php the_title(); ?></h1><span><?php echo $designation; ?></span>

    Can you tell me the CSS to increase the height of the viewing pane for the Testimonials on this page? http://rochford.arvox.com/

    When I have a long Testimonial, sometimes the persons name, and designation do not appear in the pane

    Thanks

    #170867
    EelkeEelke
    Participant
    Member since: December 11, 2015

    When I change some things in the Homepage slider section, and I press the ‘save options’ button to save my changes, the website does not save anything but it creates an options.php file. How can I save my changes?

    Kind regards,

    Eelke van der Zwaag

    #170853
    Robert GianfeliceRobert Gianfelice
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: October 20, 2020

    Hi, thanks for your help.

    I changed the line 599, but the () still appears around the designation on this page http://rochford.arvox.com/our-team/stefanie-rochford/
    The html for this page is as follows:
    <!–POST START–>
    <div class=”single_post_content”>
    <h1 class=”postitle entry-title”>Stefanie Rochford</h1><span>(President)</span>

    This is the page that loads after you click the image of the Team member on the homepage, I need to remove the () around the designation. It is not in the core-function.php, is there another page that controls the Team member expanded page?

    2. Regarding the Testimonials:
    How do I increase the height of the Testimonial pane so I can ensure the page will always display the name and designation?
    How to I hide the Testimonial image? I am using this CSS >> .testimonial-image { display:none}
    How do I have the Testimonial text fill the full width of the pane? I am using this CSS .testimonilacontent { width:95%}

    Robert

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

    Hi,

    1. I need to remove the brackets that appear around the Team member designation?

    Ans: Kindly go to sktframe >> core-function.php >> line number 599 >> replace this code:

    $ourtm .= ''.($designation!='') ? '<h4>'.$designation.'</h4>' : ''.'';

    2. Testimonials randomly display the company name and designation for each Testimonial, I would like to always show the Company name and designation and hide the Image. I am already hiding the Testimonial image and using the full width to show the Tesimonial text only with this custom CSS:

    Ans: I am not sure what you mean by this. Can you may be draw or point out in an image?

    You can upload image in https://imgbb.com/ and share the link here.

    Regards,
    Chris

    #170676
    Casara ClarkCasara Clark
    Participant
    • Topics: 32
    • Replies: 49
    • Total: 81
    Member since: April 24, 2020

    Just wanted to circle around about this. I’ve done some research and seen that some people intentionally have the alt text pull the title. Perhaps it’s new information that the ADA compliance software flags it as redundant then?

    I found a couple of sources that say this is the code to pull up the alt text from the media library:

    // retrieve alt (which is stored as metadata to a post)
    $alt = get_post_meta($thumbnail_id, '_wp_attachment_image_alt', true);

    or this…

    <?php $alt_text = get_post_meta($img_id , '_wp_attachment_image_alt', true); ?>
    <h1 class="entry-title"><?php echo $alt_text; ?></h1>

    Perhaps, I’ll have to just start experimenting (after backing up my site, of course), but since y’all are the experts, I’d love to see if you have insight on how to recode the Photo Gallery so the alt text is the alt text from the media library, NOT the title again.

    Thank you!
    Casara

    #170665
    Robert GianfeliceRobert Gianfelice
    Participant
    Member since: October 20, 2020

    Currently using the SKT Parallax Me Pro theme

    1. I need to remove the brackets that appear around the Team member designation, see demo: http://rochford.arvox.com/our-team/stefanie-rochford/

    Currently displays the designation with brackets (President)
    I wish to display the designation only President

    Which php page is used for the Team members?

    2. Testimonials randomly display the company name and designation for each Testimonial, I would like to always show the Company name and designation and hide the Image. I am already hiding the Testimonial image and using the full width to show the Tesimonial text only with this custom CSS:
    .testimonial-image { display:none}
    .testimonilacontent { width:95%}
    .bx-viewport {height:300px;}

    Could this css be the cause for the company name and designation appearing randomly?

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

    Hi,

    Kindly go to sktframe >> core-function.php line No 991 and change project to myproject.

    See screenshot:
    https://imgur.com/a/RU8lD8R

    Regards,
    Dave

    #170350
    Casara ClarkCasara Clark
    Participant
    • Topics: 32
    • Replies: 49
    • Total: 81
    Member since: April 24, 2020

    Do you just mean the URL for the page of the website that has the photo gallery?

    Or is there some URL I can/should pull that would be specific to only the photo gallery?

    Assuming it’s the former, there are two pages that utilize the photo gallery.
    The page linked in the very first post on this thread is the one that has three category-specific photo galleries (under OUR CLIENTS)! (I’d relink it again, but this post didn’t go through when I linked it and I understand that sometimes too many URLs is the cause of that).
    This page has one category-specific photo gallery: https://www.ramolawpc.com/refresh/financing-legal/

    I did some review in the theme files myself and within sktframe, in the corefunctions.php, I see this code, starting line 808:

    		$pfStr .= '<li data-id="id-'.$j.'" data-type="cat-item-'.implode(' ', $slugAr).'" class="portfolio-item2">
     <a class="image-zoom" href="'.( ($videoUrl) ? $videoUrl : $imgSrc[0] ).'" rel="prettyPhoto[gallery]" title="'.get_the_title().'"><div><span class="image-block"><img src="'.$imgSrc[0].'" alt="'.get_the_title().'" title="'.get_the_title().'"/></span><h3 class="gallerytitle">'.get_the_title().'</h3></div></a></li>';

    It seems to me that

    alt="'.get_the_title().'"

    might be the exact cause of my problem!

    I would love it if the alt pulled from the ALT field in the media library INSTEAD of the title.

    Do you know what code I would replace “‘.get_the_title().'” with to have it pull up the alt text instead?

    Thank you!
    Casara

    #170272
    Casara ClarkCasara Clark
    Participant
    • Topics: 32
    • Replies: 49
    • Total: 81
    Member since: April 24, 2020

    It looks like the “code” tool ended up cutting off the text, so recopying the error here:

    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.

    #170271
    Casara ClarkCasara Clark
    Participant
    Member since: April 24, 2020

    Hi!

    I’m using the Business Consulting theme (SKT Builder) on this site: https://www.ramolawpc.com/refresh/

    When it comes to Site Health checks, I’m getting the following error as a “critical issue”:

    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.

    Do you know what this could be referring to? And how to fix it?

    Thank you!
    Casara

    #169804
    Robert GianfeliceRobert Gianfelice
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: October 20, 2020

    Thank you for your help I am now able to publish French content for Testimonials and Teams.

    Regarding the logo, I found an article on PolyLang, https://support.pojo.me/docs/polylang-change-logo-every-language/

    As they suggest I created a child theme and added this code to the functions.php, but it does not work!

    Does the logo have a different name in the customizer, I think that might be the issue.

    Code is as follows

    function pojo_polylang_get_multilang_logo( $value ) {
    if ( function_exists( ‘pll_current_language’ ) ) {
    $logos = array(
    ‘en_CA’ => ‘logointerviewjobs_200_icon.png’,
    ‘fr_CA’ => ‘logointerviewjobs_200_icon_fr.png’,
    );
    $default_logo = $logos[‘en_CA’];
    $current_lang = pll_current_language();
    $assets_url = get_stylesheet_directory_uri() . ‘/assets/images/’;
    if ( isset( $logos[ $current_lang ] ) )
    $value = $assets_url . $logos[ $current_lang ];
    else
    $value = $assets_url . $default_logo;
    }
    return $value;
    }
    add_filter( ‘theme_mod_image_logo’, ‘pojo_polylang_get_multilang_logo’ );

    #169347
    Azeze SahriAzeze Sahri
    Participant
    Member since: June 7, 2017

    Hi

    I have running SKT Corp Pro at https://deanysfinance.com/ suddenly the layout ruined. Please help. Running the latest SKT Corp Pro, with the latest php version and latest wp version.

    thanks

    #169151
    RED PILL DesignRED PILL Design
    Participant
    Member since: May 16, 2020

    Hello,

    When analyzing the ShopZee Pro theme wit the Child Theme Configurator Plugin by Lilaea, I get the following warning:
    Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163

    Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163

    Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163

    How do I fix this?

    Kind regards
    Hasso Weeke
    RED PILL Design

    #168640
    H.A.C.H.A.C.
    Participant
    Member since: November 11, 2016

    Hi,
    I get still the failures that the website uses old xml.. Is here a solution for? I have already installed the jquery that was adviced. But is here a permanent solution for?
    Because i get nog complaince from some of my customers.

    See below the failures (because it is big and red the customers are worried about these warnings)

    jQuery.fn.load() is deprecated https://energyxl.nl/
    https://(domain)/wp-content/themes/solar-energy-pro/customizer/assets/customizer.js: jQuery.fn.live() is deprecated https://energyxl.nl/wp-admin/customize.php?url=https%3A%2F%2F(d0main)%2F
    https://(domain)/wp-content/themes/solar-energy-pro/customizer/assets/live.js: jQuery.fn.toggle(handler, handler…) is deprecated
    https://(domain)/?customize_changeset_uuid=f5ed7f23-9a49-429d-818b-a6f39b67d6f1&customize_theme=solar-energy-pro&customize_messenger_channel=preview-0

Viewing 15 results - 331 through 345 (of 2,005 total)