Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter clairenicole33

    (@clairenicole33)

    Hey

    Thanks for your reply. The debug option has been ticked all along but the log is blank!

    I had restored the orders but they are incomplete and are ‘drafts’ – as in the fields are all blank, they only have an order id and the only other thing it says is…

    buyer email sent: no

    I have since managed to make a purchase myself and it has gone through and is saved as published.

    So I guess my question is is there anyway to retrieve all the draft orders?

    Cheers

    Thread Starter clairenicole33

    (@clairenicole33)

    Hey!

    Yep but the page has only been active since 27th November which is when the first order would have come through. So essentially every thing that has ever been ordered went into trash.

    When I tested it myself by trying to purchase, it stalled when the final step in PayPal was processing and this corresponded to one of these entries in the trash section of ‘my cart orders’ from admin dashboard.

    Any way to retrieve these orders?!

    Thanks so much

    Thread Starter clairenicole33

    (@clairenicole33)

    Sorted, thanks so much.

    Had the file named wrong :-/

    Thread Starter clairenicole33

    (@clairenicole33)

    I could also hardcode the content in english into the home page template and use a .po file to translate it ?

    Thread Starter clairenicole33

    (@clairenicole33)

    ah when I looked back menu – theme options had disappeared and it was saying that the theme does not support the options framework plugin…

    This is something I have to address with theme makers I guess?

    Thread Starter clairenicole33

    (@clairenicole33)

    Thanks for your very quick response.

    Unfortunately still no joy.
    I’ve tried each of the following :

    <key name='hannari'>
    
    <key name='optionsframework_hannari'>
    
    <key name='options_framework_hannari'>
    
    <key name='options_framework_theme'>

    Here’s my a look at the beginning of my options.php

    function optionsframework_option_name() {
    
    	// This gets the theme name from the stylesheet
    	$themename = wp_get_theme();
    	$themename = preg_replace("/\W/", "_", strtolower($themename) );
    
    	$optionsframework_settings = get_option( 'optionsframework' );
    	$optionsframework_settings['id'] = $themename;
    	update_option( 'optionsframework', $optionsframework_settings );
    }

    I followed the rest of the steps as given in that other post. XML doc placed into polylang folder. Latest options framework plugin pasted into theme admin (“inc” folder) in this theme’s case.

    Could there be something I’m missing?

    Settings are as follows:

    When the front page is visited, set the language according to the browser preference
    The language is set from the directory name in pretty permalinks.
    Remove /language/ in pretty permalinks.
    Hide URL language information for default language
    When using static front page, redirect the language page to the front page in the right language.
    All Media and Synchonization options activated.

    Thanks for your time! Any help greatly appreciated!

    clairenicole33

    (@clairenicole33)

    ah ok! thanks so much. Haven’t seen it done like this before, but works perfectly.

    Cheers!

    clairenicole33

    (@clairenicole33)

    Hello,

    How does one assign the template to “Home Page” in this theme ?
    I don’t see an option for this in the theme options menu and I’ve input content into the boxes provided and saved it?

    Thanks

    Thread Starter clairenicole33

    (@clairenicole33)

    Figured it out disabled Front End JQuery and now it doesn’t clash.

    Thread Starter clairenicole33

    (@clairenicole33)

    Figured it out – there was an option to disable Front End JQuery option in the plugin that was obviously messing with the slider…

    Thanks and sorry for all this!!

    Thread Starter clairenicole33

    (@clairenicole33)

    so…having waited a while to see if it was actually the update to 3.6 that caused the problem and not seeing any changes, I went back and tested the plugins and found that the custom contact form plugin here was what was causing the nivo slider to stop working.
    Could maybe the author of this theme have a quick look at what might be causing that clash and if there’s a way to rectify it so both this wonderful theme and that wonderful plugin could work together harmoniously?!

    Thanks!

    Thread Starter clairenicole33

    (@clairenicole33)

    I just tested another recent posts slider on the site and it didn’t work. I then tried this plugin on another site and it worked.

    The difference is wordpress 3.5.2 (in which it worked) and wordpress 3.6 (in which it didn’t). This was another plugin but I’m guessing that the nivo slider provided with this theme might be having the same compatibility issues with the wordpress upgrade and that when wordpress upgraded automatically the slider stopped working?

Viewing 12 replies - 1 through 12 (of 12 total)