Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,681 through 1,695 (of 2,005 total)
  • Author
    Search Results
  • #23980

    In reply to: Phone Number in header

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

    Hi Dianne,

    Instead of managing it via CSS you can put a code in header.php so that it shows on all screen sizes. Now the contact number has absolute position and its showing on right hand side.

    If you are not familiar with the code kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact

    Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #23906
    andrea Barnesandrea Barnes
    Member
    • Topics: 4
    • Replies: 6
    • Total: 10
    Member since: November 24, 2015

    OK, I have the header.php open and see the following code:
    <div class=”logo”> “>

    <?php if( of_get_option( ‘logo’, true ) != ” ) { ; ?>

    ” / >

    <?php } else { ?>

    What I want is for this URL to be there.
    Can you tell me how to do that?
    Thanks,
    Andrea

    #23835
    Brian DimitroffBrian Dimitroff
    Member
    Member since: April 10, 2015

    In the default SKT Charity template the icons in the four Services boxes change color on mouseover, which I think is cool. When linking the services to a page with a featured image on the sections tab, this color change effect gets lost. I was able to create png image files that mimic the format of the default ‘donation-image-(1-4).png’ files where there’s a white image on top and an identical colored image underneath. If I save them in the images folder using the same file names as the corresponding defaults they look great and have the same color change effect, but as soon as I link a page to these boxes using the Sections tab the image references get overridden by the featured image for the page.

    Is it possible to alter the index.php file so that only the text is pulled from the pages specified on the sections tab, while the icons are still pulled from whatever png image files are named ‘donation-image-1.png’ thru ‘donation-image-4.png’ in the images folder? That way we can still have the cool color change effect for the icons.

    Thanks for the help!

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

    Hi Andrea,

    You can remove it from header.php file.

    Regards,
    Dave

    #23681

    In reply to: Facebook Pixel

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

    Hi Mike,

    Kindly go to header.php and paste the Facebook pixel code between the <head> and </head> tags.

    Regards,
    Brad

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

    Hi Liberty,

    Kindly use this plugin: https://wordpress.org/plugins/php-code-widget/

    Regards,
    Dave

    #23469
    BrianBrian
    Member
    Member since: February 19, 2016

    I changed the option to in Theme Options to both “Blog Single No Sidebar” and “Woocommerce Full Width” but the sidebar on the right will not go away. Can you point me at which php file I need to hand edit to fix that? It shows up on every page.

    Site: http://dev.miha.org/

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

    Hi Martin,

    Okay. Kindly go to folder inc/custom-function.php

    Search array(270, 200) and replace it with ‘full’ and save the document.

    Regards,
    Dave

    #23300
    BrianBrian
    Member
    Member since: February 19, 2016

    I just installed the newly purchased Yogi theme. It displays the top part of the site and the slider, but past that it stops drawing and gives this error:

    Can’t use function return value in write context in /home/site/public_html/wp-content/themes/skt-yogi-pro/page-box.php on line 6

    #23243
    Malin HeintzMalin Heintz
    Member
    Member since: April 9, 2015

    Hi!
    I want to change the “read more” buttons to swedish, I´ve got the answer:

    Section 6 read more buttons comes from custom-functions.php
    Kindly go to custom-functions.php and find read more. You can change the language or remove it.

    I dont understand where I find the custom-functions.php?

    Thanks a lot!
    Regards Malin

    (www.ungvuxen.se)

    #23097
    EvaEva
    Participant
    Member since: January 16, 2016

    I keep adding the Pinterest verification code into the header php, but nothing happens.
    I also tried it in the footer and a Pinterest verification plugin also didn’t work.
    Someone told me that I will have to clear my cache, but WP super cache is not allowed on my Theme (SKT Bakery Pro) and my hosting company also told me not to install it. So what can I do?
    Thanks

    #22938

    In reply to: Design Agency theme

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

    Hi Malin,

    Section 6 read more buttons comes from custom-functions.php
    Kindly go to custom-functions.php and find read more. You can change the language or remove it.

    For Footer widget:
    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
    Add this code:
    .footer h5{font-weight:normal !important;}

    For Slider:
    Kindly go to Settings>>Reading>>Select your latest post

    Regards,
    Brad

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

    Hi Julian,

    Kindly go to header.php

    Find read more and change it in your own language.

    Regards,
    Dave

    #22737

    In reply to: Kraft Pro theme

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

    Hi Rob,

    Kindly go to search.php and remove this code

    <?php get_sidebar();?>

    After that replace this code <div class=”site-main” id=”sitemain”> with this line of code <div class=”sitefull”>

    Regards,
    Brad

    #22664
    JavierJavier
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 13, 2016

    I just realised it is on Index.php!

    No doubt then, sorry!

Viewing 15 results - 1,681 through 1,695 (of 2,005 total)