-
AuthorSearch Results
-
September 18, 2017 at 7:49 am #83503
In reply to: Movers and Packers Pro
no changes were made in header.php
here’s all my changes in the css block
.innerbanner {display: none;}
#main {margin: 0 auto; width: 100%;}
.footer-top, .footer-top .column1, .footer-top .column2, .footer-top .column3 {display: none;}
.hatom-extra {display: none;}
.slider-main {display: none;}September 18, 2017 at 6:43 am #83491In reply to: Movers and Packers Pro
Hi,
Did you make any changes in header.php?
Regards,
ChrisSeptember 18, 2017 at 6:42 am #83490In reply to: Mobile adaptation Perfect Theme
Hi,
Kindly Go to header.php.
Find
<meta name=”viewport” content=”width=device-width, initial-scale=1.1″/>And replace
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″/>Regards,
ChrisSeptember 13, 2017 at 9:38 am #83126In reply to: Architect Pro
Hi,
Kindly Go To sidebar.php and change it there.
Regards,
BradSeptember 11, 2017 at 3:39 pm #82938Topic: Error in admin area
in forum Toothy Theme SupportWe have the pro version of Toothy and have begun receiving an error when we go to edit pages. When we click on a page, we see the following message…
Failed to load content css: https://fidkids.com/wp-admin/admin-ajax.php/?action=dynamic_styles
I have done some research online and most posts point towards an issue with the theme. Is this an issue with the theme? How can we get this resolved?
Thanks,
~Clay
September 8, 2017 at 11:06 am #82779Hi,
Kindly go to sidebar.php line no 16 and find shortcodes [contactform to_email=”[email protected]” title=”Contact Form”] and change email ID.
Regards,
BradSeptember 7, 2017 at 12:14 pm #82702In reply to: Slider button link new tab – Hosting theme
Hi,
Kindly folder frontpage/slider-static.php file and find “slidebtn” and add this code
For Example:
<div class="slidebtn"><a class="slidelink" href="<?php echo $complete['slide_link'.$val]; ?>" target="_blank"><?php echo $complete['slide_btn'.$val]; ?></a></div>Regards,
BradSeptember 7, 2017 at 9:59 am #82661In reply to: Gardening Theme
Hi,
No, kindly go to theme folder/skt-gardening folder/templates folder/head-type1.php and search for logo and change there.
Regards,
ChrisSeptember 6, 2017 at 4:30 pm #82577Topic: change footer STK corp pro
in forum SKT Biz/Corp Theme SupportHi,
Website: http://www.ianvanlidth.nlMy problem I need to change the language to Duthc. I have a problem with the underneath footer. I can change the phone number but not the word Phone etc. Nor do I know how to remove Recent tweets and About us. Where do I find the relevant php file (and which is it?
Thanks for your help…September 6, 2017 at 11:53 am #82553In reply to: Gardening Theme
found the code in editor
please advise where in the code I can change the link
<?php
/**
* Header layout 1 for SKT Gardening
*
* Displays The Header layout 1. This file is imported in header.php
*
* @package gardening
*
* @since gardening 1.0
*/
global $gardening;?><!–HEADER STARTS–>
<!–HEAD INFO AREA–>
<div class=”head-info-area”>
<div class=”center”>
<?php if(!dynamic_sidebar(‘headerleft’)) : ?>
<div class=”left”><span class=”phntp”><?php if (!empty ($gardening[‘phntp_text_id’])) { ?><?php $phntp = html_entity_decode($gardening[‘phntp_text_id’]); $phntp = stripslashes($phntp); echo do_shortcode($phntp); ?><?php } ?></span> <span class=”emltp”><?php if (!empty ($gardening[’emltp_text’])) { ?><?php $emltp = html_entity_decode($gardening[’emltp_text’]); $emltp = stripslashes($emltp); echo do_shortcode($emltp); ?><?php } ?></span></div><?php endif; ?>
<?php if(!dynamic_sidebar(‘headerright’)) : ?>
<div class=”right”><span class=”sintp”><?php if (!empty ($gardening[‘sintp_text’])) { ?><?php $sintp = html_entity_decode($gardening[‘sintp_text’]); $sintp = stripslashes($sintp); echo do_shortcode($sintp); ?><?php } ?></span><?php if (!empty ($gardening[‘suptp_text’])) { ?><?php $suptp = html_entity_decode($gardening[‘suptp_text’]); $suptp = stripslashes($suptp); echo do_shortcode($suptp); ?><?php } ?></div><?php endif; ?>
<div class=”clear”></div>
</div>
</div>
<div class=”header type1″>
<div class=”center”>
<div class=”head_inner”>
<!–LOGO START–>
<div class=”logo”>
<?php if(!empty($gardening[‘logo_image_id’][‘url’])){ ?>
” href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>” />
<span class=”desc”><?php echo bloginfo(‘description’); ?></span>
<?php }else{ ?>
<?php if ( is_home() ) { ?>
<h1>“><?php bloginfo(‘name’); ?></h1>
<span class=”desc”><?php echo bloginfo(‘description’); ?></span>
<?php }else{ ?>
<h2>“><?php bloginfo(‘name’); ?></h2>
<span class=”desc”><?php echo bloginfo(‘description’); ?></span>
<?php } ?><?php } ?>
</div>
<!–LOGO END–>
<!–MENU START–>
<!–MOBILE MENU START–>
<i class=”fa-bars”></i>
<!–MOBILE MENU END–>
<div id=”topmenu” class=”<?php if (‘header’ == $gardening[‘social_bookmark_pos’] ) { ?> has_bookmark<?php } ?>”>
<?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) ); ?>
</div>
<!–MENU END–></div>
</div>
</div>
<!–HEADER ENDS–>September 6, 2017 at 11:41 am #82548In reply to: Gardening Theme
Hi,
kindly go to theme/skt-gardening/templates/head-type1.php and search for logo and change there.
Regards,
ChrisSeptember 6, 2017 at 10:57 am #82543In reply to: Gardening Theme
Hi,
To change logo link kindly edit skt-gardening/templates/head-type1.php and search for logo.
Regards,
ChrisSeptember 6, 2017 at 10:49 am #82542In reply to: Handyman Pro We Fix all .. section
Hi,
Kindly Go To >> theme/skt-handyman-pro/inc/custom-functions.php change readmore text from line number 179.
Regards,
DaveSeptember 5, 2017 at 12:32 pm #82467In reply to: nav item highlight for subpages
Hi Chris
did you make any changes to any of the following files?
wp-settings.php
wp-includes/SimplePie/…
wp-includes/Text/Diff/Engine/…I am getting a security alert that these files have been modified from the original wordpress installation.
September 4, 2017 at 12:07 pm #82361In reply to: link menu to section, Trust theme
Hi,
Its via custom-functions.php file.
What’s your order number please?
Regards,
Shri -
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Topic: Error in admin area
We have the pro version of Toothy and have begun receiving an error when we go to edit pages. When we click on a page, we see the following message…
Failed to load content css: https://fidkids.com/wp-admin/admin-ajax.php/?action=dynamic_styles
I have done some research online and most posts point towards an issue with the theme. Is this an issue with the theme? How can we get this resolved?
Thanks,
~Clay
Topic: change footer STK corp pro
