-
AuthorSearch Results
-
October 15, 2018 at 12:47 pm #109746
In reply to: Fundraiser SliderInbox Trigger(s)
Hi,
Kindly edit header.php file and paste below code just before
</head>
tag.jQuery(window).load(function() { jQuery(".sliderinbox").addClass("fadeInLeft"); });
Regards,
BradOctober 15, 2018 at 11:12 am #109736Great, 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.
October 15, 2018 at 8:38 am #109725In reply to: Wedding Nuptials Theme Google Map
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: 123456October 15, 2018 at 6:44 am #109702Hi,
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,
ChrisOctober 14, 2018 at 6:55 pm #109644Hi,
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…
October 12, 2018 at 9:39 am #109520In reply to: How to Change "WELCOME TO CONSTRUCTION COMPANY" ?
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
ROctober 10, 2018 at 11:01 am #109332In reply to: Customize text "Follow us"
Hi,
Its via header.php so via appearance>editor>header.php
Sorry for the trouble should have been editable.
Regards,
ShriOctober 5, 2018 at 1:18 pm #109114In reply to: Translate Read more button (SKT Restaurant)
Hi,
Kindly go to inc/custom-functions.php
And find class name of “readmore” and translate Read more text there.
Regards,
BradOctober 4, 2018 at 5:28 pm #109065In reply to: Translate Read more button (SKT Restaurant)
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.
Regards,
ArpadOctober 4, 2018 at 11:09 am #109028In reply to: Finance PRO Theme
It is via coding and has to be done via custom-functions.php where the shortcode is mentioned.
Regards,
ShriOctober 4, 2018 at 11:00 am #109022In reply to: Translate Read more button (SKT Restaurant)
Its in header.php (appearance>editor>header.php)
Regards,
ShriSeptember 22, 2018 at 11:02 pm #108226Topic: Recommended Plugin For Custom Sidebars?
in forum All Other ThemesHi:
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 …
September 17, 2018 at 11:05 pm #107846Topic: Gallery JS Error
in forum Construction Pro/Build ForumHello 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.
September 13, 2018 at 9:34 am #107628In reply to: Number of words before Readmore Button
I ve found a solution, fixing the core-functions.php site
//Custom Excerpt Length function complete_excerptlength_teaser($length) { //oldValue 20 return 50; }
Greetings
September 11, 2018 at 6:50 am #107286I’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? -
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Topic: Gallery JS Error
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.
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?