Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,921 through 1,935 (of 1,993 total)
  • Author
    Search Results
  • #4031

    In reply to: Customization a theme

    Artem DubrovskyArtem Dubrovsky
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: February 16, 2015

    Thank you for a direction.
    Unfortunately it was not so easy: if I change any symbol in the “optionsframework_sktparallaxme_pro” after import (any way: changing the dump, changing the value directly in PHP MyAdmin or using SQL Update query) with the next step it has been automatically rewritten by default content. So I had to import whole dump, manually change only site_url and home and change any links on the frontpage through Theme Options.

    BTW I’d like to contribute you an idea (or the code if you need it)
    1) change social_icon pictures to Font Awesome characters
    2) use posts to show its data on sections

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

    Hmm..for this i guess you need to check single.php file within theme folder whereby you can remove or comment the featured image from appearing in the post.

    Regards,
    Shri

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

    Hi Alex,

    We will try to solve it tomorrow by checking. However http://www.w3counter.com/globalstats.php suggests only 2.7% users using IE 8. So use a plugin like this: https://wordpress.org/plugins/advanced-browser-check/ to stop your customers from using IE8 who are visiting your website since it is a very very old browser now. We are into IE11 right now and none of the html5 concepts work in IE8.

    Regards,
    Shri

    #3812
    Joanna WilsonJoanna Wilson
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 28, 2015

    It was a little unclear where to put that code so I tried popping it in the the custom css section of the theme and in the div class tag of the header.php but both to no avail. Any insight would be greatly appreciated. Here are examples of the code I’ve tried.

    .hdr_buy_pro {

    float: right;

    background-color :#CE3430;

    position: absolute;

    right: 0;

    top: 0;

    font-size: 14px;

    font-weight: bold;

    line-height: 18px;

    }

    <div class=”hdr_buy_pro” style=”float:right;background-color:#CE3430″><a href=#submit>Submit your document NOW!</a></div>

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

    Hi Joanna,

    Okay strange that you need it.

    In header.php after this code:

    <div class=”logo”><a href=”some code” rel=”nofollow”>

    <img alt=”” src=”some code” />

    </a></div>

    Place this html there:

    <div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro/” rel=”nofollow”>Buy This Theme</a></div>

    And in Appearance>Theme Options>Custom CSS add this:
    .hdr_buy_pro {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    }

    Regards,
    Shri

    #3775
    claudio pimazzoniclaudio pimazzoni
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: December 31, 2014

    Pls  see the result : http://www.timeweb2001.it/

    Parse error: syntax error, unexpected ‘Image’ (T_STRING) in /web/htdocs/www.timeweb2001.it/home/wp-content/themes/skt-photo-world-pro/options.php on line 1432

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

    Hi,

    Photo World Slider images :
    Open option.php file from your theme directory eg: …/wp-content/theme/skt-photo-world/option.php
    and go to line no: 1404
    and pase this code after line no: 1404
    ======================

    $options[] = array(
    ‘name’ => __(‘Slider Image 15’, ‘skt-photo-world’),
    ‘desc’ => __(‘Fifteenth Slide’, ‘skt-photo-world’),
    ‘id’ => ‘slide15’,
    ‘class’ => ”,
    ‘std’ => ”,
    ‘type’ => ‘upload’);

    $options[] = array(
    ‘desc’ => __(‘Title’, ‘skt-photo-world’),
    ‘id’ => ‘slidetitle15’,
    ‘std’ => ”,
    ‘type’ => ‘text’);

    $options[] = array(
    ‘desc’ => __(‘Description or Tagline’, ‘skt-photo-world’),
    ‘id’ => ‘slidedesc15’,
    ‘std’ => ”,
    ‘type’ => ‘textarea’);

    $options[] = array(
    ‘desc’ => __(‘Url’, ‘skt-photo-world’),
    ‘id’ => ‘slideurl15’,
    ‘std’ => ”,
    ‘type’ => ‘text’,
    ‘subtype’ => ‘url’);

    ======================
    each and every time you want to extend slider image you have to repeat this code but to make sure to change the number of this code for eg: in our theme there has 15 slider images by default and if you want to add more than 15 then paste this code below the fifteenth image code and extend the number as well.

    Regards,
    Shri

    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    With these code lines :
    .header .logo{padding:0px !important;}
    .header .logo .site-description {display: none;}
    .logo br {display: none;}
    and by removing what you sugested me from header.php

    There is still a very small space (you can see it at http://hpm2015.com/)

    but i don’t mind it’s allot better

    thank you

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

    Add this as well:
    .logo br {
    display: none;
    }

    So with the above codes and this one there should be no space at all.

    Regards,
    Shri

    PS: No need to send us email plus header.php as well now

    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    sorry but i canot do that,
    i will send you the header.php file instead to show me which code i should remove.
    additional when i replaced the code:.header .logo{padding:0px !important;}
    with :
    .header .logo .site-description{padding:0px !important;}
    i had all the empty space again even on top so i kept the first.

    Thank you

    Maria LeventiMaria Leventi
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 7, 2014

    hello again,

    i don’t understand what you want me to remove from header.php.

    In SKT Full Width Pro: Header (header.php) there is nothing like After ending of
    so i’m not sure what to remove.

     

    #3597

    In reply to: Avoid slide squeezing

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

    Hi David,

    Try this In functions.php as shown here: http://sktthemesdemo.net/documentation/full-width-documentation/#slider-setting
    search this:
    fit_always = 0
    fit_portrait=1

    Change portrait to 0 and always to 1 and save the file.

    And then check in your tablet.

    Hope this will resolve it for good.

    Regards,
    Shri

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

    Hi,

    Sorry for delay in reply as we had National Holiday yesterday.

    Kindly check header.php file in WordPress admin>Appearance>Editor.

    Check this line:

    After ending of

    tag you have

    Kindly remove that.

    Also Click on WordPress admin>Appearance>Theme Options>Layout Settings>Custom CSS and add this .header .logo .site-description{padding:0px !important;}

    This is the most that can be done.

    Regards,
    Shri

    #3575
    claudio pimazzoniclaudio pimazzoni
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: December 31, 2014

    I changed to 21  ( file function.php)but the last image slider  remain 15 in the page of option for adding the images.

    Pls let me know if I have to change something else.

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

    Yes i think so should be possible. Kindly check functions.php via Appearance>Editor

    There you will find a line: $i=1;$i<16;$i++

    Change 16 to 21. And let us know if that increased the number to 20?

    Regards,
    Shri

Viewing 15 results - 1,921 through 1,935 (of 1,993 total)