I will follow up with a two-month review of how well the accessibility is working.
]]>Can I still create a half decent website?
I’m using a website that has:
An old version of project nami (I think) – no login for this
An old version of WordPress (5.3 instead of 5.8) – no FTP login
An out of date Divi theme 2.7.3 (instead of 4.10.4) subscription has expired and there is no visual editor
Can’t login on Chrome so I’m editing in MS Edge
Can’t view in MS Edge so I have to view website in Chrome
The biggest issue is project nami. I can push to get the FTP but would this be enough? Any suggestions would be greatly appreciated.
Thanks
Emma
Please let me know thanks!
]]>i have a question around variable vs hard code numbers in a function
this function is working just fine:
if (($budget > "4000" ) && ($freqncy <= "2" || $rdrftlvl <= "2" || $rdrtchskl <= "2")) {
$adjbdgt = $budget * "0.75";
}
else {
$adjbdgt = $budget;
}
however when I change the hard code numbers to variables as follow:
// adjust budget if budget is above min-budget-limit and the user select low frequency or low fitness or low thecnical
if (($budget > $mnbdgtlmt) && ($freqncy <= $minval || $rdrftlvl <= $minval || $rdrtchskl <= $minval)) {
$adjbdgt = $budget * $prcntg;
}
else {
$adjbdgt = $budget;
}
its not working. what am I missing here?
Thanks,
David
]]>
<!-- TOP PART -->
<ul class="cont_us_top container">
<?php if ($contact_us_name) { ?>
<!--name-->
<li>
<div class="circle" id="circle_bg1"></div>
<div><p class="cont_title"> <?php echo __('CALL US', "business-elite"); ?>
<p class="cont_text"> <?php echo $contact_us_name; ?>
</div>
</li>
<?php } ?>
<?php if ($contact_us_address) { ?>
<!--address-->
<li>
<div class="circle" id="circle_bg2"></div>
<div><p class="cont_title"> <?php echo __('ADDRESS', "business-elite"); ?>
<p class="cont_text"> <?php echo $contact_us_address; ?>
</div>
</li>
<?php } ?>
<?php if ($contact_us_mail && $contact_us_showmail) { ?>
<!--mail-->
<li>
<div class="circle" id="circle_bg3"></div>
<div><p class="cont_title"> <?php echo __('EMAIL', "business-elite"); ?>
<p class="cont_text"> <?php echo $contact_us_mail; ?>
</div>
</li>
<?php } ?>
</ul>
<div class="right_home right_home_center">
<?php self::social_icons(); ?>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<?php
}
}
]]>I have no background in coding or website management and am trying to change a hard coded phone number in my companies website https://azmultifamilyadvisors.com/.
I went through Appearance –> Themes –> editor and then opened my header.php file and can easily see where the phone number is hard coded.
</div><!-- .col -->
<div class="col-md-3 col-md-offset-6 text-right phone-number">
<span class="triangle"><a href="tel:6025404870">602-540-4870</a></span>
</div><!-- .col -->
I go in and very carefully change where the phone number is an then update file. However, when I do that, I get the error message:
Fatal error: Call to undefined method WPaaS\Cache::flush() in /home/content/a2pnexwpnas02_data03/72/3474672/html/wp-content/mu-plugins/gd-system-plugin/includes/admin/class-file-editor.php on line 124
Is there a way to fix this or am I just SOL?
]]>Site name
Url
Get Your Business Started With Flat Responsive. Use Flat Responsive theme to create your business website as it is SEO optimized. Enjoy the …
I have all default content hidden on the customizations but how do I erase this from the hard code?
]]>https://www.ads-software.com/plugins/better-search-replace/
]]>I have created a custom footer.php and have successfully added the correct code to translate the text; however, I do not know how to do the same for the href links. Below is a section of the code:
`
What do I need to add to the a href in order to get the pages to load in the correct language?
Thank you!
Rachel
https://www.ads-software.com/plugins/polylang/
]]>