Skip to content
PhotoLens

PhotoLens

  • Home
  • Adobe-Photoshop
  • Adobe-illustrator
  • Website-Design
  • Bootstrap
  • Color-theory
  • Fonts
  • Logo
  • Contact Us

logo

How to load google font only if custom logo is not uploaded

by admin

How can I load Google font only if custom logo is not uploaded? I know how to load resource if we are on this or that page, but not sure how to do this? Answer There is a function for this purpose, called has_custom_logo(). You can check whether the website has a custom logo or … Read more

Categories fonts, logo Tags fonts, logo Leave a comment

Changing custom logo link

by admin

I am trying to change my custom logo url on wordpress to go to a different website. I have tried many different ways to do this with php and child themes but every time I try something it just breaks the site. I have created a child theme and copied my header.php file. Here is … Read more

Categories custom-header, functions, logo, php Tags custom-header, functions, logo, php Leave a comment

Inserting header logo in the bootstrap theme

by admin

When you use an image as header logo(whichever size it is) in the bootstrap theme the img-responsive class will automatically resize the image. But in wordpress theme, if you use large image for logo, it will occupy too much space in the page( I used 1475x 500 and It’s occupying all the space in the … Read more

Categories logo Tags logo Leave a comment

WordPress navbar with logo in middle [closed]

by admin

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 2 years ago. Improve this question I was searching for something that could help me with query but could not find a understandable solution. What I am … Read more

Categories logo, menus, theme-development Tags logo, menus, theme-development Leave a comment

Add more then one site logo – custom-logo theme support

by admin

We can add one site logo to site customize with add_theme_support( ‘custom-logo’ ); How can add another logo? Seems like the custom-logo theme support only allows to add one site logo and I need to a footer logo as well I know its possible to add this to a custom theme settings page but prefer … Read more

Categories customization, header-image, logo, theme-customizer, theme-development Tags customization, header-image, logo, theme-customizer, theme-development Leave a comment

How to add an RSS logo to my blogs header?

by admin

I have started a new site (here), I want to add the theme a RSS icon/logo on the top right of the theme (like in this theme). What is the best way for doing that? (PHP/CSS wise) Answer You want some code to be added to the #title element. You can do this, as Sorich … Read more

Categories admin-css, favicon, logo, rss, themes Tags admin-css, favicon, logo, rss, themes Leave a comment

Remove link around logo

by admin

I have this in the functions.php: add_theme_support( ‘custom-logo’, array( ‘height’ => 200, ‘width’ => 1000, ‘flex-width’ => true, ‘flex-height’ => true, ) ); and this in my header file: <div class=”site-branding”> <?php the_custom_logo(); if ( is_front_page() || is_home() ) : ?> <h1 class=”site-title”><?php bloginfo( ‘name’ ); ?></h1> <?php else : ?> <p class=”site-title”><?php bloginfo( ‘name’ … Read more

Categories headers, logo Tags headers, logo Leave a comment

WordPress logo upload option in theme panel

by admin

Hello every one i am facing one issue in adding logo option in my theme panel of wordpress i am using this code function logo_display() { ?> <input type=”file” name=”logo” /> <?php echo get_option(‘logo’); ?> <?php } function handle_logo_upload() { if(!empty($_FILES[“demo-file”][“tmp_name”])) { $urls = wp_handle_upload($_FILES[“logo”], array(‘test_form’ => FALSE)); $temp = $urls[“url”]; return $temp; } return … Read more

Categories logo, mu-plugins, theme-development, wp-query Tags logo, mu-plugins, theme-development, wp-query Leave a comment

No Appearance –> Header menu

by admin

According to this page: https://developer.wordpress.org/themes/functionality/custom-logo/ There should be a header page under appearance. I added the theme support for custom logo but have got no header page under appearance. The docs make it sound like this page exists and I don’t have to add it myself. Anyone know whats going on? Answer WordPress Version 4.1 … Read more

Categories logo, theme-development Tags logo, theme-development Leave a comment

How to remove admin bar logo in WordPress using plugin

by admin

I’m following the instructions from this page to remove the adminbar wordpress logo and cannot quite understand why this is not working in a plugin I have created. // Hide top left WordPress logo add_action( ‘admin_bar_menu’, ‘remove_wp_logo’, 999 ); function remove_wp_logo( $wp_admin_bar ) { $wp_admin_bar->remove_node( ‘wp-logo’ ); } Everything else in my plugin is working … Read more

Categories admin-bar, logo Tags admin-bar, logo Leave a comment
Post navigation
Older posts
Page1 Page2 … Page62 Next →

Recent Posts

  • Conway’s Game of Life Object oriented implementation in Java
  • High performance physics simulation – core class design
  • Matrix implementation
  • Calculator using variable names
  • Playing “craps” for the win

Adobe-Photoshop

  • With OS X , is there a way to create a 640 x 640 image out of a 500 x 640 image?
  • How do I get a high-quality version of my account iChat icon?
  • Photoshop stops registering mouse clicks [closed]
  • Faking a page-fold with photoshop
  • Which tools is used to draw this image? [closed]

Adobe-illustrator

  • What should be the basic points to know while creating a logo
  • Creating Archimedean Pentagon Spiral in Illustrator
  • Are these trim or bleed lines? And How can I add them to a design?
  • Why does Illustrator add zeeros in all units? [closed]
  • How do I embed fonts in illustrator

Website-Design

  • Simplifying mobile web design without altering given requirements [closed]
  • How do I use Save for Web to output a single image, when using a multi slice document?
  • Scale for Large Typography (Much larger than 72px)
  • Should ‘banner logos’ be used in web design?
  • In interface design, which icon is best suited to represent “icon”?
© 2023 PhotoLens • Built with GeneratePress