Wordpress Custom Logo with Description text - wordpress

my Question is, is there anyway to add some descrption text to the Custom Logo Section. Like the description text you can see at website icon. See Screenshot attached. I wanna add some text under the word "Logo". Something like: "Your Logo should be 200px x 150px."
The Wordpress Codex doesn´t say anything about that. Is just width, height, flex width/height, header-text.

Seems like you want to add the text to the WordPress editing interface right? I don't really have much that part, but maybe reading this about customizing the WordPress admin will get you on your way?

Related

I can't add an image to the Newave - WordPress Responsive One Page Parallax template

I have purchased a theme but I can't add an image to the Newave - WordPress Responsive One Page Parallax theme. When I click on the edit flag and I want to add an image, a rather strange icon appears, but when I add an image, it appears in a strange way other than the expected way.
This strange code [parallax_quote author="Richard Johnson"]Creativity is allowing yourself to make mistakes Art is knowing which ones to keep[/parallax_quote]
The code appears like this enter image description here
And when I add a picture like this [enter image description here]enter image description here
Appearance becomes like this enter image description here
I tried to add the image via a link or path from the file, but to no avail
I don't know, I don't know how to add the image code, or it's the wrong way
The image should appear like thisenter image description here

Wordpress full text without intro text

I need to show the posts of a wordpress site but without the intro text, that is, I want the intro text, the text before the read more, not to show. How can I do that? Thanks.
If you are looking at hiding the intro text in the posts listing, then you will have to edit the post.php page within the theme folder. If you are not into PHP code, then I suggest you look for a theme where the post intro is no shown in the listing.

Flexslider: How can I display image captions in my node?

I have a site where my nodes (articles) can have multiple featured images. By default, my articles have this gallery at the top of the page rotating through the images. I like it. I'd like to know where I can go to modify it, though, since I'd like to display caption information as well.
This is what my article node looks like (though I haven't added all the styling yet):
https://www.dropbox.com/s/c62wg8w0b52o48z/t1.PNG?dl=0
This is the information for the images in my article node:
https://www.dropbox.com/s/jglmo1ogm6jg2xs/t2.PNG?dl=0
As you can see, I have a Title, Alt, and Caption for each image. The title appears below the image by default. I'd like to display that caption, especially, somewhere near the image.
In my display settings under "Manage Display", I was able to select a bunch of different ways of displaying this gallery. I chose FlexSlider, and there's an option for displaying the image title (which exists no matter what I pick), but none for caption:
https://www.dropbox.com/s/a4cz4audj9o6p6w/t3.PNG?dl=0
Here's a live version of the page:
http://ccdrupal.dor.org/articles/multi-image-test#
Is that something that's easily done? I don't think this is the theme's functionality, but maybe it is. I'm using the Blogger theme for D7. Is there an extension that can do this? Is there something I should look for or change in the code?
Check out that flex slider plugin and what template files it provides. Try finding and overriding template file that displays the image. Idea is to find how image is printed and image source is collected and use the same way to collect image caption field. Then you can add some extra HTML to print image caption.

Picture to nav menu in Wordpress

I would ask you for help because I could not find solve of this problem too long time.
Is some simple possible way hot to replace text in wordpress menu by some icon just with css? I need insert picture in main menu of http://www.monetaria.cz . I tried to use class in specification of menu items and for erase text I used text-indent bud it did this problem
https://picasaweb.google.com/lh/photo/idGdXrE_x3LLDWvJQ-doyKHTNTSbdw6n6xqWnRyE6B8?feat=directlink
Thank you very much,
John
you can add HTML straight into a menu item and WP will render it properly, so if you add something like this
<img src="source.jpg" />
into the Label field of a Custom Link and enter whatever link you want the menu item to go to into the URL field, then WP will render the <img> tag as an image and also wrap it in a link to your specified URL

How do I find the content for a mini-panel in Drupal?

I have a task to edit some content for a footer being used in a Drupal site. I've got very little experience with Drupal, but I have been able to root around and find stuff here or there over the past few days. The last time is the footer, and I can't seem to find where the content could be hiding.
In the admin under "panels" I see a "common footer" mini-panel. When I edit that, it brings me to a screen where I can edit the admin title, admin description, and name (currently common_footer). I expected a rich text editor where I could edit the body or something to that effect.
In the content list in the admin, I don't see anything that looks like it could be footer content. Can someone point me in the right direction where to look for this sort of thing?
I think there is a bug in the current version of mini panels as I cannot find the content edit link either. To edit the content of a mini panel I had to take the edit url and replace the last "edit" with "content"
For example,
I changed
admin/structure/mini-panels/list/category_landing_right/edit
To
admin/structure/mini-panels/list/category_landing_right/content
There are links to content, context and layout in the top left corner. The problem is that they look like breadcrumbs so they are easy to miss.

Resources