-
AuthorSearch Results
-
September 18, 2014 at 1:07 pm #1821
In reply to: google error author & updated
Hi,
For author here is what you need to do. Add this in header.php above </head> tag
<span class=”vcard author”><span class=”fn”>
by <a href=”http://google.com/profiles/1234567890123456789″
rel=”author”>YOUR NAME</a>
</span></span>
Replace 1234567890123456789 and YOUR NAME with your personal things 🙂
Regards,
Shri
September 18, 2014 at 5:32 am #1815In reply to: Google Code
Hi,
Just above these lines: Just above in footer.php place your google analytics code. Or else use a plugin like: https://wordpress.org/plugins/google-analytics-for-wordpress/
September 17, 2014 at 7:02 pm #1809In reply to: Add text under home page slider
I’ve replicated home, index and footer.php to the other sites, but those links are not working either. Â I suppose I’ll replicate the entire theme and backup the style sheet changes.
Can you please tell us how to remove the pause button, the left and right arrows and the slider page numbers? Â This is interfering with the footer information. Â We will put the titles on the photos themselves.
Almost there!
September 17, 2014 at 6:35 am #1800In reply to: Google Code
Kindly check footer.php wp-content/skt-full-width-pro/footer.php
Place your code just above and closing tags.
Since you are loading footer even on home page it will do.
Regards,
ShriSeptember 16, 2014 at 5:07 am #1768In reply to: Make the Title and Company name all one color
Hi Heather,
1. All you need to do is go to css folder within theme folder: skt_full_width_pro and click on main.css
Kindly visit line number 178 or h3.company-title:first-letter
Change: color: #7bb303; with your own color like: color: #fff !important;
Don’t forget the !important i have added above.
2. Kindly check index.php which loads up the home page slider. Include the footer.php in index.php like we do in other pages:
And this should include the footer.
Regards,
ShriSeptember 12, 2014 at 10:01 am #1737In reply to: paragraph text white
Hi,
Unfortunately the title of slider is linked to theme color. So whatever color you choose is appearing there. In case you want to keep it different color than the rest of the site let me know then we will have to let you know how to remove that color from functions.php so it isn’t from options but from css.
Regards,
ShriSeptember 9, 2014 at 7:12 pm #1706In reply to: Menu Break Onto New Line In IE
Hi,
Sorry for late reply. I realized this topic was attended but then saw it still open.
Okay kindly check: wp-content/themes/dentist_theme/page_templates/contact.php
This is the page template i have been talking about.
You can also go to pages: edit any page or add new and from the drop down of page templates select contact page template to set up the same code.
Regards,
ShriAugust 29, 2014 at 1:07 pm #1624In reply to: Edit Home Page Boxes
Hello Shri,
Thank you for your reply.
I can see the code within the footer.php file that controls the 4 boxes but
I don’t understand where it is getting the 4 link buttons from ? I can see
where to change the links on the buttons (Appearance > Theme Options) but I
can’t see where I can actually change the button images. Where can I change
these ?regards,
Colin EyreAugust 26, 2014 at 5:39 am #1598In reply to: Homepage slider – more images
Hi,
Yes you can do it by checking here: wp-content/themes/skt-full-width-pro/functions.php
In functions.php find this line on line number 263: if( is_front_page() || is_home() ){
Under that you will see another code: for ($i=1;$i<16;$i++)
Change the 16 above to any number you like and save the file.
Regards,
ShriAugust 25, 2014 at 9:37 am #1585In reply to: Thumbnails
Hi,
First of all apologize for the delay in response. I had to be out of town this weekend.
Here is what you need to do. Kindly visit Appearance>Theme Options
Basic Settings there is a line which says Do not use featured images as background.
When you do that the featured images won’t show up as background images.
Only the single image you set up as background under Appearance>Background will show up.
Also to remove featured image from within posts you have to remove the following code from content-single.php
Remove the above code and it won’t show up the image.
Regards,
ShriAugust 21, 2014 at 1:24 pm #1559In reply to: Footer Menu
ok, I found it, it was in the page-full-width.php file, thanks.
August 21, 2014 at 1:09 pm #1557In reply to: Footer Menu
Go to page.php and see the code: Remove this entire code or apply php comment to remove footer from inner pages completely.
August 13, 2014 at 7:13 am #1507In reply to: Edit Home Page Boxes
Hi Colin,
If you want to add the same but just change the links kindly visit theme options under Appearance in WordPress admin panel to change the links.
In case you want to remove the whole 4 boxes and add something else kindly visit footer.php within theme folder.
In case it is still difficult for you let us know and we will help you.
Regards,
ShriAugust 4, 2014 at 10:38 am #1456In reply to: Start drop down menu collapsed
Hi,
Here is the answer: Kindly check custom-functions.php within inc folder of theme: skt_full_width_pro
Check the line: add_action(‘wp_head’,’hook_custom_javascript’);
Under function hook_custom_javascript(){?>
<script>
jQuery(document).ready(function() {
Add this line: Â jQuery( “.show_hide_header” ).hide();
And save the file
So the final lines with look like this:
add_action(‘wp_head’,’hook_custom_javascript’);
function hook_custom_javascript(){?>
<script>
jQuery(document).ready(function() {
jQuery( “.show_hide_header” ).hide();
That’s it.
It will remain closed and will only open on click.
Regards,
Shri
August 4, 2014 at 10:20 am #1455Topic: Colour of widget-title
in forum SKT Full Width ForumThank you for this nice Thema. I used it on http://www.renard.photo.  – I would like to change the color of the first letter in the widget-titles of the sidebar. I tried to add “.sidebar h1.widget-title:first-letter,” to the functions.php but that seems not to be right. What is the right  addition?
And:Â I would like to complement the comment feature in the sidebar. Is that possible? Using a Text / HTML widget?
-
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Topic: Colour of widget-title
Thank you for this nice Thema. I used it on http://www.renard.photo.  – I would like to change the color of the first letter in the widget-titles of the sidebar. I tried to add “.sidebar h1.widget-title:first-letter,” to the functions.php but that seems not to be right. What is the right  addition?
And:Â I would like to complement the comment feature in the sidebar. Is that possible? Using a Text / HTML widget?