makmagnus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Removing side border in a custom static pageOMG! Thanks you Sam! Problem solved!!! Apparently I just needed to put the .center {width: 100%;} it worked wonder.
Thank you Layerthemes and Nehul Patel for all your inputs!Forum: Themes and Templates
In reply to: [Optimizer] Removing side border in a custom static pageSorry maybe let me rephrase the question: How could I remove the side border in a typical page?
Thank you
Forum: Themes and Templates
In reply to: [Optimizer] Removing side border in a custom static pageDear admin,
To see the issues see pages:
https://www.fvour.com/services-2/
https://www.fvour.com/kontak/Forum: Fixing WordPress
In reply to: Static page & blank Blog page= wrong index.php code?Problem solved!
Forum: Fixing WordPress
In reply to: Static page & blank Blog page= wrong index.php code?WOW! That works!
Can’t believe the solution was so simple. I realized now that the problem is in the permalinks structure.
I used a custom permalinks in this fashion:
%category%/%post%It works when I changed it to
%postname%/Thanks Dave you are amazing!
Forum: Fixing WordPress
In reply to: Static page & blank Blog page= wrong index.php code?Hi dave,
I am very sorry, I was trying to reboot my site and backing up all the themes, etc trying to see which causes the problem (hence the empty page). However I realized that the problem lies in the index.php. I am positive I have done the steps correctly (the way you recommended it on the codex. page).
The problem is when I clicked the posts in my blog page, it will go back to my static home page. As of for the home page, I used site origin to create the landing page. Thus it may look empty but it really isn’t.
Feel free to visit my website again. I am very sorry for the inconvinience
Forum: Fixing WordPress
In reply to: Static page & blank Blog page= wrong index.php code?Hi Dave, I’ve learned how to create a child theme and how it works. I have also followed the step by step guide provided in the WordPress codex page. I think I have done the right thing and you have provided the right advises.
However, I think the problem is with the index.php; because every time I clicked to my post, it will link back to the static page. Any ideas what to do?
Thanks
Forum: Fixing WordPress
In reply to: Static page & blank Blog page= wrong index.php code?Hi Dave,
Thank you for the quick reply and thoughtful recommendations!
I realized that I did not changed any part of the index.php, for when I checked with my other website’s index.php; it stated the same thing.
Cool I will start by installing the child theme, after that, what kind of coding do I need to put in the theme’s index.php to make sure that the blog page will appear and its post will not redirect me to my static page (another problem in my blog)