Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 886 through 900 (of 2,001 total)
  • Author
    Search Results
  • #82938
    ClayClay
    Member
    Member since: January 27, 2016

    We have the pro version of Toothy and have begun receiving an error when we go to edit pages. When we click on a page, we see the following message…

    Failed to load content css: https://fidkids.com/wp-admin/admin-ajax.php/?action=dynamic_styles

    I have done some research online and most posts point towards an issue with the theme. Is this an issue with the theme? How can we get this resolved?

    Thanks,

    ~Clay

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

    Hi,

    Kindly go to sidebar.php line no 16 and find shortcodes [contactform to_email=”test@example.com” title=”Contact Form”] and change email ID.

    Regards,
    Brad

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

    Hi,

    Kindly folder frontpage/slider-static.php file and find “slidebtn” and add this code

    For Example:

    <div class="slidebtn"><a class="slidelink" href="<?php echo $complete['slide_link'.$val]; ?>" target="_blank"><?php echo $complete['slide_btn'.$val]; ?></a></div>

    Regards,
    Brad

    #82661

    In reply to: Gardening Theme

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

    Hi,

    No, kindly go to theme folder/skt-gardening folder/templates folder/head-type1.php and search for logo and change there.

    Regards,
    Chris

    #82577
    RobRob
    Participant
    Member since: January 5, 2017

    Hi,
    Website: http://www.ianvanlidth.nl

    My problem I need to change the language to Duthc. I have a problem with the underneath footer. I can change the phone number but not the word Phone etc. Nor do I know how to remove Recent tweets and About us. Where do I find the relevant php file (and which is it?
    Thanks for your help…

    #82553

    In reply to: Gardening Theme

    NigelNigel
    Participant
    • Topics: 184
    • Replies: 336
    • Total: 520
    Member since: March 17, 2016

    found the code in editor

    please advise where in the code I can change the link

    <?php
    /**
    * Header layout 1 for SKT Gardening
    *
    * Displays The Header layout 1. This file is imported in header.php
    *
    * @package gardening
    *
    * @since gardening 1.0
    */
    global $gardening;?>

    <!–HEADER STARTS–>
    <!–HEAD INFO AREA–>
    <div class=”head-info-area”>
    <div class=”center”>
    <?php if(!dynamic_sidebar(‘headerleft’)) : ?>
    <div class=”left”><span class=”phntp”><?php if (!empty ($gardening[‘phntp_text_id’])) { ?><?php $phntp = html_entity_decode($gardening[‘phntp_text_id’]); $phntp = stripslashes($phntp); echo do_shortcode($phntp); ?><?php } ?></span> <span class=”emltp”><?php if (!empty ($gardening[’emltp_text’])) { ?><?php $emltp = html_entity_decode($gardening[’emltp_text’]); $emltp = stripslashes($emltp); echo do_shortcode($emltp); ?><?php } ?></span></div><?php endif; ?>
    <?php if(!dynamic_sidebar(‘headerright’)) : ?>
    <div class=”right”><span class=”sintp”><?php if (!empty ($gardening[‘sintp_text’])) { ?><?php $sintp = html_entity_decode($gardening[‘sintp_text’]); $sintp = stripslashes($sintp); echo do_shortcode($sintp); ?><?php } ?></span><?php if (!empty ($gardening[‘suptp_text’])) { ?><?php $suptp = html_entity_decode($gardening[‘suptp_text’]); $suptp = stripslashes($suptp); echo do_shortcode($suptp); ?><?php } ?></div><?php endif; ?>
    <div class=”clear”></div>
    </div>
    </div>
    <div class=”header type1″>
    <div class=”center”>
    <div class=”head_inner”>
    <!–LOGO START–>
    <div class=”logo”>
    <?php if(!empty($gardening[‘logo_image_id’][‘url’])){ ?>
    ” href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>” />
    <span class=”desc”><?php echo bloginfo(‘description’); ?></span>
    <?php }else{ ?>
    <?php if ( is_home() ) { ?>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    <span class=”desc”><?php echo bloginfo(‘description’); ?></span>
    <?php }else{ ?>
    <h2>“><?php bloginfo(‘name’); ?></h2>
    <span class=”desc”><?php echo bloginfo(‘description’); ?></span>
    <?php } ?>

    <?php } ?>
    </div>
    <!–LOGO END–>
    <!–MENU START–>
    <!–MOBILE MENU START–>
    <i class=”fa-bars”></i>
    <!–MOBILE MENU END–>
    <div id=”topmenu” class=”<?php if (‘header’ == $gardening[‘social_bookmark_pos’] ) { ?> has_bookmark<?php } ?>”>
    <?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) ); ?>
    </div>
    <!–MENU END–>

    </div>
    </div>
    </div>
    <!–HEADER ENDS–>

    #82548

    In reply to: Gardening Theme

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

    Hi,

    kindly go to theme/skt-gardening/templates/head-type1.php and search for logo and change there.

    Regards,
    Chris

    #82543

    In reply to: Gardening Theme

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

    Hi,

    To change logo link kindly edit skt-gardening/templates/head-type1.php and search for logo.

    Regards,
    Chris

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

    Hi,

    Kindly Go To >> theme/skt-handyman-pro/inc/custom-functions.php change readmore text from line number 179.

    Regards,
    Dave

    #82467
    Florian MilzFlorian Milz
    Participant
    • Topics: 2
    • Replies: 17
    • Total: 19
    Member since: May 31, 2017

    Hi Chris

    did you make any changes to any of the following files?

    wp-settings.php
    wp-includes/SimplePie/…
    wp-includes/Text/Diff/Engine/…

    I am getting a security alert that these files have been modified from the original wordpress installation.

    #82361
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Its via custom-functions.php file.

    What’s your order number please?

    Regards,
    Shri

    #82289

    In reply to: SKT Launch Pro Slider

    JenniferJennifer
    Participant
    • Topics: 9
    • Replies: 8
    • Total: 17
    Member since: January 23, 2017

    Is anyone here? Because I need to do this ASAP. Just show me the file and the lines responsible for showing the slider and I know how to do the rest. I know it’s something like index.php or smth.

    #82108

    In reply to: Contact form Marvin

    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Hi Dave,

    When I try test the contactform I get the following line:

    Notice: Undefined index: c_naam in /home/lindarw/domains/lindasregelwerk.nl/public_html/wp-content/themes/skt-marvin/inc/custom-functions.php on line 429

    Form does not send.

    Verzenden is fixed. Thank you!

    Regards,
    Miranda

    #81992
    palomapaloma
    Participant
    Member since: August 9, 2016

    Hi, I built a website using your skt-music-pro theme as a subdomain wgile doing it. Then I moved it to the real domain and followed all the necessary guidelines to change the domain name and permalinks. However, all the permalinks attached to the theme options or theme customizer…in other words, image links, etc are not updating. Even the page links won’t update when I change permalinks setup in settings. I keep refreshing, I have even followed the steps to do it in PHPMyAdmin.

    I try to change the permakinks back to their postname and I get a server error message that says
    “Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator at webmaster@pattersonbluesandbbq.org to inform them of the time this error occurred, and the actions you performed just before this error.
    More information about this error may be available in the server error log.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”

    I own the server, I own the domains, I am the IT/webmaster. so, now, I turn to you. I have never had these issues with any other wordpress sites on my server. This is definitely a theme issue. Especially since the pages work when I leave them as their pageID format. Even though I named them originally.

    http://pattersonbluesandbbq.org/?page_id=2

    Same thing with images that are through your theme’s photogallery. the permalinks won’t update to point to the new website/wp-content/uploads… it keeps pointing to the old one which I deleted.

    Example… I had to manually fix the header image, page banner, and started on my sponsors album but I shouldn’t have to manually do this for each. so this is the correct link structure:
    http://pattersonbluesandbbq.org/wp-content/uploads/2017/08/SIXD-LOGO-NEW-SQ-01-e1503166230620.png

    The wrong links point to:
    Photgallery image: http://pattersonbluesandbbq.org/wp-content/uploads/2017/08/roosevelt-e1503166119486.png (gets internal server error) permalink says it’s http://pattersonbluesandbbq.org/?photogallery=roosevelt-veterinary-center
    widget links not updating:
    [su_slider source=”taxonomy: gallerycategory/6″ link=”http://bluesnbbq.palomadomenico.com/bluesnbbq/sponsors/&#8221; width=”300″ height=”150″ responsive=”yes” title=”no” centered=”yes” pages=”no”] again, it’s from the photogallery album
    shortcode button links didn’t update on theme option home sections:
    [su_button]http://bluesnbbq.palomadomenico.com/bluesnbbq/sponsors/
    [su_button]http://bluesnbbq.palomadomenico.com/bluesnbbq/music/

    This event is happening in less than a month. I need this resolved ASAP

    #81986
    Miranda GraatMiranda Graat
    Member
    Member since: October 3, 2016

    Which words in de css custom functions.php do I need to change to set the contactform words in Dutch? I have tried some words but they don’t show in the form.

    function contactform_func( $atts ) {
    $atts = shortcode_atts( array(
    ‘to_email’ => get_bloginfo(‘admin_email’),
    ‘title’ => ‘Contact enquiry – ‘.home_url( ‘/’ ),
    ), $atts );

    $cform = “<div class=\”main-form-area\” id=\”contactform_main\”>”;

    $cerr = array();
    if( isset($_POST[‘c_submit’]) && $_POST[‘c_submit’]==’Submit’ ){
    $name = trim( $_POST[‘c_naam’] );
    $email = trim( $_POST[‘c_email’] );
    $phone = trim( $_POST[‘c_phone’] );
    $website = trim( $_POST[‘c_website’] );
    $comments = trim( $_POST[‘c_comments’] );
    $captcha = trim( $_POST[‘c_captcha’] );
    $captcha_cnf = trim( $_POST[‘c_captcha_confirm’] );

    if( !$name )
    $cerr[‘name’] = ‘Please enter your name.’;
    if( ! filter_var($email, FILTER_VALIDATE_EMAIL) )
    $cerr[’email’] = ‘Please enter a valid email.’;
    if( !$phone )
    $cerr[‘phone’] = ‘Please enter your phone number.’;
    if( !$comments )
    $cerr[‘comments’] = ‘Please enter your message.’;
    if( !$captcha || (md5($captcha) != $captcha_cnf) )
    $cerr[‘captcha’] = ‘Please enter the correct answer.’;

    if( count($cerr) == 0 ){
    $subject = $atts[‘title’];
    $headers = “From: “.$name.” <” . strip_tags($email) . “>\r\n”;
    $headers .= “MIME-Version: 1.0\r\n”;
    $headers .= “Content-type: text/html; charset=iso-8859-1\r\n”;

    $message = ‘<html><body>
    <table>
    <tr><td>Naam: </td><td>’.$name.'</td></tr>
    <tr><td>Email: </td><td>’.$email.'</td></tr>
    <tr><td>Telefoon: </td><td>’.$phone.'</td></tr>
    <tr><td>Website: </td><td>’.$website.'</td></tr>
    <tr><td>Bericht: </td><td>’.$comments.'</td></tr>
    </table>
    </body>
    </html>’;
    mail( $atts[‘to_email’], $subject, $message, $headers);
    $cform .= ‘<div class=”success_msg”>Dank u voor uw bericht. Het is verzonden.</div>’;
    unset( $name, $email, $phone, $website, $comments, $captcha );
    }else{
    $cform .= ‘<div class=”error_msg”>’;
    $cform .= implode(‘<br />’,$cerr);
    $cform .= ‘</div>’;
    }
    }

    Regards,
    Miranda

Viewing 15 results - 886 through 900 (of 2,001 total)