Meenimod
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logo/headerThanks again.
How can I remove the title of a page being shown on the page?
Forum: Fixing WordPress
In reply to: Logo/header..and how can I centre the footer text? I put:
#colophon td{
text-align:center;
}in my style.css file but its not working..
Forum: Fixing WordPress
In reply to: Logo/headerForum: Fixing WordPress
In reply to: Logo/headerThanks!
Also do you know how I can get rid of the search box?
Forum: Fixing WordPress
In reply to: How do I make the images in my gallery unclickable?I found this on another thread:
When you upload an image, or choose an image in your media library to put in your post, you have the field “link url” just below the description.
From there, you have three buttons : “none” “file url” or “post url”.
If you do not enter a link manually, or click a button to fill this field, then, no link will be added, and the image will not be “clickable”
maybe it changed slightly but it should still work.
Otherwise I can recommend you the Nextgen-gallery, it’s really easy to install (especially using shortcodes) and setup and they have quite a lot of options.
I already know about that, however the “link url” is not present in the default WordPress gallery, its only present in individual images.
I’ll try the Nextgen-gallery.
Thanks for your help
Forum: Fixing WordPress
In reply to: How do I make the images in my gallery unclickable?Are you using a plugin for your gallery or is it custom code?
If it’s a plugin, you need to find the main php file of the plugin in wp-content/ plugins/ name of the plugin your use for your gallery.
Once you do that, you should find a line resembling <?php the_permalink(); ?> (if when you click on the picture it sends you to a blogpost).There’s no way I can be more specific without knowing if you use a plugin and which one.
If you don’t use a plugin just take off the or replace the clickable link with a #, like that .Hi, I’m using the default gallery that comes with wordpress.
Forum: Fixing WordPress
In reply to: How do I add excerpt to a post?Before I try that, how do I make a copy of functions.php from twentytwelve theme to my child theme? Because what I have been doing before is when I want to copy a certain file, I would first open the original file of the parent theme (twentytwelve) in the editor from the dashboard, copy the whole content, create a new file on my desktop with the same name, paste the contents, then upload it to my child theme folder using FileZilla. But I found a post by you on another thread in which you said never do that as it can result in a fatal error, so I stopped doing it that way.
Forum: Fixing WordPress
In reply to: How do I add excerpt to a post?edit content.php in your child theme;
change this line:
<?php if ( is_search() ) : // Only display Excerpts for Search ?>
to:<?php if ( is_search() || is_home() ) : // Only display Excerpts for Sea
yay that worked! thanks – btw do you know how I can edit the message “this entrey was posted in X on…” where X is the category? I want to remove X as I don’t have any categories.
Forum: Fixing WordPress
In reply to: How do I add excerpt to a post?depends on your theme;
please post the name and download link of your theme.
if you like, you can also post a link to your site.
I’m using twentytwelve theme.
islamicvalues.co.uk
Forum: Fixing WordPress
In reply to: How do I add excerpt to a post?You can just use the more quicktag button found above the Post Editing Area. You can Insert it at your desired cut-off point when editing a post.
I don’t want to have to do it for every post. Is there a way other than to manually do it for every post?
Forum: Fixing WordPress
In reply to: How do I edit the post message..?ok but what file shall I copy?
Forum: Your WordPress
In reply to: Your Opinion Mattersdoes it allow you to have multiple video galleries? Like video galleries on different pages?
Forum: Your WordPress
In reply to: Your Opinion MattersHi,
could you please tell me the name of the plugin you used for the video gallery?
Forum: Fixing WordPress
In reply to: My site works on my other devices but not on laptop?works now! Needed a couple of cache clearing..
Forum: Fixing WordPress
In reply to: My site works on my other devices but not on laptop?I cleared the cache but it didn’t work. I even uninstalled Chrome and re-installed it, but that didn’t help either. I also tried on other browsers, same result.