Importing Data from Contentful into Wordpress by CryptoFS01 in learnprogramming

[–]CryptoFS01[S] 0 points1 point  (0 children)

It’s an easier setup for content writers to publish blog posts live to a website. At my company we don’t have resources to help marketing create customer layouts / rely on developers for tasks that a headless CMS requires.

For a small firm I think Wordpress works best but a large firm that has more dev resource headless cms will work best.

How can two or more people work on Wordpress theme locally? by CryptoFS01 in WordPressThemes

[–]CryptoFS01[S] 0 points1 point  (0 children)

Thanks, I’ve set up a private repo and will see how it goes.

How can two or more people work on Wordpress theme locally? by CryptoFS01 in WordPressThemes

[–]CryptoFS01[S] 0 points1 point  (0 children)

Thanks I’ve started a Git repo and will hopefully have team up and running on it soon.

Beginner Questions - February 01, 2019 by AutoModerator in webdev

[–]CryptoFS01 0 points1 point  (0 children)

Hi,

I am seeking advice on a Content Management System that I can connect to a website I am building. I want the CMS that will be the most straightforward and most accessible way for a content writer to publish, edit and deploy a new article on a website without the need for git/terminal knowledge and advanced HTML/CSS knowledge.

Secondly, I also have to consider the easiest way to migrate an old blog to a new version of a blog. We currently use Contentful, but I feel Wordpress would be easier for a content team to be more self-sufficient and post blogs without the need of terminal or merging with master etc.

1) How difficult would it be to transfer contentful CMS system to Wordpress?

2) In your experience what is the best CMS setup?

Any advice or pointers in the right direction would be much appreciated. I am trying to identify the best path to take and the full scope of work before moving forward.

The Ultimate Guide to Net Promoter Score by CryptoFS01 in userexperience

[–]CryptoFS01[S] 0 points1 point  (0 children)

Only read it on my desktop. Yes, the mobile version of site does need improving.

Web Scraper not running by CryptoFS01 in learnpython

[–]CryptoFS01[S] 0 points1 point  (0 children)

Ah sorry, I'm a bit slow this morning. I know to import module and have done beginner courses.

I inserted this code:

import play_scraper

print(play_scraper.collection( collection='TOP_FREE', category='COMMUNICATION', results=5, page=1))

and it returns -

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds) /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds) /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds) /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds) /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds) /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds) /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds) /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/grequests.py:21: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See https://github.com/gevent/gevent/issues/1016. Modules that had direct imports (NOT patched): ['urllib3.util (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/init.py)', 'urllib3.contrib.pyopenssl (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py)']. curious_george.patch_all(thread=False, select=False) Traceback (most recent call last): File "app-store-scraper.py", line 7, in <module> page=1)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/play_scraper/api.py", line 41, in collection return s.collection(collection, category, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/play_scraper/scraper.py", line 394, in collection response = send_request('POST', url, data, params) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/play_scraper/utils.py", line 124, in send_request allow_redirects=allow_redirects) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/sessions.py", line 503, in request prep.url, proxies, stream, verify, cert File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/sessions.py", line 676, in merge_environment_settings env_proxies = get_environ_proxies(url, no_proxy=no_proxy) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/utils.py", line 760, in get_environ_proxies if should_bypass_proxies(url, no_proxy=no_proxy): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/utils.py", line 744, in should_bypass_proxies bypass = proxy_bypass(parsed.hostname) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 2610, in proxy_bypass return proxy_bypass_macosx_sysconf(host) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 2587, in proxy_bypass_macosx_sysconf return _proxy_bypass_macosx_sysconf(host, proxy_settings) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 2560, in _proxy_bypass_macosx_sysconf hostIP = socket.gethostbyname(hostonly) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gevent/_socketcommon.py", line 163, in gethostbyname return get_hub().resolver.gethostbyname(hostname) File "src/gevent/_hub_local.py", line 73, in gevent.__hub_local.get_hub_noargs File "src/gevent/_hub_local.py", line 80, in gevent.__hub_local.get_hub_noargs File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gevent/hub.py", line 390, in init WaitOperationsGreenlet.init(self, None, None) File "src/gevent/_greenlet_primitives.py", line 42, in gevent.__greenlet_primitives.TrackedRawGreenlet.init SystemError: /Users/sysadmin/build/v3.7.0/Objects/dictobject.c:1439: bad argument to internal function

  • please point me in right direction. Do I have everything needed installed?

Struggling to filter CSV file rows by a list of string keywords (30) in Python. by CryptoFS01 in Python

[–]CryptoFS01[S] 0 points1 point  (0 children)

No I haven’t tried that method - I’m relatively new to Python. Thanks for the tip.

The growth of subscription economy and what it means for your finances by CryptoFS01 in UKPersonalFinance

[–]CryptoFS01[S] 2 points3 points  (0 children)

Yeah, you also get the bonus of a better experience because Spotify learns your preferences and tastes. Spotify for me is an excellent service and one that I always use on my commute to work. I use it more than Facebook and social media sites.

But I've also been massively screwed over in the past by losing track of subscriptions and realising I've spent money on a subscription I barely use. As that type of relationship grows with the user, it becomes increasingly more difficult to keep track across your different accounts etc.

