Annyeong56
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: show posts countThanks Media X.
ok, you can call me stupid lol
I did not see that option.However, there is something missing.
the post count shows only when i am on a page that is not a menu page.
if I am on a header menu page like “home” or “contact”, the post count doesnt show ??do you have any idea why ?
Forum: Fixing WordPress
In reply to: text is slow to appear on my WP blogjust to be more specific :
the CSS stuff like lines will show immediately, background colors, widgets names (recent posts, categories etc), embedded youtube videos, the search bar as well.
It is really only the post text content that is very slow to appear.Forum: Fixing WordPress
In reply to: How to write a page not published in the header ?ok, well, for information for next guys who will face the same issue, i found a solution.
it can be done easily by activating 2 plugins :
– footer putter (to build the footer menu)
– exclude page (to exclude a page from your main menu (which will usually be the header horizontal menu)There are other ways to do all that. I understood the page exclusion can be done very simply by code. you just have to indicate which page id you want to exclude. google wordpress page exclude for more details, there are websites that describe the process.
It can be done also by building a custom menu, which I didnt understand well. I havent spend time understanding that way of doing either. But you have to go into coding.
hope it helps
Forum: Fixing WordPress
In reply to: How to write a page not published in the header ?yes, i have built a custom menu. now, i can only add pages that have already been published in this menu.
and the pages you publish have a link in the header.Forum: Fixing WordPress
In reply to: How to write a page not published in the header ?hi! ok, there is some progress. I have the footer appearing the way I want. nothing fancy, just a simple footer with links.
I was not setting footer putter parameters correctly.Now, I still have issues with the plugin.
How do you set pages.
I would like that when I click a link (terms), I land on the Terms page.
However, if I simply create a page, the page link will also appear in the header, which I dont want.
I understood you have to make page templates.
Is there a simple way to make a new page template ? or use a post instead of a custom page ?Forum: Fixing WordPress
In reply to: How to write a page not published in the header ?thanks guys !
i tried footer putter. it looks nice.
the footer they have on their website is exactly what i wanted to achieve.
https://www.diywebmastery.com/plugins/footer-putterI have a footer already set with my theme, with tags, flickr, categories.
and I’d like to add a footer like there is on the diywebmastery website, with the terms, privacy links.
It won’t show in 2 footers one under the other if you add the “footer copyright widget” from the plugin as a footer widget.
I understood I have to change the hook, but I don’t understand how to change that. There is a field in the plugins parameters where to type the hook name.
Have you got any idea what to write there ?Forum: Fixing WordPress
In reply to: How to write a page not published in the header ?if what i want to do with pages is not possible, would you have a trick to share to create such links in the footer ?
a trick using posts and widgets for instance, or a plugin
i want to have an horizontal menu at the bottom of the footer with the usual links : terms of use, privacy, about etc…
like you see on most websites.
i’d like to avoid to go into the code.Forum: Plugins
In reply to: [Frontend Uploader] select a destination folderok, looks like the problem comes from the media upload part.
it works fine with submitting title and description, but not with media.
when i submit with a pdf, im redirected to :
https://localhost/blog/wp-admin/admin-ajax.php
and it just shows a 0 on the top leftany idea how to solve that ?
Forum: Plugins
In reply to: [Frontend Uploader] select a destination folderok, it almost works.
i refered to the previous post, and wrote this :[fu-upload-form form_layout=”post_image” post_type=”board”]
[textarea name=”post_title” id=”ug_title” description=”Title”]
[textarea name=”post_content” id=”ug_caption” description=”Description”]
[input type=”file” name=”photo” id=”ug_photo” description=”Your Photo” multiple=””]
[input type=”submit” value=”Submit”]
[/fu-upload-form]however, when i submit, the url becomes :
https://localhost/blog/?response=fu-error&errors=fu-upload-error:can you please tell what it means and how to correct it ?
also, is there a way to have a quick confirmation message after submit ?