-
AuthorSearch Results
-
October 26, 2018 at 1:12 pm #110521
In reply to: noindex tag?
Hi,
Kindly go to header.php and find “<meta name=’robots’ content=’noindex,follow’ />” and remove it there.
Regards,
DaveOctober 26, 2018 at 8:57 am #110507In reply to: Fundraiser Theme remove post meta
Thanks Dave!
Any help also with getting blog wigdets to show will be appreciated as well.
“Also you will notice that there are obvious blanks where the right side widgets are and that was because i attempted to only show whatever widget placed in the blog sidebar but I have not been successful. The linked post is dynamically generated so somehow its not obeying the rules set for normal posts. I have tried editing the sidebar-blog.php in the template folder with no luck. So i’d be glad if you can also solve this problem for me.”
Titi
October 24, 2018 at 4:19 pm #110391In reply to: Fundraiser Theme remove post meta
Hi,
Here is a sample post i’d like to correct:
http://www.sid-careglobalnetwork.org/volunteer-opportunity/gift-a-child-for-christmas-2018/After trouble shooting for awhile now, I ended up using a plugin (WP Meta and Date Remover) to remove the meta from pages and post. However posts that are created dynamically such as the sample i linked above still has the meta showing (i want author name, category and their icons removed).
Also you will notice that there are obvious blanks where the right side widgets are and that was because i attempted to only show whatever widget placed in the blog sidebar but I have not been successful. The linked post is dynamically generated so somehow its not obeying the rules set for normal posts. I have tried editing the sidebar-blog.php in the template folder with no luck. So i’d be glad if you can also solve this problem for me.
So basically, I need the meta tags for category and author name totally out of this dynamic post and I also want to see only the widgets placed in blog post seen in this and any other dynamic post rather than the category and archive widget which you placed there(as you can see i edited and so these has been removed but now i have blank placeholders or I remove the right side widget space totally and i don’t want to do that).
Thanks
October 24, 2018 at 11:48 am #110366In reply to: Template Finance
Hi,
Kindly refer our documentation to setup banner.
http://sktthemesdemo.net/documentation/finance-documentation/assets/img/postpage5.jpgQ: I would like to know how to change the title of section 4
Kindly go to front-data.php and find “Latest News” text and change it there.Regards,
DaveOctober 22, 2018 at 11:52 am #110201In reply to: Remove Slider
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,
DaveOctober 18, 2018 at 1:01 pm #110061In reply to: Header and Footer Text
Hi,
Kindly replace the theme’s original footer.php file on your server with FTP.
Regards,
DaveOctober 18, 2018 at 10:39 am #110020In reply to: Menu ( Mobil )
Hi,
Kindly go to header.php and find text “Menu” and change it there.
Regards,
BradOctober 18, 2018 at 9:53 am #110011In reply to: Header and Footer Text
Hello Dave,
I went to footer.php line No 22 and I changed the text but when i Clicked on update button this error message appears: “Unable to communicate back with the site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”
Kind Regards,
Sotiris CharalambousOctober 16, 2018 at 12:54 pm #109848In reply to: Furnish (Interior Pro) Contact Form
Hi,
Kindly edit inc/custom-functions.php file.
Go to line number 282 and remove website variable($website = trim( $_POST['c_website'] );). Go to line number 309 and remove website table row(<tr><td>Website: </td><td>'.$website.'</td></tr>). Go to line number 316 and remove website variable($website, ). Go to line number and remove website field(<p><input type=\"url\" name=\"c_website\" value=\"". ( ( empty($website) == false ) ? $website : "" ) ."\" placeholder=\"Website with prefix http://\" /></p><div class=\"clear\"></div>).
Regards,
ChrisOctober 16, 2018 at 9:28 am #109833In reply to: Header and Footer Text
Hi,
Kindly go to footer.php line No 22 and find text “Company Address” and change it there in Greek.
Regards,
DaveOctober 15, 2018 at 12:47 pm #109746In 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…
-
AuthorSearch Results