InfluenceHaus
Forum Replies Created
-
please have your developers implement this specific feature request. Since ALL JP users have been negatively impacted by their Added dates being wrong its likely most JP users will need to bulk update/fix the Added date in their system so better to solve NOW than answer many other support tickets.
thanks we installed the update. We want to do a bulk replacement of the dates in the “Added” field/column since they are all wrong up to this point. We tried to use JP CRM’s importer tool, but the built-in Added date field cannot be updated with JP CRM’s importer. Apparently, the “Added” column comes from somewhere other than the CRM’s contact list – still uses the most recent transaction I guess?
When importing, there is a “Date Created” field which I tried to map our “Paid First” field (placeholder correct date added field until you fixed “Added”) to, but it didn’t seem to do anything that I can see. How can we bulk update the data in the added filed for 3,000 contacts? We know SQL if that is an option. Or can you do it.@erania-pinnera please provide an update on this fix request from 4 months ago:
“We are using WooCommerce Subscriptions. Each month when the subscriptions renew, the JetPack CRM contact’s “Added date” field changes to the most recent payment date. So a customer who subscribed 7/15/2022 will look like he was added to the CRM on 8/15/2022 when recurring billing hits in August. As of January 2023, the “”Added date” field says 1/15/23 thus making the concept of the “”Added date” useless. How can I preserve the first Added date for the contacts, that is not overwritten with each transaction?
Forum: Plugins
In reply to: [WP Yelp Review Slider] Minimum rating for Yelpwhat is the code and where to place it?
Forum: Fixing WordPress
In reply to: How Adjust width of Navigation BarSUCCESS
Thanks ??Forum: Fixing WordPress
In reply to: How Adjust width of Navigation BarNothing happens. I pasted it like 5 places in style.css
.menu-wrap {
width: 100% !important;
}
including menu-header-wigdet-2Why is the HTML code I see from “view page source” different than what I see in CSS?
Forum: Fixing WordPress
In reply to: How Adjust width of Navigation BarI am new to coding. Sorry. Having trouble. I have the style.css open but pasting
.menu-wrap {
width: 100% !important;
}or
header.php
<div class=”col655 menu-wrap”>- …
</div>
style.css
.menu-wrap {
width: 100% !important;
}Does nothing to change the width of nav menu buttons
Forum: Fixing WordPress
In reply to: How Adjust width of Navigation Barwhere exactly under menu-header-wigdet-2 do I paste this?
.menu-wrap {width: 100% !important;}
Forum: Fixing WordPress
In reply to: How Adjust width of Navigation BarIm still confused. Do I paste the following under menu-header-wigdet-2?
header.php
<div class=”col655 menu-wrap”>- …
</div>
Forum: Installing WordPress
In reply to: Media Library Images Do Not Render Just Shows File NameIt was user error on my part. I had changed the settings / Media “Store uploads in this folder”. My bad. All fixed now.
Forum: Fixing WordPress
In reply to: How to adjust table column width in a pagethanks but that doesn’t solve the question. How do I customize the width of each column in this page? I want column 1 wider, and column 2 and 3 narrower? Thanks
Forum: Fixing WordPress
In reply to: How to remove author & tags from Postshttps://linkedinprofileservice.co/blog/
I still cant figure Out how to remove author and number of comments from column 1 I searched index.php single.php page.php category.php archive.phpForum: Fixing WordPress
In reply to: How to remove author & tags from PostsHi Christine, this is the only code in the index.php file. Other ideas?
Wapp WP-version: Main Index Template (index.php)<?php get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”>
<?php get_template_part(‘loop’); ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: How to remove author & tags from Poststhanks. that worked for the individual posts.
Next: how do I remove the author and # of comments from column 1 of the main blog page? Which file do I work on and what text do I remove?
https://linkedinprofileservice.co/blog/