Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   What PHP functions do you want to see as options in 3.6.8? (http://forum.bytesforall.com/showthread.php?t=14377)

juggledad Aug 30, 2011 05:54 AM

nothing is safe to assume :p

sjc999 Sep 8, 2011 08:45 AM

Get specific post metadata custom field:

get_post_meta($post->ID, 'arg', true);

Thanks

juggledad Sep 8, 2011 11:06 AM

sjc999:
Quote:

get_post_meta($post->ID, 'arg', true);
is not a php function, it's a WordPress function

pumpkinslayer Sep 15, 2011 02:18 AM

do_shortcode

hollidaysjohn Sep 16, 2011 01:50 PM

in post/page items/footer I use:

<?php if (! is_front_page()) ....
(! is_page(2750))....
(is_page(2750)).....

awcguy Sep 27, 2011 05:58 PM

Optionally; why not have a build for php usage that does not go through wordpress.org?

The people using this theme with php customizations trust the theme now.

make it donation based, gold members

lmilesw Sep 27, 2011 08:23 PM

Quote:

Originally Posted by awcguy (Post 72982)
Optionally; why not have a build for php usage that does not go through wordpress.org?

The people using this theme with php customizations trust the theme now.

make it donation based, gold members

We are looking at the idea of having a "premium" version of Atahualpa but there is no time frame set for that.

Aubergine Sep 29, 2011 11:15 AM

If possible, write external css and js to files instead of using a query string (?bfa_ata_file=css and ?bfa_ata_file=js) to get rid of partially encrypted errors on SSL pages in Chrome (rex X-ed padlock), Firefox, and IE.

What did not work:
Detecting protocol with PHP (or JavaScript) and using it in the echo statement with the domain name.
Using // syntax for the protocol.
Making sure there were no instances of http:// in CSS options or in the js.php file; $homeURL was reported correctly.
Removing the JS options from the header image.

The links displayed correctly in View Source as https://domain.com/?bfa_ata_file=x, but Chrome (Developer Tools/Console) reported that the pages ran insecure content from http://domain.com/?bfa_ata_file=x not https://...

What worked:
Writing the generated css and js to new files and referencing them in header.php and functions.php instead of the dynamic files.

It takes a little time to write the css and js to files if changed, but at least I can keep using Atahualpa with this site.

webalyst Jan 4, 2012 02:18 PM

Did any of these suggestions make it into a release yet?

I just went through the release announcements from 3.6.8 to 3.7.2 and can't see anything about this stuff.

Thanks,

Mark

juggledad Jan 4, 2012 04:45 PM

These requests are for the next major release of Atahualpa, the releases from 3.6.8 to 3.7.3 have been bug fix's

webalyst Jan 5, 2012 08:35 AM

Quote:

Originally Posted by juggledad (Post 78369)
These requests are for the next major release of Atahualpa, the releases from 3.6.8 to 3.7.3 have been bug fix's

Thanks for the update - I guess that's a change of plan cos the thread was posted asking what people wanted in 3.6.8, which makes sense since while technically these aren't bugs, they are needed to help us get round something that was working and now isn't.

So, when might we expect this lost functionality to be restored (at least in part) through suggestions like support for do_shortcode?

I really could do with that ASAP! (since June 2011)

Mark


All times are GMT -6. The time now is 04:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.