dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Child Theme custom CSS not workingI think the problem is the order of your child theme’s css, you need to put it under the default theme’s, instead of using this plugin to create it, delete it (make a backup if you wish) and simply create a child like explained here
http://codex.wordpress.org/Child_Themes
if it is only css you want to change you can try a custom css box too.
Forum: Fixing WordPress
In reply to: Read moredepends on the theme, which one do you have? and have you talked with the authors of your theme?
Forum: Fixing WordPress
In reply to: How do you move down page titlesI am sorry but i dont see any page titles! you can post screenshots maybe i am missing something.
Forum: Fixing WordPress
In reply to: Responsive theme isn't responsive on mobilefirst of all i was wrong, there is something wrong with the responsivness, i see that there is a new version 1.1.1 of the theme, you can try updating.The update will delete your theme so if you want you can take a backup first.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] css questionI am not sure why you want to do this but i think the second method is easier, using a child theme.
Forum: Themes and Templates
In reply to: [Virtue] Cannot remove my logoYou can try disabling your plugins first and then try with another browser and clear your cache (ctrl+f5 win)
Forum: Plugins
In reply to: [WooCommerce] Something is wrong with my website.I don’t see anything wrong with it.Maybe you can add screenshots to see what you mean.
Forum: Fixing WordPress
In reply to: Integrating a Single-Folder Website into ThemeThere is a sidebar plugin by Woo that helps a lot https://wordpress.org/plugins/woosidebars/
Forum: Fixing WordPress
In reply to: Integrating a Single-Folder Website into Themeif you just want to change the looks you can edit it’s style and link it to your site.
Forum: Fixing WordPress
In reply to: How do you move down page titlesi think you fixed this, right?
Forum: Fixing WordPress
In reply to: Read moreyou can try using the excerpt box, open your post and at the top right you should see the ‘screen options’, open it and enable the excerpt.Not sure if your theme supports it though
Forum: Fixing WordPress
In reply to: static front page twenty fifteenFirst you go to wp>pages>add new, then go to general>settings>reading> and set it as your front page.
Last thing is to add it in your menu
Forum: Themes and Templates
In reply to: removing hyperlink.you can look in appearance>widgets>footer sidebar
the black top looks like a place to insert a page title or site title, the footer can be hidden with
.site-footer { display:none; }you can use a child theme or a custom css box
Forum: Fixing WordPress
In reply to: H1 has two lines and large space in betweenIn cases like this you need to post your url to see the code : )