Faith View Creations

Enjoy faith-based stationery with Faith View Creations! We offer a delightful assortment of journals, bookmarks, note pads, diaries, and stickers that will make your everyday writing experience a joyous one. Let your thoughts flow freely as you write in Faith View Creation’s beautifully designed journals, or mark significant passages in your spiritual readings with their inspiring bookmarks. The diaries are perfect for documenting your journey, while their vibrant stickers add a touch of flair to your stationery collection.

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (31)
  • Tween 9-12 Years (1)
Att_Interest
  • Reading (1)
Att_Season
  • Mother's Day (2)
Att_Theme
  • Bible Theme (2)
  • Floral (2)
  • History (1)
  • Inspirational (1)
Att_Audience
  • Women (14)
  • Children (7)
  • Baby (2)
  • Pastors (2)
  • Boys (1)
  • Men (1)
  • Mothers (1)
Att_Book Category
  • Bible Studies & Study Guides (7)
  • Study Helps (5)
  • Spiritual Growth (4)
  • True Stories (3)
  • Bible Stories (2)
  • Missionary (2)
  • Adventure (1)
  • Christian Living (1)
  • Church History (1)
  • Evangelism (1)
  • Faith (1)
  • Picture Books (1)
  • Short Stories (1)
  • War (1)
Att_Binding
  • Imitation Leather (49)
  • Paperback (16)
  • Hardcover (10)
  • Softcover (10)
  • Other (4)
  • Faux Leather (3)
  • Genuine Leather (3)
  • Bonded Leather (2)
Att_Bible Translation
  • KJV (49)
  • NLT (20)
  • NIV (3)
  • NKJV (3)
  • ESV (2)
Att_Help and Features
  • Red Letter (41)
  • Maps (37)
  • Compact (27)
  • Concordance (19)
  • Cross Reference (14)
  • One Year Plan (14)
  • Thumb Indexed (12)
  • Slimline (9)
  • Journal (3)
  • Pocket (3)
  • Gift Bible (2)
  • New Testament (2)
  • Pew Bible (2)
  • Wide Margin (2)
  • Devotional (1)
  • Study Bible (1)
  • Thinline (1)
Att_Print Size
  • Normal Print up to 10.9 (21)
  • Small (13)
  • Giant Print 13.5-15 (7)
  • Large Print 11-13.5 (6)
Att_Bible Reference
  • Cross Reference (5)
  • End-Of-Page (1)
Att_Primary Material
  • Other (11)
  • Leather Touch (5)
  • Leather (3)
  • Stainless Steel (2)
Att_Language
  • English (58)
1 - 24 of 152 posts
Sort By
1 - 24 of 152 posts
/* CLOSE BUTTON STYLES*/

.dwc-quick-view__close-btn {
 --bg-color: #fff;
  --icon-color: black;
  --icon-size: 16px;
  --padding: 8px;
  --border-radius: 50vw;
  --border: none;
}
  
 :root {
   /*QUICK VIEW*/
   --qv-width: 1024px;
  /* OVERLAY */
  --qv-overlay-bg-color: #0a3152;
  --qv-overlay-blur: 5px;
  --qv-overlay-opacity: 0.5;

  /* SIDEBAR LOCATION */
  --qv-sidebar-width: 400px;

  /* QUICK VIEW ENTRANCE ANIMATION */
  --qv-animation: fade;
  /* slide, fade, zoom*/

  /* NEXT/PREV BUTTON */
  --inactive-btn-bg: rgba(0, 0, 0, 0.25);
  --inactive-btn-opacity: 0.5;
   
   /*ACTIVE CARD 
   - add the class .dwc-highlight 
   for this and trail to work */
   
    --active-card-bg:  white ;
    --active-card-border: solid 1px transparent;
  
    
    /*TRAIL*/
    --trail-bg:transparent;
    --trail-border-color:skyblue;
    --trail-border-size: 2px;
    --trail-border-radius:10px;
    --trail-transition:transform 0.45s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
const initializeBricksScripts = 0;
const initializeWooScripts = 1;
const enableTrail= 1;
const quickViewLocation = 'center';  // 'left', 'right', 'center', 'dock'
//const url = '/quick-view-dev-src/'; // quick view page url
const fetchFromSinglePage = 1; // condition to switch between single and multiple URLs
const fallbackUrl = '/quick-view-dev-src/'; // default quick view page URL


// TRAIL configuration
let trailConfig = {
  borderColor: 'var(--trail-border-color)',
  borderSize: 'var(--trail-border-size)',
  borderRadius: 'var( --trail-border-radius)',
  backgroundColor: 'var(--trail-bg)',
  transition: 'var(--trail-transition)'
};