parcodeisuoni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks wont changeYou’re welcome!!
Forum: Fixing WordPress
In reply to: Altering the title, menus and look of individual pagescould i just install it in another directory and point “www.pncomms.com/electrician” to it, so i can, in effect, just create another site?
Yes for sure you can do this if you have FTP access to your site. This way you will have 2 separate sites linking each other the way you wrote.
The only drawback is you will have two separate admin one for each site, unless you set up a Multisite, but that is not so simple as make another WordPress installation in a subdirectory.Forum: Fixing WordPress
In reply to: Permalinks wont changeOk glad I could help you…if I did it as you seem to have solved it by yourself!!!
Hope internal server error will soon be gone, and if you’re ok remember to mark this post as resolved, otherwise let’s continue to find a solution!!
cheers
Forum: Fixing WordPress
In reply to: Menu links work while logged in but not to the public?Can you share a link to this site?
Forum: Fixing WordPress
In reply to: Permalinks wont changeExactly.
So if you set your front page as a static page you already created, that will be your homepage without posts, and your posts will show only in category pages, and you can make a custom menu to link to those.Did I get it?
Forum: Fixing WordPress
In reply to: Altering the title, menus and look of individual pagesCould I ask, if people refer to individual files could they state where in the structure they are? There seems to be a deal of duplication to me?
I don’t understand exactly what you mean with “state where in the structure they are”, but making a custom page template will allow you to serve a completely different page, with its menus, sidebar or whatever…if it is just a single page or two.
If what you mean instead is having a completely different environment with content, items, images and the rest UNRELATED to the main site, another option could be to have another WordPress installed in a subdirectory, and having that menu item linking to this other site which caqn have its own theme, pages, posts, header, etc….
and I don’t think a lot of people who suggest things on here tolerate beginners very easily.
About this I can tell you, for my own experience, that a lot of people are here to give back some help as they received a lot (like me, for example…) also indirectly by reading other’s posts.
Sometimes can happen to see some rude conversation but quite often there is a reason for this.Usually I saw the most experienced developers around here acting like in this post.
Judge by yourself…by the way, let’s try to fix your issue!!!Forum: Fixing WordPress
In reply to: Permalinks wont changeWhat you can try to do, if I understood well,
is to set your static page as frontpage, leave empty the posts page, then separate your blog pages with specific category templates (category-ID.php or category-slug.php).If not, I didn’t understand what you mean with
i use 2 pages for blogs with category pages
Forum: Fixing WordPress
In reply to: Permalinks wont changeIf you created a page called “home” and you want to set this page as your homepage, you can do this from Settings > Reading menu in your dashboard by selecting it as your frontpage.
Forum: Fixing WordPress
In reply to: Can't find my widgets in DashboardOk I didn’t read it in time…!!
cheers 🙂
Forum: Fixing WordPress
In reply to: Can't find my widgets in DashboardHi, what do you mean exactly with “widget page”?
The admin page you can find under “Appereance > Widgets” menu of your dashboard?Forum: Fixing WordPress
In reply to: Permalinks wont changeHi, did you try to reset your permalinks?
Forum: Fixing WordPress
In reply to: Altering the title, menus and look of individual pagesHi,
what you want to achieve is not difficult at all, but as WordPress is free software and free is also the help you can get from this forum, people here assume you have some time to try to follow some indications, also step by step sometimes if you’re not able to develop a solution by yourself.The changes you want to achieve may just need a couple of conditional tags inside your page.php template or even simpler to create a custom page template, and in 15-20 minutes you should be able to have the result you need. If you post some infos about the theme (or child-theme) you’re using we can try to fix this without diving too deep into coding…
If you really have no time or don’t want to get into a little reading, you can always consider hiring someone that can make this for you.
I would choose the first, it’s free and a good way to learn something more about the software you’re using (WordPress… ndr)
Cheers!!
Forum: Fixing WordPress
In reply to: How to get the link to an image inside the wp-content uploads folderHi,
I have an image called logo.png inside the wp-content uploads folder.
I can output it with<img class="testclass" src="<?php $upload_dir = wp_upload_dir(); echo $upload_dir['baseurl'] . '/'; ?>logo.png" alt="logo">as well as with<img class="testclass" src="<?php echo content_url() . '/uploads/'; ?>logo.png" alt="logo">could any of these be a correct way to do?
I don’t know if it can work for a shortcode, anywayForum: Fixing WordPress
In reply to: page speed: my site is too slow!!!Hi,
seems like you’re using W3 Total Cache plugin, which should give you all the tools needed to speed-up your site.
However it needs to be configured correctly for it to give best results.
I am not an expert with this plugin as I prefer optimize by myself, but if you check your site with GTmetrics seems that javascript loading is you main issue.
Also optimizing images could help. I found WP-Smush.it to be a good and simple plugin which optimizes images as you load them, but I see it may have issues with WordPress 3.8, so try it with care and be sure always to backup files and database before trying anything new, so you won’t have bad surprises in cases it breaks something.Forum: Fixing WordPress
In reply to: Google maps function without a plugin@dvd709: what do you mean exactly with
All I have to do now is combine it with my JS code because it’s not allocated to me but just somewhere random, any idea how I can do this?