Balint Toth
Forum Replies Created
-
Hello! Could you please provide a link to your site?
Forum: Fixing WordPress
In reply to: Jazzing up static front pageSadly, I have only one but I am currently developing it on localhost.
Forum: Fixing WordPress
In reply to: Uploads folder showing IP address instead of web addressThank you for the info. I would also recommend the Search and replace script that WPRanger mentioned. I have used it on some occasions to migrate a site. Try to make a search for the IP address, and change it to the site domain. But it is essential to make a backup of the whole WordPress database, because things can go wrong very easy.
Greetings,
BalintForum: Fixing WordPress
In reply to: Uploads folder showing IP address instead of web addressHello!
I would recommend that you check the WordPress Settings->General, are the WordPress Address and Site Address fields are set to the current URL?
If I can ask, what method did you use to migrate the WordPress installation?
Greetings,
BalintForum: Fixing WordPress
In reply to: Jazzing up static front pageHello!
Personally I would recomment Slidedeck2, in the plugin repository you can find it here:
http://wordpress.org/plugins/slidedeck2/It is responsive, it has many effects in the free version, and easy to use. However, there may be some CSS tweaking necessary for proper display.
I hope this helps, if you have any additional questions, just post them!
Greetings,
BalintForum: Themes and Templates
In reply to: [Custom Community] Custom Community Sidebar issuesYou are welcome!
Forum: Themes and Templates
In reply to: [Photolistic] add my own logoYes, you are absolutely right. Sorry about that. So the code should look like this:
Theme Name: Photolistic Child Theme URI: http://buzzrain.com/theme/photolistic/ Description: Photolistic is a photography theme that can be used as a portfolio and a blog theme by photographers. It has a clean and minimal design that focuses on the images and it's based on marketing principles that help photographers get more clients. Author: Buzzrain Author URI: http://buzzrain.com Version: 1.3 License: GNU General Public License License URI: license.txt Template: photolistic Tags: photoblogging, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu */ @import url("../photolistic/style.css"); .widget-area{ opacity: 0.6; }Forum: Themes and Templates
In reply to: "Leave a Reply" in Posts and PagesHello!
I think by default in TwentyTwelve, on a page where posts are listed under each other, there should be a leave a reply link between the post title and the content. Did you make any changes to the theme’s code?
Regarging disabling comments for specific pages, please go to edit page, and on the upper right corner, there is a little grey box saying Screen Options. Open that, and check the Discussion check-box. Now there should be a box in the central area of the page somewhere under the content field, named Discussion. There you can turn off the
Allow comments.I hope it helps.
Greetings,
BalintForum: Themes and Templates
In reply to: [Photolistic] add my own logoThe steps necessary to make the child theme in this particular case:
in the wordpress folder/wp-content/themes/make a new folder called ‘photolistic-child’. Inside that folder, make a file calledstyle.css.Inside that file, put this:
Theme Name: Photolistic Child Theme URI: http://buzzrain.com/theme/photolistic/ Description: Photolistic is a photography theme that can be used as a portfolio and a blog theme by photographers. It has a clean and minimal design that focuses on the images and it's based on marketing principles that help photographers get more clients. Author: Buzzrain Author URI: http://buzzrain.com Version: 1.3 License: GNU General Public License License URI: license.txt Template: photolistic Tags: photoblogging, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu */ .widget-area{ opacity: 0.6; }Save this and in the theme selector page on WordPress Admin, there will be a new theme called Photolistic Child, with no screenshot image, activate that. That should solve the transparency issue.
Optionally, you can fine-tune the transparency value by changing0.6to whatever you feel right. 1 is non-transparent, 0 is completely transparent (= not visible).Forum: Themes and Templates
In reply to: [Photolistic] add my own logoin the child themes’ css file, you should add this:
.widget-area{ opacity: 0.6; }Forum: Themes and Templates
In reply to: [Photolistic] add my own logoSure.
Forum: Themes and Templates
In reply to: [Photolistic] add my own logoSorry, for some reason the link did not show up in my previous post. Here it is:
http://codex.wordpress.org/Child_ThemesForum: Themes and Templates
In reply to: [Photolistic] add my own logoSorry, I have forgotten about that.
You should be able to do it also with some CSS tweaking inside the child theme. Could you please clarify, which white block are you referring, so maybe I could provide some code that solves that?
Thanks,
BalintForum: Themes and Templates
In reply to: [Photolistic] add my own logoHello!
I have checked the theme documentation, and it looks like there is no setting for changing the logo, so I think the best way is to make a child theme and make the necessary changes there. More info on child themes you can find here:
Regarging the image slider, inside the child theme you should edit the theme’s php. There are some slider plugins that can be used with theme tags for example Meteor Slider.
Greetings,
BalintForum: Plugins
In reply to: [AutoChimp] Can't activate due to Fatal ErrorSame error here. Running WordPress 3.7