Taktik Communication
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping methods in listThanks for your answer.
Well I was looking for the code to switch to drop down list but I couldn’t figure it out 🙁
- This reply was modified 9 years, 5 months ago by Taktik Communication.
Forum: Themes and Templates
In reply to: Change colors in child themeThanks for your reply
I was looking for a solution to avoid copying the whole style.CSS file
I feel that the use of child theme should be to put only the CSS code you want to modify, and not touch the rest !
If i copy the whole style.CSS file, then I won’t get eventual style.CSS updates when I update the theme !
Forum: Fixing WordPress
In reply to: Move WORDPRESS.ORG website to private hostingOH YES, I’m very sorry
I meant – of course – WORDPRESS.COM
Forum: Plugins
In reply to: Looking for a form / survey plug inGravity form is exactly what I needed.
THANK YOU !!!
Forum: Themes and Templates
In reply to: Mixfolio Theme translationAnyone ???
:'(
Forum: Themes and Templates
In reply to: Twenty ElevenAWESOME!!!
IT WORKED
Thank you so much alchymyth
Forum: Themes and Templates
In reply to: Twenty ElevenHi Esmi
I do have firebug
I still I can figure it out 🙁Firebug seems to tell me that the following code is responsible for the color I’m looking for:
body { color: #BBBBBB; }I put it in STYLE.CSS and it won’t work
(with a new color value of course)
please help 🙁
Forum: Themes and Templates
In reply to: Make "main div" take whole space ?Thank you so much zoonini 🙂
That’s PERFECT
Forum: Themes and Templates
In reply to: Twenty Eleven – Built-in RSS feed ?Awesome !!!!
Thanks so much JarretC
Forum: Themes and Templates
In reply to: Twenty Eleven – Built-in RSS feed ?Child theme is in place 🙂
Please have a look !
I had put back the original Twenty Eleven theme for testing but now the child theme is back in place
Forum: Fixing WordPress
In reply to: Twenty Eleven basic styling questions – PLEASE HELP !!!!for the reccord, here’s my final style.css sheet :
[more than 10 lines of CSS code moderated – the link to your site allows access to the styles]
Forum: Fixing WordPress
In reply to: Twenty Eleven basic styling questions – PLEASE HELP !!!!With many, many hit-and-miss style attempts, I figured it out 😉
Thanks esmi and alchymyth for your help
Forum: Fixing WordPress
In reply to: Twenty Eleven basic styling questions – PLEASE HELP !!!!AWESOME !!!
IT WORKED !Thanks alchymyth !!
I suck at CSS 😉
One down, two more to go :
A) How can I put the “search box” (in the header menu) background in white?
I’ve been looking for it but can’t find it.B) Is it possible to make is so the button of the current page stays solide white, just like when we pass the mouse over it?
– thanks !
Forum: Fixing WordPress
In reply to: Twenty Eleven basic styling questions – PLEASE HELP !!!!Yeah but like I said, I want to add a background where the content – the text of the pages – is displayed.
When I add a background through “appearance” menu it seems to appear over the header and under the footer.Forum: Fixing WordPress
In reply to: Twenty Eleven basic styling questions – PLEASE HELP !!!!Here’s my style.css now :
/* Theme Name: Taktik Communication Theme Template: twentyeleven */ @import url("../twentyeleven/style.css"); body { background-attachment: fixed; background-image: url(http://milieunovateur.ca/images/background.png); background-repeat: no-repeat; background-position: center center; }And of course I still can’t get the background picture to show up 😉