Michel-G
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Home page latest postsThanks ChristiNi
Forum: Themes and Templates
In reply to: [Customizr] Home page latest postsHi ChristiNi
Thanks so much for your code it work very well, I have put a margin bottom too, to separate the article-container to the text.
But i want to do that also for the class container marketing, i tryed to write same code, but actually it don’t work
If i get the good one i will come back to post here,
Have a good evening
Michel
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …Thanks to dccharron and Nicolas for their help on this topic
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …ok, it is working now, but i don’t like how the 3 pages “à la une” at the one are display on the main page under the main slider,
I have tried to center the container marketing with no result …
I wish you a good day
Michel
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …Hi dccharron, hi Nicolas,
Hahahah … I have found why the google translate was not displayed in the heather …
in fact it was simple,
When i gone yesterday evening in the personalisation of the theme, i see the translate displayed but not in a current window of my google chr?me.
so i try to understand why …
And i have found the function display the social in the heather off .
I have activate it and it works now…
Strange to look at complicate instead find simple …
So i am stupid ^_^
May be my mind want to divide hair by 4 (french expression) ??
I go to sleep now, see you later, and thank you very much for your help.Michel
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …hi dccharron, message sent on the commercial link
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …Hello dccharron,
Thanks so much for your help, I will use the link you gave me there,
I wish you a good afternoon,Michel
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …Not the same because i have made a copy of the parent CCS and past in the child CCS, so i have modify a lot of things, about color, text, color of text, size of things …
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …Hello dccharron,
finally i have tried to look how you displaed your “nimi menue” but i don’t understand how to do because my CCS is not the same alredy
I am in the bad position.
Thanks for your reply, can i contact you in private by the site you gave me the link ?Michel
Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …Hello dccharron,
Thanks for your reply and your help, i will try your solution after a night of dream, my tinkering? Hahahah … I call like that because in fact
I have learn to develop applications, softs, with visual basic 6 working with databases Oracle, SQL server, Access, but not web site, so sure i can understand a code, i have learn ADA too, but PHP and CCS i have to learn how they work.
I have many and many work on this site before it is finish and ok to be open. Many work to complete his functionality and also to feel it before open it.
Thank you very much for your help, i will come back here to give you some news about how your solution work with my site.
I wish you a very nice day, see you soon,Michel
Hello Dccharron,
Thanks so much for this solution, i will try it later, after a night of dreams. You made a very nice site for this resort, it is cool.
I hope one day to get enough for spending holidays there ??
I wish you a nice day, i will try your solution soon,
Cordially,
MichelForum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …And my Child function code :
<?php
/**
* This is where you can copy and paste your functions !
*/
// Adds a widget area to house qtranslate flags. Will need styling.
if (function_exists(‘register_sidebar’)) {
register_sidebar(array(
‘name’ => ‘Extra Widget In Socials’,
‘id’ => ‘extra-widget’,
‘description’ => ‘Extra widget in the social links area’,
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ”,
‘after_title’ => ”
));
}
// Place the widget area in the social links area
add_filter (‘tc_social_in_header’, ‘add_my_widget’);
function add_my_widget() {
if (function_exists(‘dynamic_sidebar’)) {
dynamic_sidebar(‘Extra Widget In Socials’);
}
echo do_shortcode(‘[google-translator]’);
}if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(1005);}
if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(1007);}
if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(1177);}Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …This code is still in the child theme CCS …
/* SOCIAL
————————————————– */line 6569 .navbar-inner .social-block {
padding: 0px 0px 0px 0px;
*max-width: 270px;
<?php echo do_shortcode(‘[google-translator]’); ?>
/* IE 7 and below */
margin: 10px 0;
line 6575 }Forum: Themes and Templates
In reply to: [Customizr] Customizr, Problems with the last Update !!! Help …Thanks to dcccharron aand Nicolas for your reply,
I would like to give you the link to my site, but this is an humanitarian association site, and this association is not open yet, so i am oblige to hide the site for the time of the association will open. I am very sorry for that.
I just need to find the link to the page where i can find the code how to put the Google translator box in the heather, before Title.
For the changing of the responsive in the main menu, il will spend a night to find how i have done last time, i don’t write all my changing in the CCS, i just make ” bricolage ” this is a french word to say i do by hands because i am not a professional.
Soi Thanks to Nicolas to have given me the way to get the hold version, i hope only if i install this version, that will not break all the site.The reason is This is an association site for helping poor people in a poor country, i have projects to build with this association, that important, i have not the right to spend time to build a site for this association and distroy it and spend time again and again to get it work properly, if i can find the page where it is explain how to put the translator box in the heather before the title, i will stay with this update and it will be the last one to fix the site for ever.
Thanks for your help,
Michel
Forum: Themes and Templates
In reply to: [Customizr] Changing colors in pages main-wrapperHello rdellconsulting,
Thank you so much for your help, your code put me on the right way,
in fact, look :
.post-84 {
background-color: lightblue;
}
that enough … I have the bad mind to do complicate ??
In fact i will do the same for all the 4 pages, and try with rgba colors
because the first try don’t work.
Ok not my speciel color works very well…
That nice, thank you very much for your great help rdellconsulting
have a nice sunday
Michel