softobjects
Forum Replies Created
-
You’re seeing that because you’re logged-in to the WP Dashboard. Log out and test the page.
=)
Forum: Plugins
In reply to: [Download Monitor] On click, remain on page, just auto-download?@jgeer55, you usually don’t lose content by switching theme (unless your theme is very non-standard), the site will just look very different until you switch back.
Forum: Plugins
In reply to: [Download Monitor] 'Redirect to file' not rewriting URL to file (nginx)Thanks for letting us know. Glad it worked out!
Strange part is that endpoints should not have spaces so DLM may just see “Download slug” and ignore it—or everything after the space, ending up using the default, “download,” anyway.
Forum: Plugins
In reply to: [Download Monitor] how to add download button@suraj1989, what’s your question?
If you add the [download] shortcode to your post/page, it will turn into an HTML anchor tag (hyperlink).
You can turn that link into a “button” using CSS. For that, Google is your friend.
Forum: Plugins
In reply to: [Download Monitor] 'Redirect to file' not rewriting URL to file (nginx)Not sure about the Nginix issue so I’l assume you followed the instructions.
From my limited but hard-won experience with DLM, the URL looks normal. Have you set a Download Endpoint and Endpoint Value in Download Monitor Settings? If so, the
[download]shortcode will render the correct link based on them, wherever you add it on a page.The endpoint settings allow you to generate prettier URLs than
http://blabla.bla/download/34567, for example, but the metabox you screenshot will always just show the ugly URL.Forum: Plugins
In reply to: [List category posts] Page Number Link Issues, Scrolls Up The PageDid you check out
readme.txtin the plugin’stemplatesfolder?Templates for the List Category Plugin are searched for in your WordPress theme’s folder. You should create a folder named “list-category-posts” under ‘wp-content/themes/your-theme-folder’.
Hope this helps!
Forum: Themes and Templates
In reply to: [Nishita] child themes and nishita's functions.php@thomasktownsend wrote:
In Nishita, under my main header photo, there’s the word “about” by itself. Where do I go to delete that? Is it supposed to be there? Or is it a partial caption to my photo? I don’t see where to delete it.
peredur wants you to start a new thread about this issue as this thread is about the theme’s functions.php file.
The “ABOUT” you are seeing is the menu item belonging to the sample “Page” (as opposed to a “Post”) that comes with every theme. You can edit it (or delete it) by visiting “Pages” from the Dashboard. Every page you add there becomes a menu item.
Forum: Themes and Templates
In reply to: [Nishita] child themes and nishita's functions.phpThank you so much for explaining this in such detail!
Cheers,
sO