Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,861 through 1,875 (of 1,994 total)
  • Author
    Search Results
  • #7541
    Corey PiscopoCorey Piscopo
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: May 21, 2015

    I am also looking for the specific code to alter that will remove the featured image from the top of the blog post. Can seem to locate it in single.php though:

    get_header(); ?>

     

    <div class=”content-area”>

    <div class=”middle-align content_sidebar”>

    <div class=”site-main” id=”sitemain”>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, ‘single’ ); ?>

    <?php skt_white_content_nav( ‘nav-below’ ); ?>

    <?php

    // If comments are open or we have at least one comment, load up the comment template

    if ( comments_open() || ‘0’ != get_comments_number() )

    comments_template();

    ?>

    <?php endwhile; // end of the loop. ?>

    </div>

    <?php get_sidebar();?>

    <div class=”clear”></div>

    </div>

    </div>

     

    <?php get_footer(); ?>

    #7526
    Triin TammTriin Tamm
    Member
    • Topics: 0
    • Replies: 6
    • Total: 6
    Member since: May 6, 2015

    Hei Shri,

    I have put it that way:

    <h1 class=”entry-title” style=”color:#000000;”><?php the_title(); ?></h1>

    should i do it differently?

    Greetins,

    Triin

    #7467
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    The initial top <div class=”site-main” id=”sitemain”> is here and the rest is in content-single.php

    Regards,

    Shri

    #7462
    Triin TammTriin Tamm
    Member
    • Topics: 0
    • Replies: 6
    • Total: 6
    Member since: May 6, 2015

    Hei Shri,

     

    Thanks for your advice. Where should i put it exactly? Maybe it it some other file than single.php? This is what I have at the moment in single.php file:

    <?php

    /**

    * The Template for displaying all single posts.

    *

    * @package SKT Black

    */

     

    get_header(); ?>

     

    <div class=”content-area”>

    <div class=”middle-align content_sidebar”>

    <div class=”site-main” id=”sitemain”>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, ‘single’ ); ?>

    <?php skt_black_content_nav( ‘nav-below’ ); ?>

    <?php

    // If comments are open or we have at least one comment, load up the comment template

    if ( comments_open() || ‘0’ != get_comments_number() )

    comments_template();

    ?>

    <?php endwhile; // end of the loop. ?>

    </div>

    <?php get_sidebar();?>

    <div class=”clear”></div>

    </div>

    </div>

     

    <?php get_footer(); ?>

    #7456
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Triin,

    Okay can you write some inline css? If not here is how:
    Kindly visit Appearance>Editor>single.php

    Check <div class=”main-container”> Make it like this: <div class=”main-container” style=”background-color:#ffffff”>

    And then scroll down for title:

    <h1 class=”entry-title”> Make it like this: style=”color:#000000;”>

    Let us know if you couldn’t do it. We will do it for you.

    Regards,

    Shri

    #7431
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Timo,

    Sorry the customizer is new for us so taking our time. Do this go to Appearance>Editor>header.php (find i<11) and then change 11 to 4.

    Should work.

    Regards,
    Shri

    #7293

    In reply to: Link on the footer.

    Attila NémethAttila Németh
    Member
    • Topics: 0
    • Replies: 3
    • Total: 3
    Member since: May 27, 2015

    Hi,

    I have the same issue. SKT White free version could accept HTML in the footer but after purchasing PRO version I realised that it doesn´t.

    Could you please advise how/where to add the code into footer.php as I am not yet familiar with php cosing.

     

    Thanks,

    Attila

     

    #7239
    Franck DEFREREFranck DEFRERE
    Member
    • Topics: 0
    • Replies: 4
    • Total: 4
    Member since: May 20, 2015

    i’m sorry i forgot to click on ” update file ” on header.php i’ve been looking for ‘contact us’ with no result because i didn’t click  on ‘update header.php’ so it’s all right for me, so thanks a lot the probleme is resolved !!!

    #7227

    In reply to: Language change

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    2 ways of doing it. You can remove the default widgets by going to Appearance>Widgets>Footer widget 2 and 3 and drag and drop your custom widgets. Then whatever title of your widget will be it will show.

    Or else go to footer.php and search the English text and change it to German.

    Regards,
    Shri

    #7205
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Franck,

    Here is the trick.

    Kindly check Appearance>Editor>header.php and search contact us. You can edit the text to whatever you want from there and save the file.

    We are going to include contact us in the coming update within theme options itself for ease of use.

    Regards,
    Shri

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Kindly check custom-functions.php (wp-content/themes/skt-white-pro/inc/custom-functions.php)

    Regards,
    Shri

    #7095

    In reply to: Link on the footer.

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Sorry for the delayed responsive. Currently footer doesn’t allow for the html which is present in Appearance>theme options>footer.

    Alternatively you can go to footer.php (appearance>editor>footer.php) and add your code.

    Regards,
    Shri

    #7040

    In reply to: Problems with Theme

    Daniel de LorenzoDaniel de Lorenzo
    Member
    • Topics: 3
    • Replies: 44
    • Total: 47
    Member since: March 23, 2015

    Hi Shri,

    i recovered all my settings last night. Also my child theme. In this process I found that actually I was the trigger for the problem with the medias. It was the functions.php file. As I recovered it, the media-display disappeared. After deleting this file, all medias there.

    So, sorry for beeing so skeptical. This error was my mistake!

    But I need this functions.php for disabling a function in my shop. So I habe to search for informations about working with a child theme. I don’t want to da any changes in the original, so you can update it, if it’s necessary.

    Best wishes

    Daniel

    #6955

    In reply to: Problems with Theme

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    This is what we get as an error on your website: Trying to get property of non-object in /var/www/ud18_48/html/ichnatur-wp/wp-includes/capabilities.php on line 1197

    Again true media appears in twenty fourteen. But we checked this on 4 client sites as well.

    As said earlier we can give you access. You can see they all have 4.2.2.

    So something for sure has to do with your installation. I will by the end of the day again try to check into your site and find the fault but the above error notice has something to do with it for sure.

    Regards,
    Shri

    #6927

    In reply to: Problems with Theme

    Daniel de LorenzoDaniel de Lorenzo
    Member
    • Topics: 3
    • Replies: 44
    • Total: 47
    Member since: March 23, 2015

    Here are the error messages:

    Strict Standards: Declaration of Menu_With_Description::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /var/www/ud18_48/html/ichnatur-wp/wp-content/themes/natureone-pro/functions.php on line 417

     

    Notice: Trying to get property of non-object in /var/www/ud18_48/html/ichnatur-wp/wp-includes/capabilities.php (at several lines)

Viewing 15 results - 1,861 through 1,875 (of 1,994 total)