-
AuthorSearch Results
-
June 5, 2015 at 5:46 am #7601
Hi,
SKT Biz Pro is a different theme altogether than SKT Biz free version. However what you can do is copy the contents of the section and background colors into SKT Biz Pro from the free section. Similarly Slider images as well.
Because SKT Biz Pro supports shortcodes and is more complex plus with a slight change framework considers it as a new theme and since data saves in a little different way we had no choice but to keep the 2 themes separate.
But the sections code from free pasted into Pro will work. Similarly slider images.
Regards,
ShriJune 3, 2015 at 2:00 pm #7532In reply to: Change Sub Menu Background Color
Inverted commas were not applied properly. The inverted commas weren’t html ones.
Fixed the problem. Check: http://miles.ee/2015/01/proov/
Regards,
ShriJune 3, 2015 at 1:08 pm #7527In reply to: Change Sub Menu Background Color
Kindly email us ([email protected]) your WordPress admin details.
Regards,
ShriJune 3, 2015 at 12:28 pm #7526In reply to: Change Sub Menu Background Color
Hei Shri,
I have put it that way:
<h1 class=”entry-title” style=”color:#000000;”><?php the_title(); ?></h1>
should i do it differently?
Greetins,
Triin
June 3, 2015 at 12:19 pm #7525In reply to: Change Sub Menu Background Color
You have added double quotes. So you have added like this: style=””color: #000000;””>
This is wrong. Just have single inverted commas like this: style=”color: #000000;”>
Should work just fine.
Regards,
Shri
June 3, 2015 at 11:59 am #7522In reply to: Change Sub Menu Background Color
Dear Shri,
Changing the background colour work now, but the advice how to change the title is not working. <h1 class=”entry-title”> Make it like this: style=”color:#000000;”>
I have found the h1 class entry-title in several files and added this style=”color:#000000;” there, but no change in post title colour. it remains white… any suggestions where to change it actually to black with out changing the section font colour? Thanks in advance,
Triin
June 2, 2015 at 1:19 pm #7474In reply to: Color problems in the Gravid Theme
Given you re-access.
Regards,
ShriJune 2, 2015 at 1:07 pm #7473In reply to: Color problems in the Gravid Theme
I can’t 😉
“0 downloads remaining”
June 2, 2015 at 12:49 pm #7471In reply to: Color problems in the Gravid Theme
Updated the theme.
Kindly re-download the theme from your my-account page. And let us know if all is fine.
Regards,
ShriJune 2, 2015 at 12:10 pm #7469In reply to: Color problems in the Gravid Theme
Really great support 🙂 Thanks a lot!
June 2, 2015 at 11:22 am #7467In reply to: Change Sub Menu Background Color
The initial top <div class=”site-main” id=”sitemain”> is here and the rest is in content-single.php
Regards,
Shri
June 2, 2015 at 8:52 am #7462In reply to: Change Sub Menu Background Color
Hei Shri,
Thanks for your advice. Where should i put it exactly? Maybe it it some other file than single.php? This is what I have at the moment in single.php file:
<?php
/**
* The Template for displaying all single posts.
*
* @package SKT Black
*/
get_header(); ?>
<div class=”content-area”>
<div class=”middle-align content_sidebar”>
<div class=”site-main” id=”sitemain”>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘single’ ); ?>
<?php skt_black_content_nav( ‘nav-below’ ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || ‘0’ != get_comments_number() )
comments_template();
?>
<?php endwhile; // end of the loop. ?>
</div>
<?php get_sidebar();?>
<div class=”clear”></div>
</div>
</div>
<?php get_footer(); ?>
June 2, 2015 at 6:45 am #7456In reply to: Change Sub Menu Background Color
Hi Triin,
Okay can you write some inline css? If not here is how:
Kindly visit Appearance>Editor>single.phpCheck <div class=”main-container”> Make it like this: <div class=”main-container” style=”background-color:#ffffff”>
And then scroll down for title:
<h1 class=”entry-title”> Make it like this: style=”color:#000000;”>
Let us know if you couldn’t do it. We will do it for you.
Regards,
Shri
June 2, 2015 at 6:38 am #7453In reply to: Color problems in the Gravid Theme
Again upgrading the theme today. Will have all the features i missed yesterday. Will update once done.
Regards,
ShriJune 1, 2015 at 7:25 pm #7440In reply to: Color problems in the Gravid Theme
This did work well for the boxes, but not for the other links 😉
Take a look at http://monkeymaniacs.de/wp/2015/06/01/hallo-welt/ and you’ll see the problem.
Also the social media links on the bottom of the page are still in default color
-
AuthorSearch Results