australis41
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageGlad you could fix it! Needed a lot of patience 🙂
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageIt sounds like the child theme is not the problem then, if it is unchanged since 1.03. Do you have your files on a shared host or do you have your own server? I just ask because maybe the way the 1.05 installation was performed, it didn’t successfully overwrite or change the previous 1.04 files. I have my own server, so I can remove all files and then install fresh.
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageOk, when you had the problem with the images before you updated to 1.05, what version of the theme were you using? Version 1.05 doesn’t work for you. 1.03 works for you. So was it version 1.04 that caused the original problem? Which is why you posted on this forum? just trying to understand. Have you changed your child theme since you first posted on this forum and then you installed version 1.05?
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageI don’t think the child theme should be a problem. The problem with the images extending beyond the pages was something to do with the parent theme. I updated my parent theme to 1.05 and had the old child theme and the new version solved the problem. it could be that you need to refresh your browser, or try another browser that you haven’t used, to see if you still see the images outside the page?
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageHi fredoclavier, thanks to your message, I updated the theme and for me the new version 1.05 has fixed my problem. Thanks very much to the developer. The only issue I have is with the Flickr widget, it lists the thumbnails as one vertical block, isntead of the 3 x 3. Well I am not sure that has anything to do with the theme. The main thing is that the image problem is fixed, for me at least.
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageGreat! Thanks fredoclavier and thanks to the theme developer Anders. Takk så mye.
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageI see that it is the same with me. Only the images with captions have this problem, and the Flickr widget. I wonder if the theme developer could take a look?
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageThanks for your feedback Aramis. Good to know so I can check if the same applies to me. I noticed that there are also changes to the Flickr widget as well. No longer showing up in the 3 x 3 block but rather as one image after the other in a long vertical line. I guess something is up. Greetings.
Forum: Themes and Templates
In reply to: [Fukasawa] Images in pages extend beyond pageJust an update. I upgraded to the latest 4.3 WordPress version, deactivated all of the plugins, and still the images extend beyond the page. Not sure why this is happening. Anyone else experience the same?
Here is a link:
http://www.happybeeretreat.com/our-bed-and-breakfast/our-home/
Forum: Themes and Templates
In reply to: [Fukasawa] Menu Icons Lost in Child ThemeSo in other words, copy and paste this in to a functions.php in your child theme folder:
<?php
// Enqueue Stylesheets
add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX );
function enqueue_child_theme_styles(){
wp_enqueue_style( ‘fukasawa_parent_genericons’, get_template_directory_uri() . ‘/genericons/genericons.css’ );
wp_enqueue_style( ‘fukasawa_parent_style’, get_template_directory_uri() . ‘/style.css’, array( ‘fukasawa_parent_genericons’ ) );
wp_enqueue_style( ‘fukasawa_child_style’, get_stylesheet_uri(), array( ‘fukasawa_parent_style’ ) );
}?>
and that is it. it should work.
Thank you to Yusri Mathews for the suggestion. It solved the problem.
Forum: Themes and Templates
In reply to: [Fukasawa] Menu Icons Lost in Child Themefran99, I tried the above suggestion, and it works. What you have to do is go to your child theme folder, create functions.php file, then start with an opening php tag <?php and copy/paste the above code next and then finish it with a closing php tag ?>
That is it. Dont edit the parent or original functions.php of your theme, otherwise you’ll bust your theme. Always edit your child theme.
Forum: Themes and Templates
In reply to: [Editor] Post excerptHi there!
Thank you very much for your quick assistance. There are still a few things that I don’t know about WordPress, so I am grateful that you have enlightened me about the excerpt button.
Many thanks again and a sunny day!
JasminOk, I solved my own answer. I went to your web site and got the code from there. 🙂 Nice!
Forum: Fixing WordPress
In reply to: Permission denied when accessing /blog/This is now solved.
Forum: Fixing WordPress
In reply to: Permission denied when accessing /blog/Hi Mike, thought you may be interested in the solution to this problem. After spending several hours playing around, deleting the installation and even the virtual host directory, etc., I finally found out what I did wrong and how to solve the problem.
I can now use both blog/ as the post page and also as the wp install, as I did a while back.
What I did wrong was to use sudo when creating the mallacootahoney.com directory and then I had to use sudo to install wp. That made the blog folder totally inaccessible. Not knowing a better fix or solution to this, all I did was go back to the Linode instructions and follow them to the letter.
They don’t use sudo to make the www folder (mallacoota) which resides in the document root. Therfore the wp installation folder was not under sudo control.
Now everything works again.
Thanks for your help and suggestions.
Greetings, Jasmin