Cocod
Forum Replies Created
-
Hi,
Indeed it is a solution, but I liked this possibility of having the possibility of having an elevator on the side, but I kept your remark.Thanks again Tobias.
Best regards.
DBHow can we decrease the distance (the arrow indicates the distance). Before with my table, the text which is to the right of the arrow, allowed me to reduce this distance because I only saw part of the table, with an elevator I could scroll the text to see the rest of the content.
Hope this is more clear for you, thanks again Tobias
Best regards
DBHi Tobias,
great indeed I had a table within a table.
So how do
1) to avoid there being so much space between two names see link below?
2) To color first and last names?Best regards.
I try to export and import a table here I took 2 but the problem is on all the tables I export from the function export dd plugin? Exported CSV file opens and displays correctly, when opened with Excel? And when I import that CSV file back into TablePress, only one column remains.
.https://www.le-reve-eveille-en-psychanalyse.com/tableau/Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column width css errorHi Tobias,
once again you save me, indeed there was a space between a varatere and the “best regards
Didier
- This reply was modified 1 year, 11 months ago by Cocod.
Thanks Tobias,
I found it’s the WP Rocket extension that breaks the problem.
best regards
Didier
PS : I can close the ticket.
Hi Tobias,
Here is OVH’s response:
I have just checked the proper functioning of your hosting “le-reve-eveille-en-psychanalyse.com”, I have not noticed any malfunction on it.In addition, be aware that OVHcloud support does not provide support for WordPress plugins/extensions that you can use on your site.
What can I do now?
Regards
Didier
- This reply was modified 1 year, 11 months ago by Cocod.
Hi Tobias,
thank you for the answer, I did set WP_DEBUG constant to true in the “wp-config.php” file and that did not solve the problem, I have to contact OVH and I ask them what?
Regards
Didier
Hi,
I understood why, I do not have the same thing as you, example of the image.I bought a theme (Bethem) with visual composer, but I just learned that in fact it is a lite version so with less possibility.
So too bad, I will do with elementor.
Best regards.I’m fine, thank you, I hope it is the same for you.
For your answer I can’t find the page where there are all these options.
https: //prnt.sc/sah0uw
regardsForum: Themes and Templates
In reply to: [OceanWP] how to put both the logo and the title of the site ?bonjour,
je vais changer de sujet car c’est un problème de plugin.
Cordialement.
DBForum: Themes and Templates
In reply to: [OceanWP] how to put both the logo and the title of the site ?I just tried the code, the site puts this in error, here is what I put:
/**
* Add a title tag to the logo
*/
function my_custom_logo() {// The logo
$custom_logo_id = get_theme_mod( ‘custom_logo’ );// If has logo
if ( $custom_logo_id ) {// Attr
$custom_logo_attr = array(
‘class’ => ‘custom-logo’,
‘itemprop’ => ‘logo’,
);// Image alt
$image_alt = get_post_meta( $custom_logo_id, ‘_wp_attachment_image_alt’, true );
if ( empty( $image_alt ) ) {
$custom_logo_attr[‘alt’] = get_bloginfo( ‘name’, ‘display’ );
}// Get the image
$html = sprintf( ‘%3$s‘,
esc_url( home_url( ‘/’ ) ),
esc_html( get_bloginfo( ‘name’ ) ),
wp_get_attachment_image( $custom_logo_id, ‘full’, false, $custom_logo_attr )
);}
// If no logo is set but we’re in the Customizer, leave a placeholder (needed for the live preview).
elseif ( is_customize_preview() ) {
$html = sprintf( ‘‘,
esc_url( home_url( ‘/’ ) )
);
}// Return
return $html;}
add_filter( ‘get_custom_logo’, ‘my_custom_logo’ );I put it without modifying anything knowing little about php.
Regards
DBBonsoir,
j’ai trouvé comment faire, il suffit d’écrire ce code dans le simple css de la page.
body
{ background-image: url(‘http:xxx’) !important; background-size: 85%;
background-repeat: repeat;
background-position-yx 8em;
background-position-y: 8em;
}
Merci pour votre aide.
Bien cordialement.
DB- This reply was modified 4 years, 10 months ago by Cocod.
Forum: Plugins
In reply to: [Asgaros Forum] Comment mettre [forum] dans un article et pas dans une pageI think with images it’s easier to understand
Here is the link to the page where you can view my question.
https://www.le-reve-eveille-en-psychanalyse.com/asgaros_reglage/Sorry i don’t speak english at all and there is confusion with article and post
RegardsForum: Plugins
In reply to: [Asgaros Forum] Comment mettre [forum] dans un article et pas dans une pageHello,
thank you for your message.
If I put the shortcode in a single article, it doesn’t work.
Because in the plugin settings you can only select one page and not articles.
Regards