Search Results for 'php'

Home Forums Search Search Results for 'php'

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

    Hi,

    Kindly edit inc/custom-functions.php and go to line number 580.

    Regards,
    Chris

    #113535
    neuendorfneuendorf
    Participant
    • Topics: 9
    • Replies: 13
    • Total: 22
    Member since: November 20, 2018

    Here we go: http://sunset-sonnenstudio.com/index.php/kontakt/

    #113163

    In reply to: coworking theme

    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you the code in PHP worked on line 39.
    Here is a link to a screen shot of the header. https://imgur.com/a/95i8PxD
    The top one is the header on team member page, the bottom picture is of the header on Home page and every page of the website.
    No matter what we try to do to single team member page, we can’t get the header to look the same.
    Please, help.

    #113158
    Adam MoyerAdam Moyer
    Participant
    Member since: May 7, 2015

    The Simple Custom Post order plugin that you installed on my site it blocking almost all of the links. I cannot even login to my wordpress to disable it or try to fix anything:

    http://soundfactordj.com/wp-admin/options.php/

    Fatal error: Can’t use method return value in write context in /home1/ab80373/public_html/wp-content/plugins/simple-custom-post-order/simple-custom-post-order.php on line 49

    PLEASE HELP!

    #113141

    In reply to: coworking theme

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

    Hi,

    Kindly go single-team.php line number 29 and remove parenthesis there.

    Regards,
    Dave

    JimakoJimako
    Participant
    Member since: November 27, 2018

    Hi,
    SKT Welder Pro theme is not working with child theme out of box. I didn’t find this in documentation. Maybe this helps somebody.

    There are 2 ways how to detect theme options name in this theme:

    $themename = wp_get_theme();
    and
    $option_name = get_option( 'stylesheet' );

    This means that you can:
    1. to name your child theme the same name as your child theme folder (Theme Name in your child style.css)

    or you need to add this code to function.php in child theme:

    if ( ! is_admin() ) {
      function optionsframework_option_name() {
      	// Change this to use your theme slug
      	$themename = wp_get_theme();
      	$themename = preg_replace("/\W/", "_", strtolower($themename) );
       
      	return $themename;
      }
    }

    Otherwise you don’t get correct options values and your site doesn’t work.

    Edited: added test if it’s not admin area. Otherwise you get fatal error, because in admin area it works different way.

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

    Hi,

    Edited category.php file and added following code just after <!–CUSTOM PAGE HEADER ENDS–>

    <div class="clear"></div>
    <div class="center">
    <?php the_archive_description( '<div style="margin-top: 40px; padding-left: 20px;" class="taxonomy-description">', '</div>' ); ?>
    </div>

    Regards,
    Dave

    #112255

    In reply to: Disable Gallery

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

    Hi,

    We have deleted the gallery post type codes in custom-functions.php.

    Regards,
    Brad

    #112239
    neuendorfneuendorf
    Participant
    Member since: November 20, 2018

    Hi there,

    I created a new post under my blog. As contribution picture I choosed the “black friday pic”. But in the post I didn’t insert any picture and I get one displayed. What is wrong? And if the image appears, then at least the text should appear below or above it. But not to the side.

    Link for checking:
    http://sunset-sonnenstudio.com/index.php/2015/08/26/dummy-post-here/

    Thanks for help!

    Marc K.Marc K.
    Member
    • Topics: 8
    • Replies: 43
    • Total: 51
    Member since: October 12, 2015

    Fatal error: Uncaught Error: Call to undefined function mysql_escape_string() in /customers/8/a/c/vandeenen.nl/httpd.www/wp-content/themes/skt_biz_pro/functions.php:60 Stack trace: #0 /customers/8/a/c/vandeenen.nl/httpd.www/wp-settings.php(426): include() #1 /customers/8/a/c/vandeenen.nl/httpd.www/wp-config.php(107): require_once(‘/customers/8/a/…’) #2 /customers/8/a/c/vandeenen.nl/httpd.www/wp-load.php(37): require_once(‘/customers/8/a/…’) #3 /customers/8/a/c/vandeenen.nl/httpd.www/wp-blog-header.php(13): require_once(‘/customers/8/a/…’) #4 /customers/8/a/c/vandeenen.nl/httpd.www/index.php(17): require(‘/customers/8/a/…’) #5 {main} thrown in /customers/8/a/c/vandeenen.nl/httpd.www/wp-content/themes/skt_biz_pro/functions.php on line 60

    If you can tell me if this is something you can solve, i will be renew my support by your provided link.

    Greetings
    Marc

    Marc K.Marc K.
    Member
    Member since: October 12, 2015

    Since my provider updated the PhP version to 7.2, i can not watch my website anymore.
    Only when i downgrade to i.e. version Php5.6 it works.

    How is this possible?

    http://www.vandeenen.nl

    #111731
    procopiaprocopia
    Participant
    • Topics: 8
    • Replies: 17
    • Total: 25
    Member since: November 17, 2017

    It does not delete its data, but it deletes all changes that have been made to the functions.php, header.php etc. So I guess I will have to work with a child theme, if I want to avoid this in the future?

    Regards,
    Thomas

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

    Hi,

    Kindly ask your hosting provider:

    I need a script whitelisted in modSecurity: /wp-admin/admin-ajax.php I receive a “406 (Not Acceptable)” error when this script attempts to publish menu items on my WordPress site.

    Regards,
    Brad

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

    Hi,

    Kindly go to header.php

    Find:
    <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

    #111403
    athena.mekisathena.mekis
    Participant
    • Topics: 7
    • Replies: 18
    • Total: 25
    Member since: August 15, 2017

    Hi Chris,

    Unfortunately, that didn’t change the color of the span icon on hover. I went ahead and removed the circle icon all together by removing <span> from the content.php page.

    Previously:
    <p class=”read-more”>“><?php echo of_get_option(‘readmoretext’); ?><span>›</span></p>

    Now:
    <p class=”read-more”>“><?php echo of_get_option(‘readmoretext’); ?>›</p>

    I even tried: .content-area p.read-more span:hover {color:#447dc0;} but it didn’t work.

    Anyway, removing the circle completely worked fine. Items is now closed.

    Thank you for your effort.

    Athena

Viewing 15 results - 616 through 630 (of 2,005 total)