grudolphi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Footer and BLOG FontsizeHi, I’d like to change the following footer (footer.php.). Theme: analytic-lite
<?php global $shortname; global $themename; ?>
<!– #Footer Area –>
<!– Please donot modify this section –>
<div id=”footer-area”>
<?php get_sidebar(‘footer’); ?>
<!– Footer Copyright info –>
<div id=”foot_copyrt” class=”colreg”>
<div class=”fcenter copyright_box”>
<?php
if(sketch_get_option($shortname.’_copyright’)){
$string = sketch_get_option($shortname.’_copyright’);
$fstring = ske_striptag(‘br’,$string);
?>
<?php echo $fstring; ?> |<?php } ?>
<span class=”powered-by”><?php _e(‘Analytical Lite By’,’analytical’); ?> <?php _e(‘SketchThemes’,’analytical’); ?></span>
</div>
</div>
<!– Footer Copyright info –>
</div>
<!– #Footer Area –>
</div>
<?php wp_footer(); ?>
</body>
</html>On the website it shows: ‘Analytical Lite By SketchThemes’ I’d like to change or delete this but whatever I do there’s no change on the website. I have replaced the text with a different one – no change. I have deleted the text – no change.
Can someone help please. Thx. Gregor
Forum: Themes and Templates
In reply to: Changing Footer and BLOG Fontsize… just made it work. I’ll start to modify now. Thx a million
Forum: Themes and Templates
In reply to: Changing Footer and BLOG FontsizeHi Janet, hi Stephen,
I have done it exactly as you have told me – took Stephen’s code, put into a separate directory etc. The result is the same. WP simply doesn’t take the design as it is in the original template. Therefore I assume that there are one or more other files, beside style.css, dictating the design. As I don’t know which they are it doesn’t make any sense to continue until I know that. I’ll try to figure that out. Thx for the moment.
Regards, Gregor
Forum: Themes and Templates
In reply to: Changing Footer and BLOG FontsizeHere’s the code I have put into the style.css:
/*
Theme Name: Analytical Lite Child
Template: analytical-lite
*/@import url(?https://www.westkompanie.de/app252604794/wp-content/themes/analytical-lite/style.css“);
Still the same
Forum: Themes and Templates
In reply to: Changing Footer and BLOG FontsizeSorry ?? have a look now
Forum: Themes and Templates
In reply to: Changing Footer and BLOG FontsizeHere you go. https://www.westkompanie.de
Forum: Themes and Templates
In reply to: Changing Footer and BLOG FontsizeJanet, Finally I managed to get it done. But I looked at the preview and it looks awful as there are tons of things missing compared to the original
Forum: Themes and Templates
In reply to: Changing Footer and BLOG FontsizeHi Janet, Thx. I started with setting up the child theme. I did it exactly the way it’s described but I am not seeing the child theme in WP so I cannot activate it.
Forum: Themes and Templates
In reply to: I want 2 different homepagesJeroen,
I had the same issue and played around with various solutions (qtranslate plugin) etc. At the end of the day I have decided to create two identical pages with the same content in different languages. This is quite some effort at the beginning but if it doesn’t change too often the easiest way – out of my perspective. I am writing one or two BLOGs a months in average so it’s not a big deal. However, if your content changes often this might be an overkill.
Have a look here: https://www.us.gregor-rudolphi.com. This is my English payge. You’ll find the link to true German version right in it.
Cheers, Gregor
Forum: Themes and Templates
In reply to: [Analytical Lite] Transparent LogoYou need to save your image as a .png file