Forum Replies Created
-
AuthorPosts
-
Go to page.php and see the code: Remove this entire code or apply php comment to remove footer from inner pages completely.
Hi Lisa,
Sent back to you email confirming the installation is done.
Regards,
ShriAgain is it for natureone theme? Or full width theme you want to remove the complete footer.
Let me know and i will send you appropriate instructions.
Hi,
I think you have natureone theme. Which color do you want to change let us know and we will let you know.
Hi Dimitris,
Within theme folder i.e. wp-content/themes/skt-full-width-pro/css/main.css
Write this : #site-nav {text-transform: capitalize;} /* this is for main menu */
And for inner titles search: h2#page-title, .archive h1.page-title, .page h1.entry-title
And within it text-transform: uppercase is written change uppercase to Capitalize.
If this is difficult for you to do send us ftp details via email at [email protected]
We will take care to do it for you.
Regards,
ShriHi 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,
ShriHi,
Well we haven’t tried using any of the page builders as our idea was to have a simpler theme.
However kindly use this page builder: http://wordpress.org/plugins/siteorigin-panels/
And let us know if this works for you.Regards,
ShriHi Jens,
It won’t appear in editor. You might have to check it using ftp.
Sorry if this is trouble for you send us ftp details via [email protected] email and tell us the color you want to have for that widget.
In sidebar you can only have the recent comments posted on the website not the comment form that isn’t possible in WordPress.
Recent Comments Widget is available in widgets section.
Regards,
ShriHi,
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.
Regards,
ShriHi,
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
Hi,
Will try to find a solution and give you answer by Monday morning. Today is Saturday night my end.
Will check how to have it closed.
Regards,
ShriHi Oliver,
We see your site just fine.
So let us know if this issue is resolved.
If not send us wordpress admin details at [email protected]
Regards,
ShriHi Oliver,
Kindly go to header.php within wp-content/themes/skt_full_width_pro
And remove comments /* and */ from
If this is difficult for you just send me the wordpress admin details at [email protected] and will do this for you.
Regards,
ShriHi,
Kindly share your url and also let us know wordpress admin and ftp details via email at [email protected]
Then i can understand the context of your question and let you know how and where to change.
Regards,
ShriHi,
You might have added a plugin like W3 Total Cache or Super Cache or WP Fastest Cache.
Try to check in their settings. Our theme doesn’t come with cache as such.
Regards,
Shri -
AuthorPosts