Andor Nagy
Forum Replies Created
-
You know, these settings can be set in the profile settings. Where you change password, nickname etc.. There are these fields, Twitter, Google Plus, AIM, E-mail etc… Some of them can be displayed, but the ones that come with JetPack cannot. At least I don’t know how to do it.
I see. So it is only possible if I add those fields again customly and use them to display it?
Forum: Themes and Templates
In reply to: Child Themes not working properly?Not really, Now the child theme’s style.css is also imported into the main framework. But nvm
Thanks for your help =)
Forum: Themes and Templates
In reply to: Child Themes not working properly?It works now, I imported the style.css in the header using
‘<style>
@import url(“<?php bloginfo(‘stylesheet_url’); ?>”);
</style>’Forum: Themes and Templates
In reply to: Child Themes not working properly?No, I’m not.
Forum: Themes and Templates
In reply to: Child Themes not working properly?Theres no problem with it. I just stopped XAMPP
Forum: Themes and Templates
In reply to: Child Themes not working properly?It is, and it still isn’t working.
Forum: Themes and Templates
In reply to: Child Themes not working properly?I have it installed on my PC localhost.
by wp-content->themes->Child theme. you mean
wp-content/themes/child-theme/my-child-theme
or
wp-content/themes/my-child-theme
Forum: Themes and Templates
In reply to: Child Themes not working properly?Forum: Themes and Templates
In reply to: Child Themes not working properly?Yes. And when I activate the child theme, and look at the page source in chrome, the theme doesn’t gets the style.css from the child-themes folder.
Forum: Themes and Templates
In reply to: Custom made theme not working with XAMPPI’ve found what was the problem. The XAMPP doesn’t likes the short form of the PHP starting tags.
<?
Only
<?php
Forum: Themes and Templates
In reply to: Custom made theme not working with XAMPPYes, thats what shows up.
Hmm, That sounds great. I just changed theme, so I need something like this.
Forum: Fixing WordPress
In reply to: Sliding down Widget in widget areaYes. https://minecraftdb.info and I would like the sidebar’s bottom ad so if you scroll over it, it slides down.
Forum: Fixing WordPress
In reply to: Sliding down Widget in widget areaHow do I make it so if screens top reaches for ex
<div class=”sliding-widget”>
</div>this box, then the box changes to
<div class=”sliding-widget” style=”position:fixed”>
</div>