Sagar Prajapati
Forum Replies Created
-
Forum: Reviews
In reply to: [Live It Up] Simple and NiceThank you…!!!
Forum: Reviews
In reply to: [Live It Up] Simply awesomeThank you..!!!
- This reply was modified 7 years, 8 months ago by Sagar Prajapati.
Forum: Fixing WordPress
In reply to: Restrict GravatarHi @vysakhnair,
Use this instead of
get_avatar()
.<?php echo get_wp_user_avatar(get_the_author_meta('ID'), 96); ?>
Hi @thijmendam
Reply to this thread: https://www.ads-software.com/support/topic/question-regarding-menu-when-scrolling-down/
Replace following files
\siteorigin-unwind\template-parts\header-1.php to https://www.dropbox.com/s/yovjgnlrh3mla4m/header-1.php?dl=0
\siteorigin-unwind\template-parts\header-2.php to https://www.dropbox.com/s/8n4gpv3z8hbm2yh/header-2.php?dl=0
Add following css to \siteorigin-unwind\style.css end of file
.manage-nav-top { height: 137px; }
Forum: Fixing WordPress
In reply to: Change images location – bugHi @thijmendam
Wrap one div to “main-navigation-bar” div and add following css in style.css
.manage-nav-top { height: 137px; }
Example wrap div code:
<div class="manage-nav-top"> <div class="main-navigation-bar sticky-bar sticky-menu"> -------Other HTML----- </div> </div>
Forum: Fixing WordPress
In reply to: Question regarding menu when scrolling downHi @thijmendam
Wrap one div to “main-navigation-bar” div and add following css in style.css
.manage-nav-top { height: 137px; }
Example wrap div code:
<div class="manage-nav-top"> <div class="main-navigation-bar sticky-bar sticky-menu"> -------Other HTML--- </div> </div>
Forum: Fixing WordPress
In reply to: Question regarding menu when scrolling downForum: Fixing WordPress
In reply to: Using Walker Menu Class to Create a Menu with Inline SVG IconsHi @kbooshco
Use following plugin to add svg icon in menu.
https://www.ads-software.com/plugins/svg-vector-icon-plugin/
Forum: Fixing WordPress
In reply to: Tracking Instant Articles traffic in wordpress dashboard.Forum: Fixing WordPress
In reply to: Restrict GravatarForum: Fixing WordPress
In reply to: Change images location – bugHi Rosak,
The following guide may help you. Please check it.
Forum: Fixing WordPress
In reply to: Can’t add mediaIt looks like permission issue in your upload folder. That’s why it’s not working on live server. Change upload folder permission to 777.
Forum: Fixing WordPress
In reply to: Create temporary userYou can use following plugin for create a temporary user or disable user.
https://www.ads-software.com/plugins/temporary-access-for-users/