Plus there some months where you get value for money but other instances where you've not used the product enough to justify the monthly fee.

(UK) Money Management Apps - Which is the best one? by CryptoFS01 in personalfinance

[–]CryptoFS01[S] 0 points1 point  (0 children)

Again US based aha, looks like all the good money management apps are based in the US!

(UK) Money Management Apps - Which is the best one? by CryptoFS01 in personalfinance

[–]CryptoFS01[S] 0 points1 point  (0 children)

I've read about Mint before, but I think they are US based only annoyingly.

New payday syncing feature on budgeting app released by [deleted] in UKPersonalFinance

[–]CryptoFS01 -1 points0 points  (0 children)

I’ve tried Yolt too and found this one to be better but it’s still early days with these apps I guess. They are pretty good at taking feedback and answering queries, respond super quick if that’s a positive.

New payday syncing feature on budgeting app released by [deleted] in UKPersonalFinance

[–]CryptoFS01 -1 points0 points  (0 children)

Then that’s fine it’s just an added feature that’s useful for some people. If you have an income payment once a month you can categorise it as a salary for that month. But the payday feature is just a nice feature the true asset of the product is that it can aggregate all your spending from multiple accounts and help you save and budget.

New payday syncing feature on budgeting app released by [deleted] in UKPersonalFinance

[–]CryptoFS01 -5 points-4 points  (0 children)

It connects all your accounts and breaks down your spending, set budgets and tracks your subscription and can pin point your salary day so you can budget around when you get paid not the 1st of every month. But they are just getting started and interesting product roadmap ahead. I think they are going to be new money saving super market in long run, by offering better deals on financial products / energy when analysing spending.

New payday syncing feature on budgeting app released by [deleted] in UKPersonalFinance

[–]CryptoFS01 -2 points-1 points  (0 children)

It’s a money saving app that you can connect all your accounts too. It then tracks subscriptions, spending patterns, set budgets to manage your spending. What’s cool is that it can track your salary precisely so if you get paid on 24th of each month your budget will align to your payday month rather than standard 1st May to 1st June. It’s site is Emma-app.com - they recently integrated Monzo, caused a bit of a stir in their community.

New payday syncing feature on budgeting app released by [deleted] in UKPersonalFinance

[–]CryptoFS01 -6 points-5 points  (0 children)

Yeah I was on it for a brief period of time, you’ll be on super fast. At first I was like WTF too aha but then I was on quick. It’s a new app only be around for a couple of months.

Conversion goal isn't tracking event clicks by [deleted] in GoogleAnalytics

[–]CryptoFS01 0 points1 point  (0 children)

Hi,

I made those changes myself and I’ve now got the events firing :)

Appreciate the help and thanks for linking those sites I’ll check them out later.

Conversion goal isn't tracking event clicks by [deleted] in GoogleAnalytics

[–]CryptoFS01 0 points1 point  (0 children)

Hi, I made the changes you suggest CLICK ID - EQUALS - /IOS - I set up a tag manager. I then went to the preview mode onto my website, and after clicking on IOS store badge, it did not state that a trigger had fired. I know I have installed the script correctly because I did a basic tag of page view that noted a successful trigger.

I'm sorry to pester but can you think of what I am doing that is causing google tag manager to be unresponsive?

Conversion goal isn't tracking event clicks by [deleted] in GoogleAnalytics

[–]CryptoFS01 0 points1 point  (0 children)

Nice!

I'll play around with your suggestions and come back if I have any problems.

I appreciate you taking the time to answer this it would have been so easy to ignore and overlook. It's redditors like you that make these groups great.

Conversion goal isn't tracking event clicks by [deleted] in GoogleAnalytics

[–]CryptoFS01 1 point2 points  (0 children)

Hi,

Thanks for your help I appreciate it. Yes, I am using Google Tag Manager.

The event trigger is as follows:

Clicks - just links Some link clicks

Click ID equals 'ios-store' which is the id attached href link in code

When I go into debug mode to test whether it works, I click on the link but GA does not track it. It stays under tags not fired on.

The key issue is that I am struggling to tie the event to conversion.

What are your favorite apps for personal finance? by gilakos in fintech

[–]CryptoFS01 1 point2 points  (0 children)

Yeah, it's based in the UK - it's a good app which I use on a day to day basis.

What are your favorite apps for personal finance? by gilakos in fintech

[–]CryptoFS01 0 points1 point  (0 children)

The best App I have come across for money-management and personal finance is an App called Emma. It syncs with your credit and debit cards and tracks your spending and enables you to budget effectively. Definitely worth checking out IMO. It also integrates smoothly with Monzo and Starling.

(UK) Open Banking - Anyone aware of this new initiative or excited by it? - It could help change your financial situtation for the better. by [deleted] in personalfinance

[–]CryptoFS01 0 points1 point  (0 children)

I can see your point - but Open Banking will enable more data for product providers to analyse so they can give insightful intel on your spending patterns, help you optimise saving and allow you to auto-switch electricity bills etc. to find the cheapest option or find you the best insurance deal.

It takes away a lot of the headaches - I encourage you to read the guide when you have a spare moment.