Forum Replies Created
-
AuthorPosts
-
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
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,
ShriHi,
It appears you have cache plugin installed in your website. Hence when logged in it doesn’t show cached version but when logged out it shows the cache.
Hence after doing changes kindly empty the cache to have consistent performance.
Regards,
ShriHi Edmund,
Kindly send us the username and password of your admin and url via email at [email protected]
Make sure you have admin access.
We can then check and let you know what can be the problem.
Regards,
ShriHi Xavier,
We are already in touch and we will respond back today to your email response helping you with installation.
Regards,
ShriHi,
Apologize for the delayed response due to weekend.
Here is what you need to do. You can use within main.css @font-face and include any custom japanese font and replace the fonts used for body, heading and navigation to that font.
Hope i could answer your question properly. For any further help let me know.
Regards,
ShriCurrently ParallaxMe Pro and Pathway PRO allow for the same.
@Lisa: Currently all themes are getting major overhaul. It may take us well under 1 year to complete the process whereby all the themes would be coming in default with content and you just have to install a theme.
Hi,
The lines are from within your code. Try to use some good table plugin like table reloaded or similar good table wordpress plugins which will make this task simple instead of trying yourself to add tables manually using html.
Regards,
ShriHi,
Line 240 in main.css .single article table td, .page article table td, .single article table th, .page article table th
Background color: #f3eab7
Remove the background color and all should be fine.
Then you may add any color within the tables you want to add from hereon.
Regards,
ShriHi,
Actually the footer menu is coming from widgets. Kindly check with admin panel Appearance>Widgets to see the footer items coming from there. You can completely replace our social media widget and add your own with icons and text and link.
For the menu however it can’t be done as it is a full width theme and it remains full width on any screen.
-
AuthorPosts