Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,816 through 1,830 (of 2,005 total)
  • Author
    Search Results
  • #12281
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Martin,

    Yes for each theme the div for slider is different. We can see which div affects and use display none in css to hide it.

    We can also comment out code in header.php and use some other slider instead.

    You are using SKT Full Width Pro and hence gave the answer in that context.

    We always help clients with their requests so if you are planning to buy another theme and want to completely remove the slider or replace it with some other slide we will help you in doing so.

    Regards,
    Shri

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

    Sorry for delayed response due to weekend.

    Yes kindly go to Appearance>Editor>footer.php and search for reservation. Change it to Appointment.

    Regards,
    Shri

    #12121
    Wadson EspindolaWadson Espindola
    Member
    Member since: September 30, 2015

    Good Morning,

    I recently purchased the bakery theme for a project. I’m having difficulties removing the twitter feed and making other modifications (replacing call for reservation with “call for appointment”).

    I tried editing the theme manually through sublime text, however when downloading the theme via FTP, the files do not reflect the changes I made on WordPress. I tried looking in “index-default.php”, not sure if this is the right file. It shows the default template, instead of the most recent content added by me

    Thanks

    #12115

    In reply to: language to nl

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

    Hi,

    Use loco translate plugin: https://wordpress.org/plugins/loco-translate/ Convert our English text to all NL one and create your own translated language and add that in config.php (add language folder and that file within your child theme and not in parent).

    Regards,
    Shri

    #11861

    In reply to: Changing Button Text

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

    Header.php or index.php should have it. Kindly mention which theme or show us the website and we can guide you accordingly.

    Regards,
    Shri

    #11629

    Topic: We Bake

    John PembertonJohn Pemberton
    Member
    Member since: September 17, 2015

    Hi,

    I have a couple of things that I am trying to deal with in the We Bake theme

    The logo image is in its own Div which means the nav then sits below pushing more content below the fold, I have tried taking out the <div class=”clear”></div> between them, then the menu floats to the top which can only be fixed by adding padding which is not ideal for mobile, any other sugesstions
    on mobile the slider appears above the nav, if I move it below the nav in the header.php it is fine on mobile & homepage but on desktop sub pages the nav is obliterated by the slider.
    The Slider text I want on multiple lines justified left, I have it on the left but forced on multiple lines via padding which does not work on mobile

    http://sites.pembertronics.co.uk/cherryl

    Let me know if what I am attempting is possible?

    Thanks

    John

     

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

    Hi,

    Just access theme files using ftp and download the template you want to modify.

    Modify them and check this code:

    Rename the template name to whatever you want and also change the file name i.e. fullwidth.php to something like newtemplate.php

    And then upload it.

    Now you have the new template visible when you check pages>edit>page attributes drop down of page templates.

    Regards,
    Shri

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

    Kindly log into your WordPress admin panel make sure Pro version is active.

    Now go to Appearance>Editor>functions.php

    Search for fit_always change its value from 1 to 0

    Below that you will find fit_portrait change its value from 0 to 1

    Save functions.php and you should see all the images on home screen full.

    If you think this is difficult for you to do just send us the website URL and WordPress admin details and we will do this for you.

    Regards,
    Shri

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

    Hi,

    Go to appearance>editor>functions.php and then search fit_always change from 0 to 1

    Search fit_portrait change from 1 to 0.

    And save.

    Now images would show full screen.

    Regards,
    Shri

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

    I see you have already removed phone number and icon.

    Read more is in index.php (appearance>editor>index.php)

    Code is:                             <span class=”read”><?php _e(‘Read More’,’skt_itconsultant’); ?></span>

    Change read more within single quotes to desired.

    Go to your domain.com/wp-admin/themes.php?page=skt_itconsultant-options

    And click on Footer.

    There you have Footer background color.

    Regards,

    Shri

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

    Hi,

    No to footer.php above

    Regards,
    Shri

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

    Hi Mike,

    That would be difficult to do what you are asking. Instead we have have it fit always for any device.

    Go to appearance>editor>functions.php and then search fit_always change from 0 to 1

    Search fit_portrait change from 1 to 0.

    And save.

    Now the images would fit any kind of screen.

    Regards,
    Shri

    #10569

    In reply to: Default Template Page

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

    Hi Mike,

    page.php controls the default template. So its like pasting full width page template code in page.php and removing the template name from above. It will be default template.

    But please take a backup or have ftp access because if things go wrong you might want to revert to original.

    Regards,
    Shri

    #10527

    In reply to: Contact Form Fields

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

    Hi,

    That would be difficult as you would have to check custom_functions.php file and remove validation from there as well as js file. Instead use Contact form 7 plugin removing ours.

    Regards,
    Shri

    #10502
    Arne Van DammeArne Van Damme
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: August 22, 2015

    Fixed it by changing the vars in functions.php

Viewing 15 results - 1,816 through 1,830 (of 2,005 total)