Forum Replies Created
-
AuthorPosts
-
ausagventures
ParticipantHey Barry,
Turns out you are correct! This was their response
“Hi Stephanie,
As a matter of fact we do use such a script. Please try this, first create a file named “custom-functions.php” in your theme’s root directory and then add this bit:
<?phpfunction custom_theme_enqueue_scripts() {
wp_dequeue_script( ‘theme-script’ );
wp_enqueue_script( ‘theme-script’, THEME_URI . ‘/js/themify.custom.script.js’, array(‘jquery’), false, true );
}
add_action( ‘wp_enqueue_scripts’, ‘custom_theme_enqueue_scripts’, 12 );
Now make a duplicate of js/themify.script.js file and rename it to: themify.custom.script.js and open it up. Find:
// HTML5 placeholder fallback
Remove every line after wards until you reach the comment block for the next script which is highlighted as:
// Scroll to topHope this helps ;)”
So now I just need to hire a tech to do that for me (my CSS is as advanced as changing font colour and size) and then it should be happy days!
Cheers!!!!
ausagventures
ParticipantI will copy and paste this into a thread with them and let you know how I get on 🙂 Thanks so much!
ausagventures
ParticipantYep I forgot to try that so did just then, works as it should with 2012 🙁
ausagventures
ParticipantI was a bit nervous about deactivating all of my plugins, so I set up another test website and only installed the theme and the events calendar/pro and I’m having the same issue so I’m guessing it doesn’t sit well with the theme?
How do we fix this? The theme is Flat by Themify.
ausagventures
ParticipantOk I get it now- for some reason I thought purchasing the plugin meant I could only use it on one website.
Basically I’m setting it up to be on http://www.develop.ausagventures.com and once everything is perfect and ready to go then that website will be replacing the current http://www.ausagventures.com
I’m having some issues with the calendar- do you want me to change my licence key over to http://www.develop.ausagventures.com and all that jazz before you can respond to my question?
Basically what it is is that when you go to http://develop.ausagventures.com/events/ everything is dandy because the default view is month
When you click on “map view” it comes up with nothing on the map, the URL changes to
and nothing shows on the map and the message below is
“No results were found for events in or near “Location”.
But if I manually change the URL to http://develop.ausagventures.com/events/map/ it works beautifully
What’s the go with the URL being all funky? I’ve checked that all settings are the same as on the current live website http://www.ausagventures.com and I just need to resolve this before I can delete that website and replace it with this one.
Cheers
ausagventures
ParticipantAll I can see for a reply is “This reply has been marked as private”
So I’m not sure of the answer to my question dated January 24?
ausagventures
ParticipantThis reply is private.
ausagventures
ParticipantI understand that, but I’ve just paid $65 for a plugin that doesn’t work properly… I don’t understand why I should have to pay extra to get someone else to fix it?
ausagventures
ParticipantStill can’t find anything- I’m in my wordpress dashboard though. That’s the only end I know how to access and use. Like I said, I don’t know anything about coding which is why I paid for a plugin rather than build one etc 🙂
ausagventures
ParticipantHi Kelly
I looked at the Themers guide but I cant see an option to create a folder to paste the code into.
ausagventures
ParticipantHi,
My hosting serving won’t allow me to set up CORS because I am on shared hosting.
Is there any other way to solve this?
Initially my website was .COM.AU and within a week of purchasing this plugin, I changed the primary domain to .COM
Because I have only had this plugin for a few weeks, and it isnt working, and I didn’t realise changing the domain name would mess it all up- is it possible for me to uninstall and reinstall it under the .COM domain name without having to pay for it again please?
ausagventures
ParticipantHi Kelly
I actually don’t know anything about CSS and coding. Can you please tell me where that is supposed to go in the stylesheet?
ausagventures
Participantwrong link! here
ausagventures
ParticipantYou should be able to see it on the calendar here
ausagventures
ParticipantThis reply is private.
-
AuthorPosts
