jklyn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make custom menu for editor user?Hi Jose Castaneda,
In fact I was looking for the easy way. When user adds any submenu then it should automatically be added on the related parent menu. Is there any other way? I just need the easiest way to the user.
Forum: Localhost Installs
In reply to: I can't acces to the pages of wordpress localy on firefoxThank You very very much Clayton James. I was waiting for this solution for a long time. You made my day…
Forum: Localhost Installs
In reply to: I can't acces to wordpress localy on firefoxHello RossMitchell,
I’m still waiting for the solution.Forum: Localhost Installs
In reply to: I can't acces to wordpress localy on firefoxHello RossMitchell,
It’s confirm https://localhost/sample/readme.html leads to a WordPress static page and shows WP version Version 4.5.3. Not https://sample/readme.html
My .htaccess file contains:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /sample/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /sample/index.php [L]
</IfModule># END WordPress
Forum: Localhost Installs
In reply to: I can't acces to wordpress localy on firefoxHello RossMitchell,
I’m describing it in details.
I’ve installed wamp2.5 on my D: and installed word-press on a folder called sample and my site address is https://localhost/sample
https://localhost is working fine. I’ve other html websites which are working perfectly.
https://sample/readme.html leads to a WordPress static page and shows WP version Version 4.5.3. It’s also fine.
My home page url is https://localhost/sample/
When I go to my about us page, it shows the correct url address https://localhost/sample/about-us/
URL address is correct but doesn’t display it’s content. Shows error as”Not Found
The requested URL /sample/about-us/ was not found on this server.
Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80While viewing source code of my about us page, it shows:
“<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /hamro_pesha_wp_final/about-us/ was not found on this server.</p>
<hr>
<address>Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80</address>
</body></html>”I hope I’ve clarified all the matters. Please help me to solve it.
Forum: Localhost Installs
In reply to: I can't acces to wordpress localy on firefoxI’m not ubuntu user. I’m using wampserver 2.5 and can login to my site the only problem is that it’s not showing other pages except homepage.
Forum: Localhost Installs
In reply to: I can't acces to wordpress localy on firefoxI’m facing the same problem. Home page is displaying but other pages are showing error “The requested URL /website/about-us/ was not found on this server.”
Forum: Themes and Templates
In reply to: [Magzimum] Make slider workThanks for your response. I fixed the breaking news content but still have problem to fix the slider. As your suggestion, I enabled Dashboard => Appearance => Customize => Featured Slider => Slider Section=> but couldn’t put sliders as my wish and also the right section after slider seems to be blank. I highly appreciate if you give me some time to guide me in brief.
Thank You