Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 706 through 720 (of 2,020 total)
  • Author
    Search Results
  • #103872
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6996
    • Total: 7006
    Member since: June 12, 2013

    Alternatively

    file name functions.php find this function

    add_theme_support( 'woocommerce' );  
    
    this function below add this function
    
    add_theme_support( 'wc-product-gallery-zoom' );
      add_theme_support( 'wc-product-gallery-lightbox' );
      add_theme_support( 'wc-product-gallery-slider' );

    Regards,
    Shri

    #103709
    Lori SchroederLori Schroeder
    Participant
    Member since: August 20, 2015

    How do I change the wording for “Leave a Reply” as well as the “Post Comment” button? I thought it would be in comments.php but I don’t see it there.

    This is the page I want to change: http://lswebsitedesigns.com/vonbreker/our-testimonials/

    Thank you!

    #103682
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6996
    • Total: 7006
    Member since: June 12, 2013

    No login permission this error message comes when we try to login: You don’t have permission to access /wp-login.php on this server.

    Regards,
    Shri

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

    Hi,

    Kindly use compressjpeg.com or tinypng.com to reduce sizes and compress all your images and reupload them.

    Lastly kindly use WP Fastest Cache plugin and ask hosting to have Zend Op Cache and PHP Server cache applied to your site or if they have NGINX available get them to use that.

    With all the above steps i am sure your site will be faster. Theme is just part of the entire WordPress website ecosystem and our themes are coded to be faster.

    Rest are all generic points i mentioned here.

    Regards,
    Dave

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

    Hi,

    Kindly go to content.php and find the text “Lowcarb / Ketogene Pizza – Fitnessrezepte” and change h3 to h2.

    Regards,
    Chris

    #103012
    EdgarEdgar
    Member
    Member since: March 25, 2017

    Hi, can you help me, I have a old site with the SKT Desing Agency WordPress theme, but now I like to remove the link Read more in section 2 (whychooseus), I try to remove it from the Php function, but I can not do it, please can you help me. Thank you

    #102989

    In reply to: Donation THeme Footer

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

    Hello, we have fixed the issue. All sections responded to the same code in front-data.php except for the section 3) If I added the id=”section3″ in the same line as the rest of the sections, it wouldn’t work at all. So I added it in the div. It works, but the sections jumps too high.
    Here are the code and screenshot:
    This is the working code for section 2 you can see where I added id=”section2″
    —- `<!– Home Section 2 –>
    <?php if($complete[‘hide_boxes_section2’] ==”){?>
    <section class=”home2_section_area <?php if($complete[‘section2_bg_image’]){ ?>home2_section_area_bg<?php } ?>” <?php if(!empty($complete[‘section2_bg_video’])){ ?>data-vidbg-bg=”mp4: <?php $sec2bgvideo = $complete[‘section2_bg_video’]; echo do_shortcode($sec2bgvideo); ?>” data-vidbg-options=”loop: true, muted: true, overlay: false”<?php } ?> id=”section2″>
    <div class=”center”>
    <div class=”home_section2_content”>
    <?php …`
    —–

    Here is the code for section 3. every time i added in the same spot it wouldn’t work in front end. You can see where I added the id because it doesn’t work if I add it to the same place.

    <!-- Home Section 3 -->
         <?php if($complete['hide_boxes_section3'] ==''){?>
        <section id="demos" class="home3_section_area <?php if($complete['section3_bg_image']){ ?>home3_section_area_bg<?php } ?>" <?php if(!empty($complete['section3_bg_video'])){ ?>data-vidbg-bg="mp4: <?php $sec3bgvideo = $complete['section3_bg_video']; echo do_shortcode($sec3bgvideo); ?>" data-vidbg-options="loop: true, muted: true, overlay: false"<?php } ?>>
        	<div class="center"  id="section3">
                <div class="home_section3_content">
                        <?php

    Here is a link to the screenshot of the issue:
    https://imgur.com/a/WkEyZPD

    Here is what it is supposed to look like
    https://imgur.com/a/vachYjA

    Thank you

    #102966

    In reply to: Donation THeme Footer

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

    Hi,

    Kindly edit theme’s index.php file and add id to every section like: id=”section1″ – id=”section2″ – id=”section3″ etc.

    Regards,
    Shri

    #102443
    Michelle CostaMichelle Costa
    Participant
    Member since: April 26, 2015

    Please see below what I need help with:

    • Change the “Welcome to Griffin Solutions” font colour on section 1 to #000000?
    • Have the slider banner text not show on mobile version, only the logo
    • Change the mobile top menu from grey to white please
    • Code for the Client Logo Carousel does not work, please assist on section 10

    Username: xxxxx
    Password: xxxxxxx

    https://griffinsolutions.co.za/wp_griffinsolutions/wp-login.php

    #102377
    andre.costaandre.costa
    Participant
    • Topics: 11
    • Replies: 14
    • Total: 25
    Member since: March 2, 2018

    Hi,

    Same here 🙁

    How can I put this code / text in the copyright area of the site: http://linhatotdr.cluster026.hosting.ovh.net

    <p>© Copyright 2018 LinhaTotal, Lda. |
    Créditos |
    Termos & Condições</p>

    Thanks in Advance,
    André

    #102366
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    I found it myself. In case someone else need this. There are 2 options, first is fast, second is preferable:

    1. you an edit the code in wp-content/themes/skt-gardening/sktframe/core-functions.php like this:
    function clientbox($atts){
    extract( shortcode_atts(array(
    ‘url’ => ‘url’,
    ‘image’ => ‘image’,
    ‘alt’ => ‘alt’
    ), $atts));

    return ‘
    <div class=”clientbox”>
    '.$alt.'`

    2. You can make a plugin for it (looks safer) where you can add other things as well. Create a folder eg: ‘my-thing’, put there a file in and name it ‘my-thing.php’, then put the following in that file:

    <?php
    /*
      Plugin Name: My Thing
      Description: some description
      Author: your name
      Version: 1.0
      Author URI: http://your site
    */
    
    // Shortcode MyClient
    /*[myclient url="#" image="image" alt="alt"]*/
    function myclientbox($atts){
    		extract( shortcode_atts(array(
    			'url' => 'url',
    			'image' => 'image',
    			'alt' => 'alt'
    		), $atts));
    		
    		return '
                    <div class="clientbox">
                        <a href="'.$url.'" target="_blank"><img src="'.$image.'" alt="'.$alt.'" title="'.$alt.'" /></a>
                    </div>
    		';
    }
    add_shortcode('myclient','myclientbox');

    Then use the shortcode [myclient] instead of [client].

    Of course if someone knows other / better options the please share 😉

    #102337

    In reply to: PHP 7

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

    Hi Fay,

    Yes but use PHP 7.1 and yes they are fully compatible with PHP 7.1 check if your plugins are.

    WordPress latest version is also compatible.

    Regards,
    Shri

    #102297

    Topic: PHP 7

    in forum All Other Themes
    Fay DixonFay Dixon
    Participant
    Member since: September 8, 2016

    Hello

    I’m wondering if you could please tell me if your themes are compatible with PHP 7

    #102261
    tarekkaram0tarekkaram0
    Member
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: July 12, 2017

    I don’t have any SVG plugins. This problem occurred after I updated my wordpress to latest version, changed to PHP 7 and added a simple SSL plug in to make my website https:// … deactivating the Simple SSL plugin does not fix the problem.

    #102236

    In reply to: Spirited Pro

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

    Hi,

    Kindly edit theme’s header.php file and paste below code just before tag.

    <script src="https://use.fontawesome.com/c4d7d70cd9.js"></script>

    Regards,
    Shri

Viewing 15 results - 706 through 720 (of 2,020 total)