Sherry22
Forum Replies Created
-
Forum: Plugins
In reply to: What is the best plugin to use to build a wordpress app?wordpress site app.
I am thinking it makes more sense to convert an existing wordpress site to an app rather than starting from scratch. Already built website would be the guts of the app. There are so many tools I thought I would reach out to get some advise.
Thoughts?
Forum: Plugins
In reply to: [Responsive Mortgage Calculator] Not getting any results from the calculatorWhen I added {currency}{amount} to plugins settings it resolved my issue. I will mark as solved π
Forum: Themes and Templates
In reply to: [Flat Responsive] wordpress galleries aren't showingI ended up using a different gallery plugin just couldn’t get the gallery to show on page.
ThxForum: Plugins
In reply to: [Responsive Mortgage Calculator] Not getting any results from the calculatorthank you, I appreciate the support!
Forum: Plugins
In reply to: [Responsive Mortgage Calculator] Not getting any results from the calculatorI added this but no luck.
Forum: Plugins
In reply to: [Responsive Mortgage Calculator] Not getting any results from the calculatoryes I did here is the page it is not working on (code I added)to function.php
function lidd_mc_manually_load_mortgage_calculator_scripts() {
if ( is_page(‘http://jasonwood.ca/index.php/mortgage-calculator/’) ) {
wp_enqueue_script( ‘lidd_mc’ );
wp_enqueue_style( ‘lidd_mc’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘lidd_mc_manually_load_mortgage_calculator_scripts’, 100 );Forum: Plugins
In reply to: [Responsive Mortgage Calculator] Not getting any results from the calculatornot extra js I meant extra function
Forum: Plugins
In reply to: [Responsive Mortgage Calculator] Not getting any results from the calculatorI have added extra js to function.php as well as added script to footer and I still can’t get the calculator to output an amount…
Forum: Themes and Templates
In reply to: Change copyright site-info textIf you want to change text you can change the text in the brackets after print .. printf(__(‘Copyright 2015. you can add text here’) line 77
Forum: Themes and Templates
In reply to: Change copyright site-info textyou can change the print text in the footer.php file.
Forum: Plugins
In reply to: [Modal Dialog] Responsive Dialogcan you not change css to be % to make window responsive?
Forum: Themes and Templates
In reply to: Change copyright site-info textplease ignore I figure this out.
Forum: Themes and Templates
In reply to: [SKSDEV] Slider problemI have installed this theme but I cannot get the slider to work, the mobile menu and I just installed a tabs plugin and that won’t work. I have version 2.1. Is there a new version, a fix or a way to get the javascript to load?
Forum: Themes and Templates
In reply to: [SKSDEV] menu and slider*your demo link – https://wp-themes.com/sksdev
mobile menu doesn’t work so not sure I can resolve on my end.
ThxForum: Themes and Templates
In reply to: [SKSDEV] menu and sliderany ideas?