Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Pavracer / Text-content.html
Created April 25, 2025 01:03
Text Content
Microsoft Access, once a popular choice for database management systems, has become increasingly outdated as modern alternatives have emerged. Businesses that continue to rely on Access face numerous problems and risks, which can be detrimental to their operations.
InterSoft Associates specializes in developing custom business software solutions, offering Microsoft Access replacement and Microsoft Access alternatives to modernize and streamline legacy systems. Learn about the specific issues associated with using Microsoft Access and how InterSoft Associates can offer Microsoft Access help so businesses can transition to a more efficient and secure platform. Our dedicated team has adeptly handled a range of legacy projects, including MS Access.
However if you choose to keep this database management system, InterSoft Associates will guide with <a href="https://intersoftassociates.com/articles/migrations/microsoft-access-support-and-maintenance/">Microsoft Access support and maintenance</a> towards a more s
The issue with your script likely stems from **overriding** Divi’s built-in smooth scrolling function (`window.et_pb_smooth_scroll`) in a way that breaks Dot Navigation. Here’s why:
### Problems in Your Script:
1. **Scope Limitation (`if($window_width <= 500)`)**
- Your function **only executes** when the window width is **500px or less**.
- This means that for larger screens, **Divi’s default smooth scrolling is entirely disabled**, breaking Dot Navigation.
2. **Missing `return` Statement**
- Your function doesn’t return any value, which could cause unexpected behavior if Divi expects a return from `et_pb_smooth_scroll`.
<div><video width="100%" height="auto" autoplay="autoplay" loop="loop" muted=""><source src="https://storage.googleapis.com/msgsndr/hrhSywvz48DbsA7c1MMj/media/661c03bda98fad9efebe2f7f.mp4" /><img src="https://storage.googleapis.com/msgsndr/hrhSywvz48DbsA7c1MMj/media/661c121b8d457876ce4c3861.png" alt="Fallback Image" style="width: 100%; height: auto;" /></video><span>A hub for the tech industry, Chandler offers numerous employment opportunities, particularly in the high-tech sector. It also features diverse neighborhoods and good schools, making it popular among young professionals and families.</span></div>
<div>
<video width="100%" height="auto" autoplay="autoplay" loop="loop" muted="">
<source src="https://storage.googleapis.com/msgsndr/hrhSywvz48DbsA7c1MMj/media/661c03bda98fad9efebe2f7f.mp4" />
<img src="https://storage.googleapis.com/msgsndr/hrhSywvz48DbsA7c1MMj/media/661c121b8d457876ce4c3861.png"
alt="Fallback Image" style="width: 100%; height: auto;" />
</video>
<span>A hub for the tech industry, Chandler offers numerous employment opportunities, particularly in the high-tech
sector. It also features diverse neighborhoods and good schools, making it popular among young professionals and
families.</span>
</div>
@Pavracer
Pavracer / wp-config.php
Created January 10, 2024 04:09
wp-config.php
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'Dl0Tqy_';
define('WP_ALLOW_MULTISITE', true);
<script type="text/javascript">
(function($) {
$(document).ready(function() {
window.et_pb_circle_counter_init = function($the_counter, animate) {
if ( 0 === $the_counter.width() ) {
return;
}
$the_counter.easyPieChart({
@Pavracer
Pavracer / Anchor-link-position-tweak.js
Created August 17, 2023 07:33
Anchor link position tweak
@Pavracer
Pavracer / gist:57a59956848baae412f55ead19258f04
Created April 3, 2023 04:50
Blog Module equal height grid "boxes" with JavaScript
<script>
(function($) {
$(document).ready(function() {
$(window).resize(function() {
$('.et_blog_grid_equal_height').each(function() {
equalise_articles($(this));
});
});
$('.et_blog_grid_equal_height').each(function() {
#top-menu li:not(:last-child) {
border-right: 1px solid #c2151f;
margin-bottom: 20px;
}
/*adjust spacing around menu items*/
#et-top-navigation nav ul li a {
padding-bottom: 4px!important;
/* ===== Houzz Icon 1 ===== */
.custom_icons li:nth-child(1) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/houzz_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Snapchat Icon 2 ===== */
.custom_icons li:nth-child(2) .icon:before {
content: "";