tyronius
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Display Negative Number in ParenthesisThanks!!! The calculated field now shows the negative value in parentheses, but it does not separate thousands by “,”
is there a way to show all negative values on a form in parentheses, and use the default “,” separator? I would like to be able to apply this to number fields…not only calculated fields
here is the form
https://loanproposal.kobusprinting.com/dir/?cff-form=12
- This reply was modified 1 year, 6 months ago by tyronius.
Forum: Plugins
In reply to: [Calculated Fields Form] decrease high of input fieldThanks!!!
Forum: Plugins
In reply to: [Calculated Fields Form] decrease high of input fieldsorry, the page is not working. I cant figure out permissions either
Forum: Fixing WordPress
In reply to: page templates – not working with extended URL pathresolved
Forum: Fixing WordPress
In reply to: moving existing WP site to new server for development – not workingresolved. thanks!
Forum: Fixing WordPress
In reply to: page templates – not working with extended URL pathI have the exact two same files as page-sales.php and as page-bio.php.
the page that uses page-bio.php as the template is the child of the page that uses page-sales.php.
this snippet of code is getting added in my css:
<link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://mywebsite.com/wp-includes/css/dashicons.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='admin-bar-css' href='https://mywebsite.com/wp-includes/css/admin-bar.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://mywebsite.com/wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' /> <link rel='stylesheet' id='boxes-css' href='https://mywebsite.com/wp-content/plugins/wordpress-seo/css/adminbar.css' type='text/css' media='all' /> <link rel='stylesheet' id='flxmap-css' href='https://mywebsite.com/wp-content/plugins/wp-flexible-map/styles.css' type='text/css' media='all' /> <link rel='stylesheet' id='reverie-foundation-stylesheet-css' href='https://mywebsite.com/wp-content/themes/gswm-wp/css/app.css' type='text/css' media='all' /> <link rel='stylesheet' id='reverie-stylesheet-css' href='https://mywebsite.com/wp-content/themes/gswm-wp/css/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='google-font-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%7CLora%3A400%2C700%7CDroid+Sans+Mono' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='reverie-ie-only-css' href='https://mywebsite.com/wp-content/themes/gswm-wp/css/ie.css' type='text/css' media='all' /> <![endif]--> <script type='text/javascript' src='https://mywebsite.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://mywebsite.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript' src='https://mywebsite.com/wp-content/themes/gswm-wp/js/modernizr.js'></script>
again, I greatly appreciate any help ??
Forum: Fixing WordPress
In reply to: page templates – not working with extended URL pathI was referring to php needing to be used in the top of the page-{slug}.php file like this:
<?php
/*
Template Name: Advisors Page
*/
?>but, your post definitely helped get some of the mess cleaned up with the structure of the page templates.
I have narrowed the problem down to the child one of the page template using the wrong css file. The child page template is accessing the css for the home page of the main website, not the css of the parent page template. maybe i should start a new thread on this topic.
Any idea why the child of the page template is accessing the home page’s css file?
Thanks again for your help! greatly appreciated!!!!
Forum: Fixing WordPress
In reply to: page templates – not working with extended URL pathHi Samuel, thanks for your input
for the sales page, the slug is set to /sales. there is no parent, and the template is set to “sales theme”
here is a screenshot of the sales page:
https://kobusprinting.com/images/sales-page.jpgfor the bio page, the slug is set to /sales/johndoe, the parent is set to sales, and the template is set to “sales theme”. Also for this page I changed the parent to “no parent”, and the formatting was unchanged, so it appears the “parent” setting has no effect on the formatting.
Here is a screenshot of the bio page:
https://kobusprinting.com/images/bio-page.jpgedit: by the way, there is no “.php” in the template names. should there be?
Forum: Fixing WordPress
In reply to: moving existing WP site to new server for development – not workingproblem solved. thanks!
Forum: Fixing WordPress
In reply to: moving existing WP site to new server for development – not workinghmmmm…i changed the name of the index.html file to index.html.old and the home page now loads. not sure why the index.html file was causing this error on the new server, and not the old one.
however, i still cannot log in to the wordpress admin panel