marie_samsung
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Adler] How to place his personal logo?Yes, no problem! 🙂
Forum: Themes and Templates
In reply to: [Adler] How to place his personal logo?I found!!!!!!! 🙂
Thank you very much!
Forum: Themes and Templates
In reply to: [Adler] How to place his personal logo?Yes I understand and I said that when I followed this path in the menu, when I arrive in General Settings , I have only the options ” Colors” brought to me . I don’t have ” Logo area” .
What to appear in my menu ?
Thank you.
Forum: Themes and Templates
In reply to: [Adler] How to place his personal logo?Hello,
I had the extension ” Customify ” installed on WordPress.
When I click the extension , here’s what I propose :– You can store the values globally so you can use them with other themes or store them as a “theme_mod” which will make an individual set of options only for the current theme
Store values as:
– Option (global options)
– Theme modYou can disable default sections :
– Navigation
– Title
– Front page
– Colors
– Background
….You can enable “Reset to defaults” buttons for panels / sections or all settings. We have disabled this feature by default to avoid accidental resets. If you are sure that you need it please enable this.
etc…
I don’t understand what I should do.
Could you please help me?
Thank you!
Forum: Themes and Templates
In reply to: [Adler] How to place his personal logo?I found this :
<body <?php body_class(); ?>>
<div id=”page” class=”site <?php echo ( has_post_thumbnail() ) ? ‘has-thumbnail’ : ‘no-thumbnail’; ?>”>
<header id=”masthead” class=”site-header” role=”banner”>
<div class=”site-branding”>
“>
<?php
$main_logo_url = adler::get_customify_option( ‘main_logo’ );
?>
<?php if ( ! empty( $main_logo_url ) ) { ?>
<img src=”<?php echo esc_url($main_logo_url); ?>”/>
<?php } else { ?>
<h1 class=”site-title”>
<?php bloginfo( ‘name’ ); ?>
</h1>
<?php } ?>
That’s it ?
If so, what do I have to change exactly and where do I have to place my image to indicate the right way please ?
Thank you! 🙂
Forum: Themes and Templates
In reply to: [Adler] How to place his personal logo?Hey, Radu !
I managed to find to change the text ” Read more !” 🙂
It just that I seem to find how to change my logo .
Thank you ! 🙂
Forum: Themes and Templates
In reply to: [Adler] How to place his personal logo?Hello,
Thank you for responding so quickly.
When I go to the Appearance / Customize / Settings menu, I don’t have the ” logo Zone” . I only have the ” Colors” .
Moreover, to change the text ” Read More ” I went in and content- none.php same file, I have not found .
I continue to search but if you have other options to offer me , I am not against please .
Thank you ! 🙂