Sherry22
Forum Replies Created
-
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(‘https://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: [Great] 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: [Great] 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: [Great] 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?
Forum: Themes and Templates
In reply to: [SKSDEV] menu and sliderForum: Plugins
In reply to: [Widget Context] Target by post cateogryI would be interested in knowing the answer here as well.
Forum: Plugins
In reply to: [User Role Widget Areas] what if I want to add a custom roleHi Rob,
I have been unsuccessful in finding a plugin that allows me to define roles with associated widgets.
For example dept 1 when logged in should only be able to edit dept 1 widget etc.
Have you set something like this up before?Forum: Plugins
In reply to: [Restrict Widgets] role accessI don’t see all the widget options like restrict widgets, restrict sidebars.. I only see Display / Hide Widget so I can’t specify who can access and edit each widget sidebar.