tex0gen
Forum Replies Created
-
Forum: Hacks
In reply to: metadata databaseYou can echo out any data saved in post meta fields by using:
get_post_meta( $post_id, $key, $single );
In your case, to output the “markup” (As commented in code above):
echo get_post_meta($post_id, 'ayg_mark_up', true);
Hi joewebmonger,
Yes, folders does have a URL structure exactly as above. Folders are basically custom taxonomies.
Hope that helps!
Hi lcslouis,
i shall take a look into this.
Thanks for the heads up.
Hi bbottema,
The count items does not count media items. We thought we had figured out a workaround but apparently that fix no longer works with the latest wordpress. We are working on it.
In regards to fault 2, we shall have to look into this also. Back in touch shortly.
Thanks.
Hi popmouth,
Can you expand on what you mean so we can review this feature?
Thanks in advance.
Forum: Themes and Templates
In reply to: Bootstrap to WP : Navbar Toggle Doesn't WorkYou don’t currently include bootstrap.js.
Paste this into the footer of your site.
<!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
Hi there,
there is not yet a filter on the list view i’m afraid. It is an added feature we intend on putting into folders at a later date.
Sorry about that.
You can’t filter pages without adding them into folders based on what you want to be able to filter by. Hence why we made Folders in the first place.
Thanks.
Forum: Hacks
In reply to: Can't add image-background css in a row.No worries. Best of luck.
Forum: Hacks
In reply to: Can't add image-background css in a row.<bg-img></bg-img> is not a valid HTML tag.
You should use:
<div class="my-class"></div>
and your CSS should look like so:
.my-class { background-image:url('imagefile.jpg'); width:100%; height: 200px; }
Also, make sure your file path is correct. Best of luck.
I shall take a look into this asap. Please bare with me. Thanks.
No worries at all. Thanks for using Folders!
Hey,
i have just rolled out an update, can you please update to the latest version of folders (1.3.2) and let me know if this fixes your issue?
Thanks in advance!
Hi FPaulides,
Can you possibly tell me, are you running on HTTP or HTTPS?
Running on a local install or on a remote server?
Which version of Folders are you using?Thanks in advance.
Not a problem, thanks again!