Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 646 through 660 (of 2,005 total)
  • Author
    Search Results
  • #109746
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31297
    • Total: 31297
    Member since: August 16, 2013

    Hi,

    Kindly edit header.php file and paste below code just before </head> tag.

    jQuery(window).load(function() {
      jQuery(".sliderinbox").addClass("fadeInLeft");
    });

    Regards,
    Brad

    Eric ANSTROUSSEEric ANSTROUSSE
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: February 14, 2016

    Great, thanks but i don’t understand how the Url has been transformed like that ? my copy in my second post was correct. Very curious…

    So now, please answer my first question :

    In Perfect Agriculture theme, how to customize or hide “home featured block” ? impossible for me to find where i can change the text “Crop Protection… etc…” ? so i decided to Hide the section : it doesn’t work

    Finally, i changed it in front-data.php, i couldn’t wait.

    Thanks for your help.

    #109725
    mjclahmjclah
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: September 18, 2018

    Hi,
    I have a display problem on the Blog page.
    I use the “NextGEN Gallery” plugin to display images on this page.
    Everything works perfectly. But when you click on “Archives” or “Categories”, the summary of the article shows this between 2 text paragraphs:
    » template= »/home/thebende/public_html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/legacy/view/gallery.php »]
    Regards
    My url site is https://thebenders.fr/
    Password: 123456

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

    Hi,

    Kindly edit page-box.php file and replace all the codes with below codes:

    <?php if ( is_home() || is_front_page() ) { ?>
    
    <?php if( of_get_option('hideservicesoffered', true) == '' ) { ?>
    <section id="wrapTwo">
        <div class="container">
            <div class="services-wrap">
            
            <?php $servicesoffered = of_get_option('servicesoffered'); ?>
            <?php if(!empty($servicesoffered)) { ?>
            <h2 class="section_title"><?php  echo of_get_option('servicesoffered'); ?></h2>
            <?php } ?>
              <?php
          $boxArr = array();
             if( of_get_option('box1',true) != '' ){
            $boxArr[] = of_get_option('box1',false);
             }
             if( of_get_option('box2',true) != '' ){
            $boxArr[] = of_get_option('box2',false);
             }
             if( of_get_option('box3',true) != '' ){
            $boxArr[] = of_get_option('box3',false);
             }
             if( of_get_option('box4',true) != '' ){
            $boxArr[] = of_get_option('box4',false);
             }
             if( of_get_option('box5',true) != '' ){
            $boxArr[] = of_get_option('box5',false);
             }
             if( of_get_option('box6',true) != '' ){
            $boxArr[] = of_get_option('box6',false);
             }
          
          if (!array_filter($boxArr)) {
          for($fx=1; $fx<=3; $fx++) {
          ?>
     
                <div class="three_column <?php if($fx % 3 == 0) { echo "last_column"; } ?>"> 
                <img src="<?php echo get_template_directory_uri(); ?>/images/about<?php echo $fx; ?>.jpg" />
                       
                        <h3><?php _e('About Business','skt_local_business_pro'); ?><?php echo $fx; ?></h3></a>
                         
                        <p><?php _e('<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer sodales suscipit tellus, ut tristique neque suscipit a. Mauris tristique lacus quis leo imperdiet sed pulvinar dui fermentum. Aenean sit amet diam non tortor sagittis varius. Aenean at lorem nulla, sit amet interdum nibh.</p>.','skt_local_business_pro'); ?></p>
                       
                       <a href="#" class="alink"><?php echo of_get_option('pagereadmoretext'); ?></a>
                       </div>
              
          <?php 
          } 
          } else {
            $box_column = array('no_column','one_column','two_column','three_column','four_column','five_column','six_column');
            $fx = 1;
            $queryvar = new wp_query(array('post_type' => 'page', 'post__in' => $boxArr, 'posts_per_page' => 6, 'orderby' => 'post__in' ));
            while( $queryvar->have_posts() ) : $queryvar->the_post(); ?> 
                        <div class="three_column <?php echo $box_column[count($boxArr)]; ?> <?php if($fx % count($boxArr) == 0) { echo "last_column"; } ?>">
                       <?php $boximage = of_get_option('boximage'.$fx,true); ?>
                       <?php if( !empty($boximage) ) { ?>
                        <div class="page_thumb">
                            <a href="<?php the_permalink(); ?>"><img alt="" src="<?php echo esc_url( of_get_option( 'boximage'.$fx, true )); ?>" / ></a>
                        </div>
                       <?php } ?>
                       <div class="page_contetn">
                        <a href="<?php the_permalink(); ?>"><h3><?php the_title(); ?></h3></a>
                       <p><?php echo wp_trim_words( get_the_content(), of_get_option('pagecontentlimit'), '...' ); ?></p>
                        <a  class="alink" href="<?php the_permalink(); ?>" ><?php echo of_get_option('pagereadmoretext'); ?></a>
                        </div>
                       </div>
                 <?php 
           $fx++; 
           endwhile;
           wp_reset_query();
           }
           ?>
    <div class="clear"></div>
    </div>
    </div>
    </section><!-- container -->
    <?php } ?>
    <div class="clear"></div>

    Regards,
    Chris

    Eric ANSTROUSSEEric ANSTROUSSE
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: February 14, 2016

    Hi,

    In Perfect Agriculture theme, how to customize or hide “home featured block” ? impossible for me to find where i can change the text “Crop Protection… etc…” ? so i decided to Hide the section : it doesn’t work

    Finally, i changed it in front-data.php, i couldn’t wait.

    Customizing “Nulla véhicula”, i have a problem with the button link, not working with a correct link : going to a 404 page ?
    Here is the code, translation of button works, not the URL ?
    `[promobox3 bgcolor=”#7da500″ bottombordercolor=”#7da500″ button=”Lire plus…” url=”http://www.compostelle-bouddha.fr/le-chant-des-pelerins/”]

    I must tell you that i’m not satisfied at all of your documentation. An example about testimonials : nowhere after creating the page, you precise the two ways to use testimonials, one with shortode, the second with page template. And after ? where is it writen we have to use the Testimonial menu in admin panel ?

    A lot of time lost because of lack of your documentation…

    #109520
    rosskingsland1rosskingsland1
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: October 3, 2018

    I tried that but there was no option to update the text and any image I uploaded wasn’t showing to replace the original image of the construction site.

    I have now changed the text through the css under page-box.php

    However, I can’t change the image. Can you advise how I can replace this image with this one – http://citymarketing.international/wp-content/uploads/2018/10/Welcome-to-city-marketing-pic.jpg

    Thanks
    R

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

    Hi,

    Its via header.php so via appearance>editor>header.php

    Sorry for the trouble should have been editable.

    Regards,
    Shri

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

    Hi,

    Kindly go to inc/custom-functions.php

    And find class name of “readmore” and translate Read more text there.

    Regards,
    Brad

    #109065
    csipai.arpicsipai.arpi
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: September 23, 2018

    Read more text isn’t in header.php

    I mean i’d like to change read more text on latestpost section, not on the slider.
    Latest post section

    Regards,
    Arpad

    #109028

    In reply to: Finance PRO Theme

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

    It is via coding and has to be done via custom-functions.php where the shortcode is mentioned.

    Regards,
    Shri

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

    Its in header.php (appearance>editor>header.php)

    Regards,
    Shri

    #108226
    louklouk
    Participant
    Member since: September 11, 2018

    Hi:
    I purchased the SKYClean PRO theme and find that the sidebar choices are somewhat limited.
    I have tried using several ‘custom sidebar’ widgets on the theme so I could being unique graphics to each page using the right sidebar.

    I have tried “Easy Custom Sidebars” and “Custom Sidebars – Dynamic Widget Area Manager ” … neither worked.

    Is there a plugin that you recommend? I also tried using the “Columns” function in Shortcode Deluxe without suggess.

    You can see a page I am working on at this URL: http://rlphoa.com/index.php/contact-bod/

    Where you see the right sidebar is where I want to be able to ccreate a sidebar and show a different image for saveral pages. The theme only allows me to show only one (1) Sidebar which is Sidebar Main. Hope that makes sense. Welcome your suggestions …

    #107846
    url.eurourl.euro
    Member
    Member since: September 10, 2018

    Hello there,

    The Gallery js script in the main page, doesn’t filter the categories. It shows only “ALL” images.

    Is it possible to show only the specific category in this page that i provided?

    urls:
    xtizw.gr/index.php/gallery/
    xtizw.gr/

    Please for your support,

    Thanks.

    #107628
    noxenpressernoxenpresser
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: August 22, 2018

    I ve found a solution, fixing the core-functions.php site

    //Custom Excerpt Length
    function complete_excerptlength_teaser($length) {
        //oldValue 20
        return 50;
    }

    Greetings

    ARTURO.SANTAMARIAARTURO.SANTAMARIA
    Member
    Member since: August 25, 2018

    I’m using the Creative Agency template (https://www.sktperfectdemo.com/demos/creativeagency/), and when I added the “Our Works” section, I get this error:

    “Warning: A non-numeric value encountered in /home/intbts07/public_html/intbtsapps.com/wp-includes/formatting.php on line 3379”

    I followed the documentation to get this part done, so I don’t know what could be causing this error
    How can I fix this?

Viewing 15 results - 646 through 660 (of 2,005 total)